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

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

Issue 2146183002: Sync up chromium.memory builder configs with trybots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | no next file » | 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 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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 'Mac10.11 Tests': 'none', 362 'Mac10.11 Tests': 'none',
363 'Mac10.9 Tests (dbg)': 'none', 363 'Mac10.9 Tests (dbg)': 'none',
364 'Mac10.9 Tests': 'none', 364 'Mac10.9 Tests': 'none',
365 'ios-device': 'ios_gyp', 365 'ios-device': 'ios_gyp',
366 'ios-device-gn': 'ios_gn', 366 'ios-device-gn': 'ios_gn',
367 'ios-simulator': 'ios_gyp', 367 'ios-simulator': 'ios_gyp',
368 'ios-simulator-gn': 'ios_gn', 368 'ios-simulator-gn': 'ios_gn',
369 }, 369 },
370 370
371 'chromium.memory': { 371 'chromium.memory': {
372 'Linux ASan LSan Builder': 'swarming_asan_lsan_gn_release_bot', 372 'Linux ASan LSan Builder': 'swarming_asan_lsan_gn_release_bot',
Dirk Pranke 2016/07/13 22:32:50 You should change this to 'swarming_asan_lsan_gn_r
Lei Zhang 2016/07/14 00:50:05 Done, except Mac, where there isn't a matching bui
373 'Linux ASan LSan Tests (1)': 'none', 373 'Linux ASan LSan Tests (1)': 'none',
374 'Linux ASan Tests (sandboxed)': 'none', 374 'Linux ASan Tests (sandboxed)': 'none',
375 'Mac ASan 64 Builder': 'swarming_asan_lsan_full_symbols_gyp_release_bot', 375 'Mac ASan 64 Builder': 'swarming_asan_lsan_full_symbols_gyp_release_bot',
376 'Mac ASan 64 Tests (1)': 'none', 376 'Mac ASan 64 Tests (1)': 'none',
377 'Linux Chromium OS ASan LSan Builder': 377 'Linux Chromium OS ASan LSan Builder':
378 'swarming_asan_lsan_chromeos_gn_release_bot', 378 'swarming_asan_lsan_chromeos_gn_release_bot',
379 'Linux Chromium OS ASan LSan Tests (1)': 'none', 379 'Linux Chromium OS ASan LSan Tests (1)': 'none',
380 }, 380 },
381 381
382 'chromium.memory.fyi': { 382 'chromium.memory.fyi': {
(...skipping 1088 matching lines...) Expand 10 before | Expand all | Expand 10 after
1471 'swarming_android_gn_release_trybot_arm64': [ 1471 'swarming_android_gn_release_trybot_arm64': [
1472 'swarming', 'android', 'gn', 'release_trybot', 'arm64', 1472 'swarming', 'android', 'gn', 'release_trybot', 'arm64',
1473 ], 1473 ],
1474 1474
1475 'swarming_asan_dcheck_gyp_release_bot': [ 1475 'swarming_asan_dcheck_gyp_release_bot': [
1476 'swarming', 'asan', 'dcheck_always_on', 'gyp', 'release_bot', 1476 'swarming', 'asan', 'dcheck_always_on', 'gyp', 'release_bot',
1477 ], 1477 ],
1478 1478
1479 'swarming_asan_lsan_chromeos_gn_release_bot': [ 1479 'swarming_asan_lsan_chromeos_gn_release_bot': [
1480 'swarming', 'asan', 'lsan', 'chromeos', 'gn', 'release_bot', 1480 'swarming', 'asan', 'lsan', 'chromeos', 'gn', 'release_bot',
1481 'dcheck_always_on'
1481 ], 1482 ],
1482 1483
1483 'swarming_asan_lsan_chromeos_gn_release_trybot': [ 1484 'swarming_asan_lsan_chromeos_gn_release_trybot': [
1484 'swarming', 'asan', 'lsan', 'chromeos', 'gyp', 'release_trybot', 1485 'swarming', 'asan', 'lsan', 'chromeos', 'gyp', 'release_trybot',
1485 ], 1486 ],
1486 1487
1487 'swarming_asan_lsan_full_symbols_gyp_release_bot': [ 1488 'swarming_asan_lsan_full_symbols_gyp_release_bot': [
1488 'swarming', 'asan', 'lsan', 'full_symbols', 'gyp', 'release_bot', 1489 'swarming', 'asan', 'lsan', 'full_symbols', 'gyp', 'release_bot',
1490 'dcheck_always_on'
1489 ], 1491 ],
1490 1492
1491 'swarming_asan_lsan_gn_release_bot': [ 1493 'swarming_asan_lsan_gn_release_bot': [
1492 'swarming', 'asan', 'lsan', 'gn', 'release_bot', 1494 'swarming', 'asan', 'lsan', 'gn', 'release_bot', 'dcheck_always_on'
1493 ], 1495 ],
1494 1496
1495 'swarming_asan_lsan_gn_release_trybot': [ 1497 'swarming_asan_lsan_gn_release_trybot': [
1496 'swarming', 'asan', 'lsan', 'gn', 'release_trybot', 1498 'swarming', 'asan', 'lsan', 'gn', 'release_trybot',
1497 ], 1499 ],
1498 1500
1499 'swarming_chromeos_gn_debug_bot': [ 1501 'swarming_chromeos_gn_debug_bot': [
1500 'swarming', 'chromeos_with_codecs', 'gn', 'debug_bot', 1502 'swarming', 'chromeos_with_codecs', 'gn', 'debug_bot',
1501 ], 1503 ],
1502 1504
(...skipping 799 matching lines...) Expand 10 before | Expand all | Expand 10 after
2302 }, 2304 },
2303 2305
2304 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2306 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2305 2307
2306 'drmemory': { 2308 'drmemory': {
2307 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2309 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2308 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2310 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2309 }, 2311 },
2310 }, 2312 },
2311 } 2313 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698