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

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

Issue 701623002: Replace 10.7 testers with 10.9 in master.chromium.mac (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 6 years, 1 month 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_mac_cfg.py
diff --git a/masters/master.chromium.mac/master_mac_cfg.py b/masters/master.chromium.mac/master_mac_cfg.py
index f7ce9ad381167711506f551908109a91c8932714..895a95995e485450d38323beee350761a94d9a9b 100644
--- a/masters/master.chromium.mac/master_mac_cfg.py
+++ b/masters/master.chromium.mac/master_mac_cfg.py
@@ -20,11 +20,11 @@ def Update(config, active_master, c):
]),
Triggerable(name='mac_rel_trigger', builderNames=[
'Mac10.6 Tests (1)',
- 'Mac10.7 Tests (1)',
+ 'Mac10.9 Tests (1)',
Robert Sesek 2014/11/03 22:25:40 Since these are on swarming now, do we want the (1
]),
Triggerable(name='mac_dbg_trigger', builderNames=[
'Mac 10.6 Tests (dbg)(1)',
- 'Mac 10.7 Tests (dbg)(1)',
+ 'Mac 10.9 Tests (dbg)(1)',
]),
])
specs = [
@@ -33,13 +33,13 @@ def Update(config, active_master, c):
'triggers': ['mac_rel_trigger'],
},
{'name': 'Mac10.6 Tests (1)'},
- {'name': 'Mac10.7 Tests (1)'},
+ {'name': 'Mac10.9 Tests (1)'},
{
'name': 'Mac Builder (dbg)',
'triggers': ['mac_dbg_trigger'],
},
{'name': 'Mac 10.6 Tests (dbg)(1)'},
- {'name': 'Mac 10.7 Tests (dbg)(1)'},
+ {'name': 'Mac 10.9 Tests (dbg)(1)'},
]
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