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

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

Issue 2280493004: Rename the new Mac AMD bot. (Closed)
Patch Set: Created 4 years, 3 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 | « testing/buildbot/chromium.gpu.fyi.json ('k') | 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 'chromeos.chrome': { 10 'chromeos.chrome': {
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 'Linux Release (ATI)': 'none', 318 'Linux Release (ATI)': 'none',
319 'Linux Release (NVIDIA GeForce 730)': 'none', 319 'Linux Release (NVIDIA GeForce 730)': 'none',
320 'Linux Release (NVIDIA)': 'none', 320 'Linux Release (NVIDIA)': 'none',
321 'Linux Release (New Intel)': 'none', 321 'Linux Release (New Intel)': 'none',
322 'Mac 10.10 Debug (ATI)': 'none', 322 'Mac 10.10 Debug (ATI)': 'none',
323 'Mac 10.10 Debug (Intel)': 'none', 323 'Mac 10.10 Debug (Intel)': 'none',
324 'Mac 10.10 Release (ATI)': 'none', 324 'Mac 10.10 Release (ATI)': 'none',
325 'Mac 10.10 Release (Intel)': 'none', 325 'Mac 10.10 Release (Intel)': 'none',
326 'Mac 10.10 Retina Debug (AMD)': 'none', 326 'Mac 10.10 Retina Debug (AMD)': 'none',
327 'Mac 10.10 Retina Release (AMD)': 'none', 327 'Mac 10.10 Retina Release (AMD)': 'none',
328 'Mac 10.11 Retina Release (AMD)': 'none',
328 'Mac Retina Debug': 'none', 329 'Mac Retina Debug': 'none',
329 'Mac Retina Release': 'none', 330 'Mac Retina Release': 'none',
330 'Mac Retina Release (AMD)': 'none',
331 'Win7 Debug (ATI)': 'none', 331 'Win7 Debug (ATI)': 'none',
332 'Win7 Debug (NVIDIA)': 'none', 332 'Win7 Debug (NVIDIA)': 'none',
333 'Win7 Debug (New Intel)': 'none', 333 'Win7 Debug (New Intel)': 'none',
334 'Win7 Release (AMD R7 240)': 'none', 334 'Win7 Release (AMD R7 240)': 'none',
335 'Win7 Release (ATI)': 'none', 335 'Win7 Release (ATI)': 'none',
336 'Win7 Release (NVIDIA GeForce 730)': 'none', 336 'Win7 Release (NVIDIA GeForce 730)': 'none',
337 'Win7 Release (NVIDIA)': 'none', 337 'Win7 Release (NVIDIA)': 'none',
338 'Win7 Release (New Intel)': 'none', 338 'Win7 Release (New Intel)': 'none',
339 'Win7 x64 Debug (NVIDIA)': 'none', 339 'Win7 x64 Debug (NVIDIA)': 'none',
340 'Win7 x64 Release (NVIDIA)': 'none', 340 'Win7 x64 Release (NVIDIA)': 'none',
(...skipping 2131 matching lines...) Expand 10 before | Expand all | Expand 10 after
2472 }, 2472 },
2473 2473
2474 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2474 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2475 2475
2476 'drmemory': { 2476 'drmemory': {
2477 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2477 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2478 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2478 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2479 }, 2479 },
2480 }, 2480 },
2481 } 2481 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.gpu.fyi.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698