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': |