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

Unified Diff: appengine/findit/handlers/monitor_alerts.py

Issue 2203643002: [Findit] Use new mock for unittests. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@0708-pipeline-refactor
Patch Set: 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/handlers/monitor_alerts.py
diff --git a/appengine/findit/handlers/monitor_alerts.py b/appengine/findit/handlers/monitor_alerts.py
index 7ff10fddf1f7e035bc853928643ce40b9130b969..32210ba6391661101292ed3293dba26502361ffb 100644
--- a/appengine/findit/handlers/monitor_alerts.py
+++ b/appengine/findit/handlers/monitor_alerts.py
@@ -85,7 +85,7 @@ class MonitorAlerts(BaseHandler):
def HandleGet(self):
build_failures = _GetLatestBuildFailures(self.HTTP_CLIENT)
-
+ print build_failures
lijeffrey 2016/08/02 21:37:09 remove this before committing
chanli 2016/08/02 23:10:32 Done.
for build_failure in build_failures:
build_failure_analysis_pipelines.ScheduleAnalysisIfNeeded(
build_failure['master_name'],

Powered by Google App Engine
This is Rietveld 408576698