| OLD | NEW |
| 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 a map of buildbot master names -> buildbot builder names -> | 6 # This is a map of buildbot master names -> buildbot builder names -> |
| 7 # config names (where each config name is a key in the 'configs' dict, | 7 # config names (where each config name is a key in the 'configs' dict, |
| 8 # below). MB uses this dict to look up which config to use for a given bot. | 8 # below). MB uses this dict to look up which config to use for a given bot. |
| 9 'masters': { | 9 'masters': { |
| 10 # Take care when changing any of these builders to ensure that you do not | 10 # Take care when changing any of these builders to ensure that you do not |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 'ClangToTWin64 tester': 'none', | 179 'ClangToTWin64 tester': 'none', |
| 180 'ClangToTWin64(dbg)': | 180 'ClangToTWin64(dbg)': |
| 181 'swarming_gn_clang_tot_minimal_symbols_shared_debug_x64', | 181 'swarming_gn_clang_tot_minimal_symbols_shared_debug_x64', |
| 182 'ClangToTWin64(dbg) tester': 'none', | 182 'ClangToTWin64(dbg) tester': 'none', |
| 183 'ClangToTWin64(dll)': | 183 'ClangToTWin64(dll)': |
| 184 'swarming_gn_clang_tot_minimal_symbols_shared_release_x64', | 184 'swarming_gn_clang_tot_minimal_symbols_shared_release_x64', |
| 185 'ClangToTWin64(dll) tester': 'none', | 185 'ClangToTWin64(dll) tester': 'none', |
| 186 'ClangToTiOS': 'ios_gn', | 186 'ClangToTiOS': 'ios_gn', |
| 187 'Closure Compilation Linux': 'closure_compilation', | 187 'Closure Compilation Linux': 'closure_compilation', |
| 188 'CrWinAsan': | 188 'CrWinAsan': |
| 189 'swarming_gyp_asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release', | 189 'swarming_gn_asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release', |
| 190 'CrWinAsan tester': 'none', | 190 'CrWinAsan tester': 'none', |
| 191 'CrWinAsan(dll)': | 191 'CrWinAsan(dll)': |
| 192 'swarming_gyp_asan_clang_fuzzer_shared_v8_heap_x86_full_symbols_release', | 192 'swarming_gn_asan_clang_fuzzer_shared_v8_heap_x86_full_symbols_release', |
| 193 'CrWinAsan(dll) tester': 'none', | 193 'CrWinAsan(dll) tester': 'none', |
| 194 'CrWinAsanCov': | 194 'CrWinAsanCov': |
| 195 ('swarming_gyp_asan_clang_edge_fuzzer' | 195 ('swarming_gn_asan_clang_edge_fuzzer' |
| 196 '_static_v8_heap_x86_full_symbols_release'), | 196 '_static_v8_heap_x86_full_symbols_release'), |
| 197 'CrWinAsanCov tester': 'none', | 197 'CrWinAsanCov tester': 'none', |
| 198 'CrWinClang(shared)': | 198 'CrWinClang(shared)': |
| 199 'swarming_gn_clang_shared_release_bot_minimal_symbols_x86', | 199 'swarming_gn_clang_shared_release_bot_minimal_symbols_x86', |
| 200 'CrWinClang(shared) tester': 'none', | 200 'CrWinClang(shared) tester': 'none', |
| 201 'CrWinClang64 tester': 'none', | 201 'CrWinClang64 tester': 'none', |
| 202 'CrWinClang64(dbg)': 'win_clang_debug_bot', | 202 'CrWinClang64(dbg)': 'win_clang_debug_bot', |
| 203 'CrWinClang64(dbg) tester': 'none', | 203 'CrWinClang64(dbg) tester': 'none', |
| 204 'CrWinClang64(dll) tester': 'none', | 204 'CrWinClang64(dll) tester': 'none', |
| 205 'CrWinClangLLD': | 205 'CrWinClangLLD': |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 368 ('gn_asan_disable_nacl_edge_fuzzer_v8_heap_chrome' | 368 ('gn_asan_disable_nacl_edge_fuzzer_v8_heap_chrome' |
| 369 '_with_codecs_release_bot'), | 369 '_with_codecs_release_bot'), |
| 370 'Mac ASAN Release': | 370 'Mac ASAN Release': |
| 371 'gn_asan_disable_nacl_edge_fuzzer_v8_heap_release_bot', | 371 'gn_asan_disable_nacl_edge_fuzzer_v8_heap_release_bot', |
| 372 'TSAN Debug': 'gn_tsan_disable_nacl_line_tables_debug_bot', | 372 'TSAN Debug': 'gn_tsan_disable_nacl_line_tables_debug_bot', |
| 373 'TSAN Release': 'gn_tsan_disable_nacl_line_tables_release_bot', | 373 'TSAN Release': 'gn_tsan_disable_nacl_line_tables_release_bot', |
| 374 'Telemetry Harness Upload': 'none', | 374 'Telemetry Harness Upload': 'none', |
| 375 'UBSan Release': 'gn_ubsan_release_bot', | 375 'UBSan Release': 'gn_ubsan_release_bot', |
| 376 'UBSan vptr Release': 'gn_ubsan_vptr_edge_release_bot', | 376 'UBSan vptr Release': 'gn_ubsan_vptr_edge_release_bot', |
| 377 'Win ASan Release Coverage': | 377 'Win ASan Release Coverage': |
| 378 'gyp_asan_edge_fuzzer_v8_heap_release_bot_x86', | 378 'gn_asan_edge_fuzzer_v8_heap_release_bot_x86', |
| 379 'Win ASan Release Media': | 379 'Win ASan Release Media': |
| 380 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot_x86', | 380 'gn_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot_x86', |
| 381 'Win ASan Release': 'gyp_asan_fuzzer_v8_heap_release_bot_x86', | 381 'Win ASan Release': 'gn_asan_fuzzer_v8_heap_release_bot_x86', |
| 382 'Win SyzyASAN LKGR': 'gn_syzyasan_no_pch_release_x86', | 382 'Win SyzyASAN LKGR': 'gn_syzyasan_no_pch_release_x86', |
| 383 }, | 383 }, |
| 384 | 384 |
| 385 'chromium.mac': { | 385 'chromium.mac': { |
| 386 'Mac Builder': 'swarming_gpu_tests_gn_release_bot', | 386 'Mac Builder': 'swarming_gpu_tests_gn_release_bot', |
| 387 'Mac Builder (dbg)': 'swarming_gn_debug_bot', | 387 'Mac Builder (dbg)': 'swarming_gn_debug_bot', |
| 388 'Mac GYP (dbg)': 'swarming_gyp_debug_bot', | 388 'Mac GYP (dbg)': 'swarming_gyp_debug_bot', |
| 389 'Mac GYP': 'swarming_gyp_release_bot', | 389 'Mac GYP': 'swarming_gyp_release_bot', |
| 390 'Mac10.10 Tests': 'none', | 390 'Mac10.10 Tests': 'none', |
| 391 'Mac10.11 Tests': 'none', | 391 'Mac10.11 Tests': 'none', |
| 392 'Mac10.9 Tests (dbg)': 'none', | 392 'Mac10.9 Tests (dbg)': 'none', |
| 393 'Mac10.9 Tests': 'none', | 393 'Mac10.9 Tests': 'none', |
| 394 'ios-device': 'ios_gn', | 394 'ios-device': 'ios_gn', |
| 395 'ios-device-gn': 'ios_gn', | 395 'ios-device-gn': 'ios_gn', |
| 396 'ios-simulator': 'ios_gyp', | 396 'ios-simulator': 'ios_gn', |
| 397 'ios-simulator-cronet': 'ios_gn', | 397 'ios-simulator-cronet': 'ios_gn', |
| 398 'ios-simulator-gn': 'ios_gn', | 398 'ios-simulator-gn': 'ios_gn', |
| 399 'ios-simulator-swarming': 'ios_gn', | 399 'ios-simulator-swarming': 'ios_gn', |
| 400 }, | 400 }, |
| 401 | 401 |
| 402 'chromium.memory': { | 402 'chromium.memory': { |
| 403 'Linux ASan LSan Builder': 'swarming_asan_lsan_gn_release_trybot', | 403 'Linux ASan LSan Builder': 'swarming_asan_lsan_gn_release_trybot', |
| 404 'Linux ASan LSan Tests (1)': 'none', | 404 'Linux ASan LSan Tests (1)': 'none', |
| 405 'Linux ASan Tests (sandboxed)': 'none', | 405 'Linux ASan Tests (sandboxed)': 'none', |
| 406 'Mac ASan 64 Builder': | 406 'Mac ASan 64 Builder': |
| 407 'swarming_asan_full_symbols_gn_disable_nacl_release_trybot', | 407 'swarming_asan_full_symbols_gn_disable_nacl_release_trybot', |
| 408 'Mac ASan 64 Tests (1)': 'none', | 408 'Mac ASan 64 Tests (1)': 'none', |
| 409 'Linux Chromium OS ASan LSan Builder': | 409 'Linux Chromium OS ASan LSan Builder': |
| 410 'swarming_asan_lsan_chromeos_gn_release_trybot', | 410 'swarming_asan_lsan_chromeos_gn_release_trybot', |
| 411 'Linux Chromium OS ASan LSan Tests (1)': 'none', | 411 'Linux Chromium OS ASan LSan Tests (1)': 'none', |
| 412 }, | 412 }, |
| 413 | 413 |
| 414 'chromium.memory.fyi': { | 414 'chromium.memory.fyi': { |
| 415 'Chromium Linux ChromeOS MSan Builder': | 415 'Chromium Linux ChromeOS MSan Builder': |
| 416 'swarming_gn_chromeos_msan_release_bot', | 416 'swarming_gn_chromeos_msan_release_bot', |
| 417 'Chromium Linux MSan Builder': | 417 'Chromium Linux MSan Builder': |
| 418 'swarming_msan_gn_release_bot', | 418 'swarming_msan_gn_release_bot', |
| 419 'Chromium Linux TSan Builder': | 419 'Chromium Linux TSan Builder': |
| 420 'swarming_tsan_disable_nacl_gn_release_bot', | 420 'swarming_tsan_disable_nacl_gn_release_bot', |
| 421 'Chromium Windows Builder (DrMemory x64)': | 421 'Chromium Windows Builder (DrMemory x64)': |
| 422 'gyp_drmemory_shared_release_x64', | 422 'gn_drmemory_shared_release_x64', |
| 423 'Chromium Windows Builder (DrMemory)': 'gyp_drmemory_shared_release_x86', | 423 'Chromium Windows Builder (DrMemory)': 'gn_drmemory_shared_release_x86', |
| 424 'Linux ChromeOS MSan Tests': 'none', | 424 'Linux ChromeOS MSan Tests': 'none', |
| 425 'Linux MSan Tests': 'none', | 425 'Linux MSan Tests': 'none', |
| 426 'Linux TSan Tests': 'none', | 426 'Linux TSan Tests': 'none', |
| 427 'Windows Browser (DrMemory full) (1)': 'none', | 427 'Windows Browser (DrMemory full) (1)': 'none', |
| 428 'Windows Browser (DrMemory full) (10)': 'none', | 428 'Windows Browser (DrMemory full) (10)': 'none', |
| 429 'Windows Browser (DrMemory full) (11)': 'none', | 429 'Windows Browser (DrMemory full) (11)': 'none', |
| 430 'Windows Browser (DrMemory full) (12)': 'none', | 430 'Windows Browser (DrMemory full) (12)': 'none', |
| 431 'Windows Browser (DrMemory full) (2)': 'none', | 431 'Windows Browser (DrMemory full) (2)': 'none', |
| 432 'Windows Browser (DrMemory full) (3)': 'none', | 432 'Windows Browser (DrMemory full) (3)': 'none', |
| 433 'Windows Browser (DrMemory full) (4)': 'none', | 433 'Windows Browser (DrMemory full) (4)': 'none', |
| (...skipping 19 matching lines...) Expand all Loading... |
| 453 }, | 453 }, |
| 454 | 454 |
| 455 'chromium.memory.full': { | 455 'chromium.memory.full': { |
| 456 'Chromium Linux ChromeOS MSan Builder': | 456 'Chromium Linux ChromeOS MSan Builder': |
| 457 'swarming_gn_chromeos_msan_release_bot', | 457 'swarming_gn_chromeos_msan_release_bot', |
| 458 'Chromium Linux MSan Builder': | 458 'Chromium Linux MSan Builder': |
| 459 'swarming_msan_gn_release_bot', | 459 'swarming_msan_gn_release_bot', |
| 460 'Chromium Linux TSan Builder': | 460 'Chromium Linux TSan Builder': |
| 461 'swarming_tsan_disable_nacl_gn_release_bot', | 461 'swarming_tsan_disable_nacl_gn_release_bot', |
| 462 'Chromium Windows Builder (DrMemory x64)': | 462 'Chromium Windows Builder (DrMemory x64)': |
| 463 'gyp_drmemory_shared_release_x64', | 463 'gn_drmemory_shared_release_x64', |
| 464 'Chromium Windows Builder (DrMemory)': 'gyp_drmemory_shared_release_x86', | 464 'Chromium Windows Builder (DrMemory)': 'gn_drmemory_shared_release_x86', |
| 465 'Linux ChromeOS MSan Tests': 'none', | 465 'Linux ChromeOS MSan Tests': 'none', |
| 466 'Linux MSan Tests': 'none', | 466 'Linux MSan Tests': 'none', |
| 467 'Linux TSan Tests': 'none', | 467 'Linux TSan Tests': 'none', |
| 468 'Windows Browser (DrMemory full) (1)': 'none', | 468 'Windows Browser (DrMemory full) (1)': 'none', |
| 469 'Windows Browser (DrMemory full) (10)': 'none', | 469 'Windows Browser (DrMemory full) (10)': 'none', |
| 470 'Windows Browser (DrMemory full) (11)': 'none', | 470 'Windows Browser (DrMemory full) (11)': 'none', |
| 471 'Windows Browser (DrMemory full) (12)': 'none', | 471 'Windows Browser (DrMemory full) (12)': 'none', |
| 472 'Windows Browser (DrMemory full) (2)': 'none', | 472 'Windows Browser (DrMemory full) (2)': 'none', |
| 473 'Windows Browser (DrMemory full) (3)': 'none', | 473 'Windows Browser (DrMemory full) (3)': 'none', |
| 474 'Windows Browser (DrMemory full) (4)': 'none', | 474 'Windows Browser (DrMemory full) (4)': 'none', |
| (...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 872 'linux_nacl_sdk': 'gn_release_bot', | 872 'linux_nacl_sdk': 'gn_release_bot', |
| 873 'linux_optional_gpu_tests_rel': | 873 'linux_optional_gpu_tests_rel': |
| 874 'swarming_gpu_fyi_tests_gn_release_trybot', | 874 'swarming_gpu_fyi_tests_gn_release_trybot', |
| 875 'linux_site_isolation': 'gn_release_trybot', | 875 'linux_site_isolation': 'gn_release_trybot', |
| 876 'linux_upload_clang': 'gn_release_bot', | 876 'linux_upload_clang': 'gn_release_bot', |
| 877 }, | 877 }, |
| 878 | 878 |
| 879 'tryserver.chromium.mac': { | 879 'tryserver.chromium.mac': { |
| 880 'ios-device': 'ios_gn', | 880 'ios-device': 'ios_gn', |
| 881 'ios-device-gn': 'ios_gn', | 881 'ios-device-gn': 'ios_gn', |
| 882 'ios-simulator': 'ios_gyp', | 882 'ios-simulator': 'ios_gn', |
| 883 'ios-simulator-cronet': 'ios_gn', | 883 'ios-simulator-cronet': 'ios_gn', |
| 884 'ios-simulator-gn': 'ios_gn', | 884 'ios-simulator-gn': 'ios_gn', |
| 885 'ios-simulator-swarming': 'ios_gn', | 885 'ios-simulator-swarming': 'ios_gn', |
| 886 'mac_chromium_10.10_rel_ng': 'swarming_gpu_tests_gn_release_trybot', | 886 'mac_chromium_10.10_rel_ng': 'swarming_gpu_tests_gn_release_trybot', |
| 887 'mac_chromium_10.10_macviews': 'mac_views_browser_gn_release_trybot', | 887 'mac_chromium_10.10_macviews': 'mac_views_browser_gn_release_trybot', |
| 888 'mac_chromium_archive_rel_ng': 'noswarming_gn_release_bot_mac_strip', | 888 'mac_chromium_archive_rel_ng': 'noswarming_gn_release_bot_mac_strip', |
| 889 'mac_chromium_asan_rel_ng': | 889 'mac_chromium_asan_rel_ng': |
| 890 'swarming_asan_dcheck_gn_disable_nacl_release_bot', | 890 'swarming_asan_dcheck_gn_disable_nacl_release_bot', |
| 891 'mac_chromium_asan_variable': 'findit', | 891 'mac_chromium_asan_variable': 'findit', |
| 892 'mac_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot', | 892 'mac_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot', |
| (...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1152 'chromeos_ozone_gn_release_bot': [ | 1152 'chromeos_ozone_gn_release_bot': [ |
| 1153 'chromeos', 'ozone', 'gn', 'release_bot', | 1153 'chromeos', 'ozone', 'gn', 'release_bot', |
| 1154 ], | 1154 ], |
| 1155 | 1155 |
| 1156 'chromeos_ozone_gn_release_trybot': [ | 1156 'chromeos_ozone_gn_release_trybot': [ |
| 1157 'chromeos', 'ozone', 'gn', 'release_trybot', | 1157 'chromeos', 'ozone', 'gn', 'release_trybot', |
| 1158 ], | 1158 ], |
| 1159 | 1159 |
| 1160 'closure_compilation': [ | 1160 'closure_compilation': [ |
| 1161 # The closure bots run their own recipe and shouldn't go through MB. | 1161 # The closure bots run their own recipe and shouldn't go through MB. |
| 1162 'gyp', 'error', | 1162 'error', 'gn', |
| 1163 ], | 1163 ], |
| 1164 | 1164 |
| 1165 'codesearch_gn': [ | 1165 'codesearch_gn': [ |
| 1166 # The Codesearch bots run their own recipe and invoke GN directly. | 1166 # The Codesearch bots run their own recipe and invoke GN directly. |
| 1167 'error', 'gn' | 1167 'error', 'gn' |
| 1168 ], | 1168 ], |
| 1169 | 1169 |
| 1170 # The 'cros_chrome_sdk_* configs are placeholders that indicate | 1170 # The 'cros_chrome_sdk_* configs are placeholders that indicate |
| 1171 # that the GYP_DEFINES (or GN args) are set by the `cros chrome-sdk` | 1171 # that the GYP_DEFINES (or GN args) are set by the `cros chrome-sdk` |
| 1172 # wrapper and need to be looked at specially. | 1172 # wrapper and need to be looked at specially. |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1326 ], | 1326 ], |
| 1327 | 1327 |
| 1328 'gn_asan_edge_v8_heap_debug_bot_hybrid': [ | 1328 'gn_asan_edge_v8_heap_debug_bot_hybrid': [ |
| 1329 'gn', 'asan', 'edge', 'v8_heap', 'debug_bot', 'hybrid', | 1329 'gn', 'asan', 'edge', 'v8_heap', 'debug_bot', 'hybrid', |
| 1330 ], | 1330 ], |
| 1331 | 1331 |
| 1332 'gn_asan_edge_fuzzer_v8_heap_release_bot_hybrid': [ | 1332 'gn_asan_edge_fuzzer_v8_heap_release_bot_hybrid': [ |
| 1333 'gn', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', 'hybrid', | 1333 'gn', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', 'hybrid', |
| 1334 ], | 1334 ], |
| 1335 | 1335 |
| 1336 'gyp_asan_edge_fuzzer_v8_heap_release_bot_x86': [ | 1336 'gn_asan_edge_fuzzer_v8_heap_release_bot_x86': [ |
| 1337 'gyp', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', 'x86', | 1337 'gn', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', |
| 1338 'x86', |
| 1338 ], | 1339 ], |
| 1339 | 1340 |
| 1340 'gn_asan_disable_nacl_edge_fuzzer_v8_heap_chrome_with_codecs_release_bot': [ | 1341 ('gn_asan_disable_nacl_edge_fuzzer_' |
| 1342 'v8_heap_chrome_with_codecs_release_bot'): [ |
| 1341 'gn', 'asan', 'disable_nacl', 'edge', 'fuzzer', 'v8_heap', | 1343 'gn', 'asan', 'disable_nacl', 'edge', 'fuzzer', 'v8_heap', |
| 1342 'chrome_with_codecs', 'release_bot', | 1344 'chrome_with_codecs', 'release_bot', |
| 1343 ], | 1345 ], |
| 1344 | 1346 |
| 1345 'gn_asan_disable_nacl_edge_fuzzer_v8_heap_debug_symbols_static_bot': [ | 1347 'gn_asan_disable_nacl_edge_fuzzer_v8_heap_debug_symbols_static_bot': [ |
| 1346 'gn', 'asan', 'disable_nacl', 'edge', 'fuzzer', 'v8_heap', | 1348 'gn', 'asan', 'disable_nacl', 'edge', 'fuzzer', 'v8_heap', |
| 1347 'debug_symbols_static_bot', | 1349 'debug_symbols_static_bot', |
| 1348 ], | 1350 ], |
| 1349 | 1351 |
| 1350 'gn_asan_disable_nacl_edge_fuzzer_v8_heap_release_bot': [ | 1352 'gn_asan_disable_nacl_edge_fuzzer_v8_heap_release_bot': [ |
| 1351 'gn', 'asan', 'disable_nacl', 'edge', 'fuzzer', 'v8_heap', 'release_bot', | 1353 'gn', 'asan', 'disable_nacl', 'edge', 'fuzzer', 'v8_heap', 'release_bot', |
| 1352 ], | 1354 ], |
| 1353 | 1355 |
| 1354 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot_x86': [ | 1356 'gn_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot_x86': [ |
| 1355 'gyp', 'asan', 'fuzzer', 'v8_heap', 'chrome_with_codecs', | 1357 'gn', 'asan', 'fuzzer', 'v8_heap', 'chrome_with_codecs', 'release_bot', |
| 1356 'release_bot', 'x86', | 1358 'x86', |
| 1357 ], | 1359 ], |
| 1358 | 1360 |
| 1359 'gyp_asan_fuzzer_v8_heap_release_bot_x86': [ | 1361 'gn_asan_fuzzer_v8_heap_release_bot_x86': [ |
| 1360 'gyp', 'asan', 'fuzzer', 'v8_heap', 'release_bot', 'x86', | 1362 'gn', 'asan', 'fuzzer', 'v8_heap', 'release_bot', 'x86', |
| 1361 ], | 1363 ], |
| 1362 | 1364 |
| 1363 'gn_asan_lsan_edge_debug_bot': [ | 1365 'gn_asan_lsan_edge_debug_bot': [ |
| 1364 'gn', 'asan', 'lsan', 'edge', 'debug_bot', | 1366 'gn', 'asan', 'lsan', 'edge', 'debug_bot', |
| 1365 ], | 1367 ], |
| 1366 | 1368 |
| 1367 'gn_asan_lsan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot': [ | 1369 'gn_asan_lsan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot': [ |
| 1368 'gn', 'asan', 'lsan', 'edge', 'v8_heap', 'chromeos_codecs', | 1370 'gn', 'asan', 'lsan', 'edge', 'v8_heap', 'chromeos_codecs', |
| 1369 'release_bot', | 1371 'release_bot', |
| 1370 ], | 1372 ], |
| (...skipping 16 matching lines...) Expand all Loading... |
| 1387 ], | 1389 ], |
| 1388 | 1390 |
| 1389 'gn_debug_bot_minimal_symbols_x64': [ | 1391 'gn_debug_bot_minimal_symbols_x64': [ |
| 1390 'gn', 'debug_bot_minimal_symbols', 'x64', | 1392 'gn', 'debug_bot_minimal_symbols', 'x64', |
| 1391 ], | 1393 ], |
| 1392 | 1394 |
| 1393 'gn_debug_bot_minimal_symbols_x86': [ | 1395 'gn_debug_bot_minimal_symbols_x86': [ |
| 1394 'gn', 'debug_bot_minimal_symbols', 'x86', | 1396 'gn', 'debug_bot_minimal_symbols', 'x86', |
| 1395 ], | 1397 ], |
| 1396 | 1398 |
| 1397 'gyp_drmemory_shared_release_x86': [ | 1399 'gn_drmemory_shared_release_x86': [ |
| 1398 'gyp', 'drmemory', 'shared', 'release', 'x86', | 1400 'gn', 'drmemory', 'shared', 'release', 'x86', |
| 1399 ], | 1401 ], |
| 1400 | 1402 |
| 1401 'gyp_drmemory_shared_release_x64': [ | 1403 'gn_drmemory_shared_release_x64': [ |
| 1402 'gyp', 'drmemory', 'shared', 'release', 'x64', | 1404 'gn', 'drmemory', 'shared', 'release', 'x64', |
| 1403 ], | 1405 ], |
| 1404 | 1406 |
| 1405 'gn_msan_edge_release_bot': [ | 1407 'gn_msan_edge_release_bot': [ |
| 1406 'gn', 'msan', 'edge', 'release_bot', | 1408 'gn', 'msan', 'edge', 'release_bot', |
| 1407 ], | 1409 ], |
| 1408 | 1410 |
| 1409 'gn_msan_no_origins_edge_release_bot': [ | 1411 'gn_msan_no_origins_edge_release_bot': [ |
| 1410 'gn', 'msan_no_origins', 'edge', 'release_bot', | 1412 'gn', 'msan_no_origins', 'edge', 'release_bot', |
| 1411 ], | 1413 ], |
| 1412 | 1414 |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1494 'gn', 'ubsan_vptr', 'edge', 'release_bot', | 1496 'gn', 'ubsan_vptr', 'edge', 'release_bot', |
| 1495 ], | 1497 ], |
| 1496 | 1498 |
| 1497 # The 'ios' configs are just used for auditing. iOS bots | 1499 # The 'ios' configs are just used for auditing. iOS bots |
| 1498 # actually use the ios recipes, not the chromium recipe, and look | 1500 # actually use the ios recipes, not the chromium recipe, and look |
| 1499 # up their GYP or GN arguments via files checked in under //ios/build/bots. | 1501 # up their GYP or GN arguments via files checked in under //ios/build/bots. |
| 1500 # It is an error to actually use one of these configs to generate the | 1502 # It is an error to actually use one of these configs to generate the |
| 1501 # build files. | 1503 # build files. |
| 1502 'ios_gn': [ 'gn', 'error'], | 1504 'ios_gn': [ 'gn', 'error'], |
| 1503 | 1505 |
| 1504 'ios_gyp': ['gyp', 'error'], | |
| 1505 | |
| 1506 'mac_views_browser_gn_release_bot': [ | 1506 'mac_views_browser_gn_release_bot': [ |
| 1507 'mac_views_browser', 'gn', 'release_bot', | 1507 'mac_views_browser', 'gn', 'release_bot', |
| 1508 ], | 1508 ], |
| 1509 | 1509 |
| 1510 'mac_views_browser_gn_release_trybot': [ | 1510 'mac_views_browser_gn_release_trybot': [ |
| 1511 'mac_views_browser', 'gn', 'release_trybot', | 1511 'mac_views_browser', 'gn', 'release_trybot', |
| 1512 ], | 1512 ], |
| 1513 | 1513 |
| 1514 # This is used for tracking purposes; any bot that uses this config | 1514 # This is used for tracking purposes; any bot that uses this config |
| 1515 # should never actually run MB. | 1515 # should never actually run MB. |
| (...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1793 ], | 1793 ], |
| 1794 | 1794 |
| 1795 'swarming_gpu_tests_gn_release_trybot_x86': [ | 1795 'swarming_gpu_tests_gn_release_trybot_x86': [ |
| 1796 'swarming', 'gpu_tests', 'gn', 'release_trybot', 'x86', | 1796 'swarming', 'gpu_tests', 'gn', 'release_trybot', 'x86', |
| 1797 ], | 1797 ], |
| 1798 | 1798 |
| 1799 'swarming_gpu_tests_gn_release_bot': [ | 1799 'swarming_gpu_tests_gn_release_bot': [ |
| 1800 'swarming', 'gpu_tests', 'gn', 'release_bot', | 1800 'swarming', 'gpu_tests', 'gn', 'release_bot', |
| 1801 ], | 1801 ], |
| 1802 | 1802 |
| 1803 ('swarming_gyp_asan_clang_edge_fuzzer' | 1803 ('swarming_gn_asan_clang_edge_fuzzer' |
| 1804 '_static_v8_heap_x86_full_symbols_release'): [ | 1804 '_static_v8_heap_x86_full_symbols_release'): [ |
| 1805 'swarming', 'gyp', 'asan', 'clang_tot', 'edge', 'fuzzer', 'static', | 1805 'swarming', 'gn', 'asan', 'clang_tot', 'edge', 'fuzzer', 'static', |
| 1806 'v8_heap', 'full_symbols', 'release', | 1806 'v8_heap', 'full_symbols', 'release', |
| 1807 ], | 1807 ], |
| 1808 | 1808 |
| 1809 'swarming_gyp_asan_clang_fuzzer_shared_v8_heap_x86_full_symbols_release': [ | 1809 'swarming_gn_asan_clang_fuzzer_shared_v8_heap_x86_full_symbols_release': [ |
| 1810 'swarming', 'gyp', 'asan', 'clang_tot', 'fuzzer', 'shared', 'v8_heap', | 1810 'swarming', 'gn', 'asan', 'clang_tot', 'fuzzer', 'shared', 'v8_heap', |
| 1811 'full_symbols', 'release', | 1811 'full_symbols', 'release', |
| 1812 ], | 1812 ], |
| 1813 | 1813 |
| 1814 'swarming_gyp_asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release': [ | 1814 'swarming_gn_asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release': [ |
| 1815 'swarming', 'gyp', 'asan', 'clang_tot', 'fuzzer', 'static', 'v8_heap', | 1815 'swarming', 'gn', 'asan', 'clang_tot', 'fuzzer', 'static', 'v8_heap', |
| 1816 'full_symbols', 'release', | 1816 'full_symbols', 'release', |
| 1817 ], | 1817 ], |
| 1818 | 1818 |
| 1819 'swarming_gn_asan_disable_nacl_clang_tot_full_symbols_static_release': [ | 1819 'swarming_gn_asan_disable_nacl_clang_tot_full_symbols_static_release': [ |
| 1820 'swarming', 'gn', 'asan', 'clang_tot', 'full_symbols', 'static', | 1820 'swarming', 'gn', 'asan', 'clang_tot', 'full_symbols', 'static', |
| 1821 'release', | 1821 'release', |
| 1822 ], | 1822 ], |
| 1823 | 1823 |
| 1824 'swarming_gn_chromeos_msan_release_bot': [ | 1824 'swarming_gn_chromeos_msan_release_bot': [ |
| 1825 'swarming', 'gn', 'chromeos', 'msan', 'release_bot', | 1825 'swarming', 'gn', 'chromeos', 'msan', 'release_bot', |
| (...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2420 }, | 2420 }, |
| 2421 | 2421 |
| 2422 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2422 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 2423 | 2423 |
| 2424 'drmemory': { | 2424 'drmemory': { |
| 2425 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2425 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 2426 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2426 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 2427 }, | 2427 }, |
| 2428 }, | 2428 }, |
| 2429 } | 2429 } |
| OLD | NEW |