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

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

Issue 2536723005: [Findit] Fix bugs when pulling gtest result. (Closed)
Patch Set: . Created 4 years 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
Index: appengine/findit/waterfall/process_swarming_task_result_pipeline.py
diff --git a/appengine/findit/waterfall/process_swarming_task_result_pipeline.py b/appengine/findit/waterfall/process_swarming_task_result_pipeline.py
index bf90e44e1b92ad1f03e3c7b77a6fba1b4193d291..17bd22b69ce12a5c3a605b6a99f6b1fc1b0530d2 100644
--- a/appengine/findit/waterfall/process_swarming_task_result_pipeline.py
+++ b/appengine/findit/waterfall/process_swarming_task_result_pipeline.py
@@ -44,4 +44,4 @@ class ProcessSwarmingTaskResultPipeline(ProcessBaseSwarmingTaskResultPipeline):
task = self._GetSwarmingTask(*call_args)
task_id = task.task_id
step_name_no_platform = self._MonitorSwarmingTask(task_id, *call_args)
- return step_name, (step_name_no_platform, task.reliable_tests)
+ return step_name, (step_name_no_platform, task.reliable_tests)

Powered by Google App Engine
This is Rietveld 408576698