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

Unified Diff: masters/master.client.skia/slaves.cfg

Issue 393033005: client.skia: separate builder and buildslave configs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Iannucci's comments Created 6 years, 5 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.client.skia/master.cfg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.skia/slaves.cfg
diff --git a/masters/master.client.skia/slaves.cfg b/masters/master.client.skia/slaves.cfg
index 25b8f92810d52e25db3dba61ecc9c1e4f661ad49..b8b4894eaf7bd009cbf8955d00139ceed80cc29e 100644
--- a/masters/master.client.skia/slaves.cfg
+++ b/masters/master.client.skia/slaves.cfg
@@ -10,32 +10,16 @@ slaves = [
'os': 'linux',
'version': 'precise',
'bits': '64',
- 'recipe': 'skia/build_and_test',
- 'build_config': 'Debug',
- 'auto_reboot': False,
},
{
'master': 'Skia',
'hostname': 'skiabot-linux-canary-000',
- 'builder': 'Linux Builder',
+ 'builder': [
+ 'Linux Builder',
+ 'Linux Tests',
+ ],
'os': 'linux',
'version': 'precise',
'bits': '64',
- 'recipe': 'chromium',
- 'build_config': 'Debug',
- 'auto_reboot': False,
- },
- {
- 'master': 'Skia',
- 'hostname': 'skiabot-linux-canary-001',
- 'builder': 'Linux Tests',
- 'os': 'linux',
- 'version': 'precise',
- 'bits': '64',
- 'recipe': 'chromium',
- 'build_config': 'Debug',
- 'triggered_by': 'Linux Builder',
- 'auto_reboot': False,
},
]
-
« no previous file with comments | « masters/master.client.skia/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698