| 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([
|
|
|