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

Unified Diff: tools/mb/mb_config.pyl

Issue 2045693003: Flip Win bots on tryserver.chromium.perf to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index 0670acd914533c6c4a7ddee5e8ed076871ee0032..af20c96775ea5b1805490e09841170d1162c0428 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -838,18 +838,18 @@
'mac_perf_bisect_builder': 'gyp_official_goma',
'mac_retina_perf_bisect': 'gyp_official_goma',
'mac_retina_perf_cq': 'gyp_official_goma',
- 'win_8_perf_bisect': 'gyp_official_goma_minimal_symbols_x86',
- 'win_fyi_perf_bisect': 'gyp_official_goma_minimal_symbols_x86',
- 'win_perf_bisect': 'gyp_official_goma_minimal_symbols_x86',
- 'win_perf_bisect_builder': 'gyp_official_goma_minimal_symbols_x86',
- 'win_x64_perf_bisect': 'gyp_official_goma_minimal_symbols_x64',
- 'winx64_10_perf_bisect': 'gyp_official_goma_minimal_symbols_x64',
- 'winx64_10_perf_cq': 'gyp_official_goma_minimal_symbols_x64',
- 'winx64_bisect_builder': 'gyp_official_goma_minimal_symbols_x64',
- 'winx64_zen_perf_bisect': 'gyp_official_goma_minimal_symbols_x64',
- 'winx64ati_perf_bisect': 'gyp_official_goma_minimal_symbols_x64',
- 'winx64intel_perf_bisect': 'gyp_official_goma_minimal_symbols_x64',
- 'winx64nvidia_perf_bisect': 'gyp_official_goma_minimal_symbols_x64',
+ 'win_8_perf_bisect': 'gn_official_goma_minimal_symbols_x86',
+ 'win_fyi_perf_bisect': 'gn_official_goma_minimal_symbols_x86',
+ 'win_perf_bisect': 'gn_official_goma_minimal_symbols_x86',
+ 'win_perf_bisect_builder': 'gn_official_goma_minimal_symbols_x86',
+ 'win_x64_perf_bisect': 'gn_official_goma_minimal_symbols_x64',
+ 'winx64_10_perf_bisect': 'gn_official_goma_minimal_symbols_x64',
+ 'winx64_10_perf_cq': 'gn_official_goma_minimal_symbols_x64',
+ 'winx64_bisect_builder': 'gn_official_goma_minimal_symbols_x64',
+ 'winx64_zen_perf_bisect': 'gn_official_goma_minimal_symbols_x64',
+ 'winx64ati_perf_bisect': 'gn_official_goma_minimal_symbols_x64',
+ 'winx64intel_perf_bisect': 'gn_official_goma_minimal_symbols_x64',
+ 'winx64nvidia_perf_bisect': 'gn_official_goma_minimal_symbols_x64',
},
'tryserver.chromium.win': {
@@ -1329,14 +1329,6 @@
'gyp', 'official', 'goma', 'chromeos',
],
- 'gyp_official_goma_minimal_symbols_x64': [
- 'gyp', 'official', 'goma', 'minimal_symbols', 'x64',
- ],
-
- 'gyp_official_goma_minimal_symbols_x86': [
- 'gyp', 'official', 'goma', 'minimal_symbols', 'x86',
- ],
-
'gyp_official_syzyasan': [
'gyp', 'official', 'syzyasan',
],
« 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