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

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

Issue 2290373002: Adding perf test isolate and gn build target for swarming the benchmarks. (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
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 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 'Windows Content Browser (DrMemory)': 'none', 502 'Windows Content Browser (DrMemory)': 'none',
503 'Windows Unit (DrMemory full) (1)': 'none', 503 'Windows Unit (DrMemory full) (1)': 'none',
504 'Windows Unit (DrMemory full) (2)': 'none', 504 'Windows Unit (DrMemory full) (2)': 'none',
505 'Windows Unit (DrMemory full) (3)': 'none', 505 'Windows Unit (DrMemory full) (3)': 'none',
506 'Windows Unit (DrMemory full) (4)': 'none', 506 'Windows Unit (DrMemory full) (4)': 'none',
507 'Windows Unit (DrMemory full) (5)': 'none', 507 'Windows Unit (DrMemory full) (5)': 'none',
508 'Windows Unit (DrMemory x64)': 'none', 508 'Windows Unit (DrMemory x64)': 'none',
509 'Windows Unit (DrMemory)': 'none', 509 'Windows Unit (DrMemory)': 'none',
510 }, 510 },
511 511
512 'chromium.perf.fyi': {
513 'Win Builder': 'gn_official_goma_minimal_symbols_x86',
dtu 2016/08/30 18:19:00 There's no such builder. chromium.perf.fyi is usin
eyaich1 2016/08/31 14:01:54 Done.
514 'Win 10 Low-End 2 Core Perf': 'none',
515 'Win 10 Low-End 4 Core Perf': 'none',
516 },
517
512 'chromium.perf': { 518 'chromium.perf': {
513 'Android Builder': 'gn_official_goma_minimal_symbols_android', 519 'Android Builder': 'gn_official_goma_minimal_symbols_android',
514 'Android Galaxy S5 Perf (1)': 'none', 520 'Android Galaxy S5 Perf (1)': 'none',
515 'Android Galaxy S5 Perf (2)': 'none', 521 'Android Galaxy S5 Perf (2)': 'none',
516 'Android Galaxy S5 Perf (3)': 'none', 522 'Android Galaxy S5 Perf (3)': 'none',
517 'Android Nexus5 Perf (1)': 'none', 523 'Android Nexus5 Perf (1)': 'none',
518 'Android Nexus5 Perf (2)': 'none', 524 'Android Nexus5 Perf (2)': 'none',
519 'Android Nexus5 Perf (3)': 'none', 525 'Android Nexus5 Perf (3)': 'none',
520 'Android Nexus5X Perf (1)': 'none', 526 'Android Nexus5X Perf (1)': 'none',
521 'Android Nexus5X Perf (2)': 'none', 527 'Android Nexus5X Perf (2)': 'none',
(...skipping 1946 matching lines...) Expand 10 before | Expand all | Expand 10 after
2468 }, 2474 },
2469 2475
2470 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2476 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2471 2477
2472 'drmemory': { 2478 'drmemory': {
2473 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2479 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2474 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2480 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2475 }, 2481 },
2476 }, 2482 },
2477 } 2483 }
OLDNEW
« chrome/test/BUILD.gn ('K') | « testing/buildbot/manage.py ('k') | tools/perf/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698