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

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

Issue 761473002: Remove obsolete trybots, round #1 (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@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 | « masters/master.tryserver.chromium.mac/master.cfg ('k') | masters/master.tryserver.chromium.win/master.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d6f3df8a23c0f673eac6c8fadba5424dcbab056e..94c1b38d5d67584d47d3f9e8778e94f9341bda2d 100644
--- a/masters/master.tryserver.chromium.mac/slaves.cfg
+++ b/masters/master.tryserver.chromium.mac/slaves.cfg
@@ -31,7 +31,6 @@ def mac():
{
'master': 'TryServerChromiumMac',
'builder': [
- 'mac_xcodebuild',
'mac_nacl_sdk'
],
'hostname': 'vm%d-m4' % number,
@@ -50,7 +49,6 @@ def mac():
'mac_chromium_dbg',
'mac_chromium_rel',
'mac_chromium_rel_ng',
- 'mac_rel_naclmore',
'mac_chromium_gn_dbg',
'mac_chromium_gn_rel',
],
@@ -152,29 +150,6 @@ def mac():
} for i in [800]
)
- out.extend(
- # mac_valgrind - mac minis
- {
- 'master': 'TryServerChromiumMac',
- 'os': 'mac',
- 'version': '10.7',
- 'bits': '64',
- 'builder': 'mac_valgrind',
- 'hostname': 'mini%d-m4' % i,
- } for i in range(84, 90)
Sergiy Byelozyorov 2014/11/25 15:33:44 Please compile a list of all slaves that are freed
Paweł Hajdan Jr. 2014/11/25 16:16:36 Yes, I'm keeping track of this in a doc, will batc
- )
-
- out.extend([
- {
- 'master': 'TryServerChromiumMac',
- 'os': 'mac',
- 'version': '10.8',
- 'bits': '64',
- 'builder': ['mac_chromium_openssl_dbg', 'mac_chromium_openssl_rel'],
- 'hostname': 'vm%d-m4' % i,
- } for i in [803]
- ])
-
return out
« no previous file with comments | « masters/master.tryserver.chromium.mac/master.cfg ('k') | masters/master.tryserver.chromium.win/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698