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

Unified Diff: masters/master.chromium.mac/master_ios_cfg.py

Issue 1938733002: Rename chromium.mac iOS bots (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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 | masters/master.chromium.mac/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.mac/master_ios_cfg.py
diff --git a/masters/master.chromium.mac/master_ios_cfg.py b/masters/master.chromium.mac/master_ios_cfg.py
index b527835ff4eeace1df2ebe5d180427acb539d097..2cd6b781868111777d339544eb02d187be7d5f81 100644
--- a/masters/master.chromium.mac/master_ios_cfg.py
+++ b/masters/master.chromium.mac/master_ios_cfg.py
@@ -14,19 +14,17 @@ def Update(config, active_master, c):
branch='master',
treeStableTimer=60,
builderNames=[
- 'iOS_Device',
- 'iOS_Simulator_(dbg)',
- 'iOS_Device_(ninja)',
- 'iOS_Device_GN',
- 'iOS_Simulator_GN_(dbg)',
+ 'ios-device',
+ 'ios-device-gn',
+ 'ios-simulator',
+ 'ios-simulator-gn',
]),
])
specs = [
- {'name': 'iOS_Device'},
- {'name': 'iOS_Simulator_(dbg)'},
- {'name': 'iOS_Device_(ninja)'},
- {'name': 'iOS_Device_GN'},
- {'name': 'iOS_Simulator_GN_(dbg)'},
+ {'name': 'ios-device'},
+ {'name': 'ios-device-gn'},
+ {'name': 'ios-simulator'},
+ {'name': 'ios-simulator-gn'},
]
c['builders'].extend([
« no previous file with comments | « no previous file | masters/master.chromium.mac/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698