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

Unified Diff: scripts/master/factory/swarm_factory.py

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 | « scripts/master/factory/chromium_commands.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/factory/swarm_factory.py
diff --git a/scripts/master/factory/swarm_factory.py b/scripts/master/factory/swarm_factory.py
index 3f84fa5609d0fdef38c5d6088b764536a1d337da..7ab0cefd6e160ca1fe2a5e64eb565a9397b6a37f 100644
--- a/scripts/master/factory/swarm_factory.py
+++ b/scripts/master/factory/swarm_factory.py
@@ -10,8 +10,8 @@ Common usage:
- For a split builder&tester configuration, use:
- One ChromiumFactory() builder with 'run_default_swarm_tests' set to the list
of tests to run on Swarm on the 'tester'.
- - One SwarmTestBuilder() builder named 'swarm_triggered', the builder name
- is currently hardcoded.
+ - One SwarmTestBuilder() builder named something like 'linux_swarm_triggered'.
+ It is defined as fp['triggered_builder']
- For a single buildertester configuration, use:
- SwarmFactory()
« no previous file with comments | « scripts/master/factory/chromium_commands.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698