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

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

Issue 2187763004: [Findit] Refactor Findit pipeline. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: rebase Created 4 years, 4 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
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 e7232251e48d49852d6a81c73b2500ef56aad683..c4a105ba76185e611a9c37eb36d1c2df18ccadd4 100644
--- a/appengine/findit/waterfall/process_swarming_task_result_pipeline.py
+++ b/appengine/findit/waterfall/process_swarming_task_result_pipeline.py
@@ -144,4 +144,4 @@ class ProcessSwarmingTaskResultPipeline(BasePipeline):
task.completed_time = _ConvertDateTime(data.get('completed_ts'))
task.put()
- return step_name, (step_name_no_platform, task.classified_tests)
+ return step_name, (step_name_no_platform, task.reliable_tests)

Powered by Google App Engine
This is Rietveld 408576698