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

Unified Diff: appengine/findit/waterfall/test/identify_culprit_pipeline_test.py

Issue 1154593005: [Findit] Add a sub-pipeline to analyze failures caused by DEPS rolls. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Improve readability. Created 5 years, 7 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/test/extract_deps_info_pipeline_test.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/test/identify_culprit_pipeline_test.py
diff --git a/appengine/findit/waterfall/test/identify_culprit_pipeline_test.py b/appengine/findit/waterfall/test/identify_culprit_pipeline_test.py
index 8597620fb7dc73ebb709f49aee045b7593bc5efc..54ccdea38c799d948bab27a70bf8a6e6f0809a69 100644
--- a/appengine/findit/waterfall/test/identify_culprit_pipeline_test.py
+++ b/appengine/findit/waterfall/test/identify_culprit_pipeline_test.py
@@ -213,6 +213,7 @@ class IdentifyCulpritPipelineTest(testing.AppengineTestCase):
'build_number': build_number,
}
change_logs = {}
+ deps_info = {}
signals = {}
dummy_result = {'failures': []}
@@ -224,7 +225,7 @@ class IdentifyCulpritPipelineTest(testing.AppengineTestCase):
'AnalyzeBuildFailure', MockAnalyzeBuildFailure)
pipeline = identify_culprit_pipeline.IdentifyCulpritPipeline(
- failure_info, change_logs, signals)
+ failure_info, change_logs, deps_info, signals)
pipeline.start()
self.execute_queued_tasks()
« no previous file with comments | « appengine/findit/waterfall/test/extract_deps_info_pipeline_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698