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

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

Issue 24565004: Split swarm_triggered into 3 builders to make it easier on devs. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/tools/build.git@master
Patch Set: do not remove swarm_triggered yet. Created 7 years, 2 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.tryserver.chromium/master.cfg ('k') | scripts/master/factory/chromium_commands.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.chromium/slaves.cfg
diff --git a/masters/master.tryserver.chromium/slaves.cfg b/masters/master.tryserver.chromium/slaves.cfg
index 0031663acc48328e081408c009ea0798215fa7b6..f3abc88446f8164d59d419421f9f2d584950cb10 100644
--- a/masters/master.tryserver.chromium/slaves.cfg
+++ b/masters/master.tryserver.chromium/slaves.cfg
@@ -593,7 +593,16 @@ def windows():
swarm_slaves.extend(
{
'master': 'TryServer',
- 'builder': ['swarm_triggered'],
+ 'builder': [
+ # Note: they all do the exact same thing, but having different names
+ # makes it easier for developpers.
+ 'linux_swarm_triggered',
+ 'mac_swarm_triggered',
+ 'win_swarm_triggered',
+ # TODO(maruel): Temporary to ease the transition; to be deleted around
+ # 2013-10-28.
+ 'swarm_triggered',
+ ],
'hostname': 'slave%d-c4' % i,
'os': 'linux',
'version': 'precise',
« no previous file with comments | « masters/master.tryserver.chromium/master.cfg ('k') | scripts/master/factory/chromium_commands.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698