Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(419)

Side by Side Diff: masters/master.tryserver.chromium.win/master.cfg

Issue 1830323005: Windows 10 64-bit try server configuration. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: more Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # -*- python -*- 1 # -*- python -*-
2 # ex: set syntax=python: 2 # ex: set syntax=python:
3 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 3 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be 4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file. 5 # found in the LICENSE file.
6 6
7 # READ THIS: 7 # READ THIS:
8 # See http://dev.chromium.org/developers/testing/chromium-build-infrastructure 8 # See http://dev.chromium.org/developers/testing/chromium-build-infrastructure
9 9
10 import os 10 import os
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'slavebuilddir': 'win' 67 'slavebuilddir': 'win'
68 }, { 68 }, {
69 'name': 'win_chromium_compile%s_ng' % targ, 69 'name': 'win_chromium_compile%s_ng' % targ,
70 'factory': m_annotator.BaseFactory( 70 'factory': m_annotator.BaseFactory(
71 'chromium_trybot', timeout=3600, max_time=master_utils.CQ_MAX_TIME_WIN), 71 'chromium_trybot', timeout=3600, max_time=master_utils.CQ_MAX_TIME_WIN),
72 # Share build directory with compatible existing builders to save space. 72 # Share build directory with compatible existing builders to save space.
73 'slavebuilddir': 'win' 73 'slavebuilddir': 'win'
74 }]) 74 }])
75 75
76 chromium_builders.append({ 76 chromium_builders.append({
77 'name': 'win10_chromium_rel_ng', 77 'name': 'win10_chromium_x64_rel_ng',
78 'factory': m_annotator.BaseFactory('chromium_trybot', timeout=3600), 78 'factory': m_annotator.BaseFactory('chromium_trybot', timeout=3600),
79 # Share build directory with compatible existing builders to save space. 79 # Share build directory with compatible existing builders to save space.
80 'slavebuilddir': 'win', 80 'slavebuilddir': 'win',
81 }) 81 })
82 82
83 # GCE Experimental builders 83 # GCE Experimental builders
84 chromium_builders.append({ 84 chromium_builders.append({
85 'name': 'win_chromium_rel_ng_exp', 85 'name': 'win_chromium_rel_ng_exp',
86 'factory': m_annotator.BaseFactory('chromium_trybot', timeout=3600), 86 'factory': m_annotator.BaseFactory('chromium_trybot', timeout=3600),
87 # Share build directory with compatible existing builders to save space. 87 # Share build directory with compatible existing builders to save space.
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 # base.make_stop_form = hack_stop(base.make_stop_form) 363 # base.make_stop_form = hack_stop(base.make_stop_form)
364 364
365 365
366 ####### PROJECT IDENTITY 366 ####### PROJECT IDENTITY
367 367
368 # The 'projectURL' string will be used to provide a link 368 # The 'projectURL' string will be used to provide a link
369 # from buildbot HTML pages to your project's home page. 369 # from buildbot HTML pages to your project's home page.
370 c['projectURL'] = 'http://dev.chromium.org/developers/testing/try-server-usage' 370 c['projectURL'] = 'http://dev.chromium.org/developers/testing/try-server-usage'
371 371
372 # vi: set ts=4 sts=2 sw=2 et: 372 # vi: set ts=4 sts=2 sw=2 et:
OLDNEW
« no previous file with comments | « no previous file | masters/master.tryserver.chromium.win/slaves.cfg » ('j') | masters/master.tryserver.chromium.win/slaves.cfg » ('J')

Powered by Google App Engine
This is Rietveld 408576698