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

Unified Diff: appengine/findit/waterfall/flake/trigger_flake_analyses_pipeline.py

Issue 2456033002: [Findit] Using flake_analysis_service and add bug number to check flake UI (Closed)
Patch Set: Addressing Comments 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
Index: appengine/findit/waterfall/flake/trigger_flake_analyses_pipeline.py
diff --git a/appengine/findit/waterfall/flake/trigger_flake_analyses_pipeline.py b/appengine/findit/waterfall/flake/trigger_flake_analyses_pipeline.py
index 54f82a897daf94955b8e9064a53a2101f2db8919..cd46cdbd63c76fc00c49c6dd05dd9bb007ccf21d 100644
--- a/appengine/findit/waterfall/flake/trigger_flake_analyses_pipeline.py
+++ b/appengine/findit/waterfall/flake/trigger_flake_analyses_pipeline.py
@@ -6,7 +6,7 @@ import logging
from common import time_util
from common.pipeline_wrapper import BasePipeline
-from model.flake. flake_analysis_request import FlakeAnalysisRequest
+from model.flake.flake_analysis_request import FlakeAnalysisRequest
from model.wf_analysis import WfAnalysis
from model.wf_swarming_task import WfSwarmingTask
from waterfall.flake import flake_analysis_service

Powered by Google App Engine
This is Rietveld 408576698