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

Side by Side Diff: tools/mb/mb_config.pyl

Issue 1458193002: Flip the CrOS GN release bots to use Ozone. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix target nesting Created 5 years, 1 month 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 | « testing/buildbot/chromium.chromiumos.json ('k') | ui/events/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 # This is the list of configs that you can pass to mb; each config 6 # This is the list of configs that you can pass to mb; each config
7 # represents a particular combination of GYP_DEFINES/gn args that 7 # represents a particular combination of GYP_DEFINES/gn args that
8 # we must support. A given config *may* be platform-specific but 8 # we must support. A given config *may* be platform-specific but
9 # is not necessarily so (i.e., we might have mac, win, and linux 9 # is not necessarily so (i.e., we might have mac, win, and linux
10 # bots all using the 'gn_release_bot' config). 10 # bots all using the 'gn_release_bot' config).
11 'configs': { 11 'configs': {
12 'android_cast_gyp_debug_static_bot': ['android', 'cast', 'gyp', 'debug_stati c_bot'], 12 'android_cast_gyp_debug_static_bot': ['android', 'cast', 'gyp', 'debug_stati c_bot'],
13 'android_clang_asan_gyp_debug_bot': ['android', 'clang', 'asan', 'gyp', 'deb ug_bot'], 13 'android_clang_asan_gyp_debug_bot': ['android', 'clang', 'asan', 'gyp', 'deb ug_bot'],
14 'android_gn_debug_bot': ['android', 'gn', 'debug_bot'], 14 'android_gn_debug_bot': ['android', 'gn', 'debug_bot'],
15 'android_aura_gn_debug_bot': ['android', 'gn', 'debug_bot', 'aura'], 15 'android_aura_gn_debug_bot': ['android', 'gn', 'debug_bot', 'aura'],
16 'android_gn_release_bot': ['android', 'gn', 'release_bot'], 16 'android_gn_release_bot': ['android', 'gn', 'release_bot'],
17 'android_gn_release_trybot': ['android', 'gn', 'release_trybot'], 17 'android_gn_release_trybot': ['android', 'gn', 'release_trybot'],
18 'android_gyp_debug_bot': ['android', 'gyp', 'debug_bot'], 18 'android_gyp_debug_bot': ['android', 'gyp', 'debug_bot'],
19 'android_gyp_debug_static_bot': ['android', 'gyp', 'debug_static_bot'], 19 'android_gyp_debug_static_bot': ['android', 'gyp', 'debug_static_bot'],
20 'android_gyp_debug_static_bot_arm64': ['android', 'gyp', 'debug_static_bot', 'arm64'], 20 'android_gyp_debug_static_bot_arm64': ['android', 'gyp', 'debug_static_bot', 'arm64'],
21 'android_gyp_release_bot': ['android', 'gyp', 'release_bot'], 21 'android_gyp_release_bot': ['android', 'gyp', 'release_bot'],
22 'android_gyp_release_bot_minimal_symbols': ['android', 'gyp', 'release_bot', 'minimal_symbols'], 22 'android_gyp_release_bot_minimal_symbols': ['android', 'gyp', 'release_bot', 'minimal_symbols'],
23 'android_gyp_release_trybot': ['android', 'gyp', 'release_trybot'], 23 'android_gyp_release_trybot': ['android', 'gyp', 'release_trybot'],
24 'cast_gyp_release_bot': ['cast', 'gyp', 'release_bot'], 24 'cast_gyp_release_bot': ['cast', 'gyp', 'release_bot'],
25 'cast_gyp_release_trybot': ['cast', 'gyp', 'release_trybot'], 25 'cast_gyp_release_trybot': ['cast', 'gyp', 'release_trybot'],
26 'chromeos_gn_debug_bot': ['chromeos', 'gn', 'debug_bot'], 26 'chromeos_gn_debug_bot': ['chromeos', 'gn', 'debug_bot'],
27 'chromeos_gn_release_bot': ['chromeos', 'gn', 'release_bot'], 27 'chromeos_ozone_gn_release_bot': ['chromeos', 'ozone', 'gn', 'release_bot'],
28 'chromeos_gn_release_trybot': ['chromeos', 'gn', 'release_trybot'], 28 'chromeos_ozone_gn_release_trybot': ['chromeos', 'ozone', 'gn', 'release_try bot'],
29 'dev_gn_debug': ['gn', 'debug', 'shared', 'full_symbols'], 29 'dev_gn_debug': ['gn', 'debug', 'shared', 'full_symbols'],
30 'dev_gn_release': ['gn', 'release', 'shared'], 30 'dev_gn_release': ['gn', 'release', 'shared'],
31 'dev_gyp_debug': ['gyp', 'debug', 'shared', 'full_symbols'], 31 'dev_gyp_debug': ['gyp', 'debug', 'shared', 'full_symbols'],
32 'dev_gyp_release': ['gyp', 'release', 'shared'], 32 'dev_gyp_release': ['gyp', 'release', 'shared'],
33 'embedded_gyp_debug_bot': ['embedded', 'gyp', 'debug_bot'], 33 'embedded_gyp_debug_bot': ['embedded', 'gyp', 'debug_bot'],
34 'gn_debug_bot': ['gn', 'debug_bot'], 34 'gn_debug_bot': ['gn', 'debug_bot'],
35 'gn_debug_bot_minimal_symbols': ['gn', 'debug_bot_minimal_symbols'], 35 'gn_debug_bot_minimal_symbols': ['gn', 'debug_bot_minimal_symbols'],
36 'gn_debug_bot_minimal_symbols_x86': ['gn', 'debug_bot_minimal_symbols', 'x86 '], 36 'gn_debug_bot_minimal_symbols_x86': ['gn', 'debug_bot_minimal_symbols', 'x86 '],
37 'gn_debug_static_bot': ['gn', 'debug_static_bot'], 37 'gn_debug_static_bot': ['gn', 'debug_static_bot'],
38 'gn_linux_upload': ['gn_linux_upload', 'official', 'goma'], 38 'gn_linux_upload': ['gn_linux_upload', 'official', 'goma'],
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 'noswarming': { 285 'noswarming': {
286 'gn_args': '', 286 'gn_args': '',
287 'gyp_defines': 'test_isolation_mode=noop', 287 'gyp_defines': 'test_isolation_mode=noop',
288 }, 288 },
289 289
290 'official': { 290 'official': {
291 'gn_args': 'is_chrome_branded=true is_official_build=true is_debug=false', 291 'gn_args': 'is_chrome_branded=true is_official_build=true is_debug=false',
292 'gyp_defines': 'branding=Chrome buildtype=Official', 292 'gyp_defines': 'branding=Chrome buildtype=Official',
293 }, 293 },
294 294
295 'ozone': {
296 'gn_args': 'use_ozone=true',
297 'gyp_defines': 'use_ozone=1',
298 },
299
295 'proprietary_codecs': { 300 'proprietary_codecs': {
296 'gn_args': 'proprietary_codecs=true', 301 'gn_args': 'proprietary_codecs=true',
297 'gyp_defines': 'proprietary_codecs=1', 302 'gyp_defines': 'proprietary_codecs=1',
298 }, 303 },
299 304
300 'release': { 305 'release': {
301 'gn_args': 'is_debug=false', 306 'gn_args': 'is_debug=false',
302 }, 307 },
303 308
304 'release_bot': { 309 'release_bot': {
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 'Android Aura Builder (dbg)': 'android_aura_gn_debug_bot', 375 'Android Aura Builder (dbg)': 'android_aura_gn_debug_bot',
371 }, 376 },
372 'chromium.chrome': { 377 'chromium.chrome': {
373 'Google Chrome Win': 'gyp_official_goma_minimal_symbols_x86', 378 'Google Chrome Win': 'gyp_official_goma_minimal_symbols_x86',
374 'Google Chrome Linux': 'gyp_official_goma_x86', 379 'Google Chrome Linux': 'gyp_official_goma_x86',
375 'Google Chrome Linux x64': 'gn_official_goma', 380 'Google Chrome Linux x64': 'gn_official_goma',
376 'Google Chrome Mac': 'gyp_official_goma', 381 'Google Chrome Mac': 'gyp_official_goma',
377 'Google Chrome ChromeOS': 'gyp_official_goma_chromeos', 382 'Google Chrome ChromeOS': 'gyp_official_goma_chromeos',
378 }, 383 },
379 'chromium.chromiumos': { 384 'chromium.chromiumos': {
380 'Linux ChromiumOS GN': 'chromeos_gn_release_bot', 385 'Linux ChromiumOS GN': 'chromeos_ozone_gn_release_bot',
381 'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot', 386 'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot',
382 }, 387 },
383 'chromium.linux': { 388 'chromium.linux': {
384 'Linux Builder': 'swarming_gn_release_bot', 389 'Linux Builder': 'swarming_gn_release_bot',
385 'Linux Tests': 'swarming_gn_release_bot', 390 'Linux Tests': 'swarming_gn_release_bot',
386 'Linux Builder (dbg)(32)': 'swarming_gyp_debug_bot_no_symbols_x86', 391 'Linux Builder (dbg)(32)': 'swarming_gyp_debug_bot_no_symbols_x86',
387 'Linux Tests (dbg)(1)(32)': 'swarming_gyp_debug_bot_no_symbols_x86', 392 'Linux Tests (dbg)(1)(32)': 'swarming_gyp_debug_bot_no_symbols_x86',
388 'Linux Builder (dbg)': 'swarming_gn_debug_bot', 393 'Linux Builder (dbg)': 'swarming_gn_debug_bot',
389 'Linux Tests (dbg)(1)': 'swarming_gn_debug_bot', 394 'Linux Tests (dbg)(1)': 'swarming_gn_debug_bot',
390 'Linux GN': 'gn_release_bot', 395 'Linux GN': 'gn_release_bot',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 'linux_angle_rel_ng': 'swarming_gpu_tests_gyp_release_trybot', 487 'linux_angle_rel_ng': 'swarming_gpu_tests_gyp_release_trybot',
483 'linux_angle_dbg_ng': 'swarming_gpu_tests_gyp_debug_trybot', 488 'linux_angle_dbg_ng': 'swarming_gpu_tests_gyp_debug_trybot',
484 }, 489 },
485 'tryserver.chromium.linux': { 490 'tryserver.chromium.linux': {
486 'linux_chromium_asan_rel_ng': 'swarming_asan_lsan_gyp_release_trybot', 491 'linux_chromium_asan_rel_ng': 'swarming_asan_lsan_gyp_release_trybot',
487 'linux_full_bisect_builder': 'swarming_gyp_release_bot', 492 'linux_full_bisect_builder': 'swarming_gyp_release_bot',
488 'linux_site_isolation': 'gn_release_trybot', 493 'linux_site_isolation': 'gn_release_trybot',
489 'linux_chromium_compile_rel_ng': 'swarming_gn_release_trybot', 494 'linux_chromium_compile_rel_ng': 'swarming_gn_release_trybot',
490 'linux_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot', 495 'linux_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot',
491 'linux_chromium_gn_rel': 'gn_release_trybot', 496 'linux_chromium_gn_rel': 'gn_release_trybot',
492 'linux_chromium_gn_chromeos_rel': 'chromeos_gn_release_trybot', 497 'linux_chromium_gn_chromeos_rel': 'chromeos_ozone_gn_release_trybot',
493 'android_chromium_gn_compile_rel': 'android_gn_release_trybot', 498 'android_chromium_gn_compile_rel': 'android_gn_release_trybot',
494 'linux_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot', 499 'linux_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot',
495 'linux_chromium_dbg_ng': 'swarming_gn_debug_trybot', 500 'linux_chromium_dbg_ng': 'swarming_gn_debug_trybot',
496 'linux_chromium_trusty_dbg': 'gyp_debug_bot', 501 'linux_chromium_trusty_dbg': 'gyp_debug_bot',
497 'linux_chromium_trusty32_dbg': 'gyp_debug_bot_x86', 502 'linux_chromium_trusty32_dbg': 'gyp_debug_bot_x86',
498 'linux_chromium_gn_dbg': 'gn_debug_bot', 503 'linux_chromium_gn_dbg': 'gn_debug_bot',
499 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot', 504 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot',
500 'android_chromium_gn_compile_dbg': 'android_gn_debug_bot', 505 'android_chromium_gn_compile_dbg': 'android_gn_debug_bot',
501 'linux_chromium_msan_rel_ng': 'swarming_msan_gyp_release_trybot', 506 'linux_chromium_msan_rel_ng': 'swarming_msan_gyp_release_trybot',
502 'linux_chromium_tsan_rel_ng': 'swarming_tsan_gyp_release_trybot', 507 'linux_chromium_tsan_rel_ng': 'swarming_tsan_gyp_release_trybot',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 'win8_chromium_gn_rel': 'gn_release_trybot_x86', 557 'win8_chromium_gn_rel': 'gn_release_trybot_x86',
553 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', 558 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86',
554 'win_clang_x64_dbg': 'win_clang_debug_bot', 559 'win_clang_x64_dbg': 'win_clang_debug_bot',
555 }, 560 },
556 'tryserver.v8': { 561 'tryserver.v8': {
557 'v8_linux_chromium_gn_rel': 'gn_release_trybot', 562 'v8_linux_chromium_gn_rel': 'gn_release_trybot',
558 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', 563 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot',
559 }, 564 },
560 }, 565 },
561 } 566 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.chromiumos.json ('k') | ui/events/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698