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

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

Issue 1809293002: Adding variable builders for all builders under master "chromium.chrome" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Fixing typo 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
« no previous file with comments | « no previous file | masters/master.tryserver.chromium.linux/slaves.cfg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 'name': 'linux_chromium_variable', 342 'name': 'linux_chromium_variable',
343 'factory': m_annotator.BaseFactory('findit/chromium/compile'), 343 'factory': m_annotator.BaseFactory('findit/chromium/compile'),
344 'slavebuilddir': 'linux', 344 'slavebuilddir': 'linux',
345 }, 345 },
346 { 346 {
347 'name': 'linux_chromium_variable_32', 347 'name': 'linux_chromium_variable_32',
348 'factory': m_annotator.BaseFactory('findit/chromium/compile'), 348 'factory': m_annotator.BaseFactory('findit/chromium/compile'),
349 'slavebuilddir': 'linux_32', 349 'slavebuilddir': 'linux_32',
350 }, 350 },
351 { 351 {
352 'name': 'linux_chromium_variable_chrome',
353 'factory': m_annotator.BaseFactory('findit/chromium/compile'),
354 'slavebuilddir': 'linux_chrome',
355 },
356 {
352 'name': 'linux_chromium_variable_clobber', 357 'name': 'linux_chromium_variable_clobber',
353 'factory': m_annotator.BaseFactory('findit/chromium/compile'), 358 'factory': m_annotator.BaseFactory('findit/chromium/compile'),
354 'slavebuilddir': 'linux_clobber', 359 'slavebuilddir': 'linux_clobber',
355 }, 360 },
356 { 361 {
362 'name': 'linux_chromium_variable_32_chrome',
363 'factory': m_annotator.BaseFactory('findit/chromium/compile'),
364 'slavebuilddir': 'linux_chrome_32',
365 },
366 {
357 'name': 'linux_chromium_variable_32_clobber', 367 'name': 'linux_chromium_variable_32_clobber',
358 'factory': m_annotator.BaseFactory('findit/chromium/compile'), 368 'factory': m_annotator.BaseFactory('findit/chromium/compile'),
359 'slavebuilddir': 'linux_clobber', 369 'slavebuilddir': 'linux_clobber_32',
360 }, 370 },
361 { 371 {
362 'name': 'linux_chromium_asan_variable', 372 'name': 'linux_chromium_asan_variable',
363 'factory': m_annotator.BaseFactory('findit/chromium/compile'), 373 'factory': m_annotator.BaseFactory('findit/chromium/compile'),
364 'slavebuilddir': 'linux_asan', 374 'slavebuilddir': 'linux_asan',
365 }, 375 },
366 { 376 {
367 'name': 'linux_chromium_chromeos_variable', 377 'name': 'linux_chromium_chromeos_variable',
368 'factory': m_annotator.BaseFactory('findit/chromium/compile'), 378 'factory': m_annotator.BaseFactory('findit/chromium/compile'),
369 'slavebuilddir': 'linux_chromeos', 379 'slavebuilddir': 'linux_chromeos',
370 }, 380 },
371 { 381 {
382 'name': 'linux_chromium_chromeos_variable_chrome',
383 'factory': m_annotator.BaseFactory('findit/chromium/compile'),
384 'slavebuilddir': 'linux_chromeos_chrome',
385 },
386 {
372 'name': 'linux_chromium_chromeos_asan_variable', 387 'name': 'linux_chromium_chromeos_asan_variable',
373 'factory': m_annotator.BaseFactory('findit/chromium/compile'), 388 'factory': m_annotator.BaseFactory('findit/chromium/compile'),
374 'slavebuilddir': 'linux_chromeos_asan', 389 'slavebuilddir': 'linux_chromeos_asan',
375 }, 390 },
376 { 391 {
377 'name': 'linux_chromium_gn_chromeos_variable', 392 'name': 'linux_chromium_gn_chromeos_variable',
378 'factory': m_annotator.BaseFactory('findit/chromium/compile'), 393 'factory': m_annotator.BaseFactory('findit/chromium/compile'),
379 'slavebuilddir': 'linux_chromium_gn_chromeos', 394 'slavebuilddir': 'linux_chromium_gn_chromeos',
380 }, 395 },
381 { 396 {
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 # base.make_stop_form = hack_stop(base.make_stop_form) 542 # base.make_stop_form = hack_stop(base.make_stop_form)
528 543
529 544
530 ####### PROJECT IDENTITY 545 ####### PROJECT IDENTITY
531 546
532 # The 'projectURL' string will be used to provide a link 547 # The 'projectURL' string will be used to provide a link
533 # from buildbot HTML pages to your project's home page. 548 # from buildbot HTML pages to your project's home page.
534 c['projectURL'] = 'http://dev.chromium.org/developers/testing/try-server-usage' 549 c['projectURL'] = 'http://dev.chromium.org/developers/testing/try-server-usage'
535 550
536 # vi: set ts=4 sts=2 sw=2 et: 551 # vi: set ts=4 sts=2 sw=2 et:
OLDNEW
« no previous file with comments | « no previous file | masters/master.tryserver.chromium.linux/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698