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

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

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 | « masters/master.chromium.mac/master_ios_cfg.py ('k') | scripts/slave/gatekeeper.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.mac/slaves.cfg
diff --git a/masters/master.chromium.mac/slaves.cfg b/masters/master.chromium.mac/slaves.cfg
index 02a47004f217bc40bba48dd9452c95d2fea3d677..8410b2ca7b2ab09d51b1d780a08edafe551456f1 100644
--- a/masters/master.chromium.mac/slaves.cfg
+++ b/masters/master.chromium.mac/slaves.cfg
@@ -62,36 +62,29 @@ slaves = [
},
{
'master': 'ChromiumMac',
- 'hostname': 'vm618-m1',
- 'builder': 'iOS_Simulator_(dbg)',
- 'os': 'mac',
- 'version': '10.9',
- },
- {
- 'master': 'ChromiumMac',
'hostname': 'vm628-m1',
- 'builder': 'iOS_Device',
+ 'builder': 'ios-device',
'os': 'mac',
'version': '10.9',
},
{
'master': 'ChromiumMac',
- 'hostname': 'vm673-m1',
- 'builder': 'iOS_Device_(ninja)',
+ 'hostname': 'vm618-m1',
+ 'builder': 'ios-simulator',
'os': 'mac',
'version': '10.9',
},
{
'master': 'ChromiumMac',
'hostname': 'vm18-m1',
- 'builder': 'iOS_Device_GN',
+ 'builder': 'ios-device-gn',
'os': 'mac',
'version': '10.9',
},
{
'master': 'ChromiumMac',
'hostname': 'vm21-m1',
- 'builder': 'iOS_Simulator_GN_(dbg)',
+ 'builder': 'ios-simulator-gn',
'os': 'mac',
'version': '10.9',
},
« no previous file with comments | « masters/master.chromium.mac/master_ios_cfg.py ('k') | scripts/slave/gatekeeper.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698