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

Unified Diff: appengine/findit/waterfall/trigger_swarming_task_pipeline.py

Issue 2394013002: [Findit] Hacky solution to map a CQ trybot step to a Waterfall buildbot step. (Closed)
Patch Set: Fix nit. Created 4 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 | « appengine/findit/waterfall/trigger_base_swarming_task_pipeline.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/waterfall/trigger_swarming_task_pipeline.py
diff --git a/appengine/findit/waterfall/trigger_swarming_task_pipeline.py b/appengine/findit/waterfall/trigger_swarming_task_pipeline.py
index d02db33cbf1bfa6eeec3c03510cb34ee772c1c54..fcf6923408646c835fc084b612a01cd74b335c91 100644
--- a/appengine/findit/waterfall/trigger_swarming_task_pipeline.py
+++ b/appengine/findit/waterfall/trigger_swarming_task_pipeline.py
@@ -134,7 +134,8 @@ class TriggerSwarmingTaskPipeline(BasePipeline):
# 0. Retrieve existing Swarming task ids for the given step.
swarming_task_items = swarming_util.ListSwarmingTasksDataByTags(
- master_name, builder_name, build_number, http_client, step_name)
+ master_name, builder_name, build_number, http_client,
+ {'stepname': step_name})
assert len(swarming_task_items) > 0, 'No Swarming task was run.'
ref_task_id = swarming_task_items[0]['task_id']
« no previous file with comments | « appengine/findit/waterfall/trigger_base_swarming_task_pipeline.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698