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

Unified Diff: scripts/master/factory/chromium_commands.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 | « masters/master.tryserver.chromium/slaves.cfg ('k') | scripts/master/factory/swarm_factory.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/factory/chromium_commands.py
diff --git a/scripts/master/factory/chromium_commands.py b/scripts/master/factory/chromium_commands.py
index 6c9db6b7f207206c9605798bee8c44a763461166..53f8d5a6fadbc8a411581e61c3955afeeb6366cf 100644
--- a/scripts/master/factory/chromium_commands.py
+++ b/scripts/master/factory/chromium_commands.py
@@ -1741,7 +1741,7 @@ class ChromiumCommands(commands.FactoryCommands):
# email, e.g. the blamelist to be properly set, but that causes any patch to
# be caried over, which is annoying but benign.
self._factory.addStep(commands.CreateTriggerStep(
- trigger_name='swarm_triggered',
+ trigger_name=factory_properties['triggered_builder'],
trigger_set_properties={
'target_os': self._target_platform,
'use_swarm_client_revision':
« no previous file with comments | « masters/master.tryserver.chromium/slaves.cfg ('k') | scripts/master/factory/swarm_factory.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698