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

Unified Diff: masters/master.tryserver.chromium.mac/slaves.cfg

Issue 2098943002: Rename Mac/Win GN builders to GYP builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: fix masters_recipes_test.py to handle deprecated builders 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
Index: masters/master.tryserver.chromium.mac/slaves.cfg
diff --git a/masters/master.tryserver.chromium.mac/slaves.cfg b/masters/master.tryserver.chromium.mac/slaves.cfg
index e411c01728d27afd8e7fd291f6a663691ffcef20..bdc9a7bb290a65c884b34d6b54b438bda5e357a2 100644
--- a/masters/master.tryserver.chromium.mac/slaves.cfg
+++ b/masters/master.tryserver.chromium.mac/slaves.cfg
@@ -15,13 +15,13 @@ def mac():
cq_builders = [
'mac_chromium_compile_dbg_ng',
'mac_chromium_rel_ng',
- 'mac_chromium_gn_rel',
]
optional0_slaves = ['vm%d-m4' % i for i in [713, 645, 646, 647, 648]]
optional0_builders = [
'mac_chromium_dbg_ng',
- 'mac_chromium_gn_dbg',
+ 'mac_chromium_gyp_dbg',
+ 'mac_chromium_gyp_rel',
'mac_chromium_gn_upload',
'mac_upload_clang',
'mac_optional_gpu_tests_rel',

Powered by Google App Engine
This is Rietveld 408576698