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

Unified Diff: appengine/findit/handlers/flake/check_flake.py

Issue 2376573004: [Findit] For automatic analyses of flaky tests, run the Swarming tasks off PST peak hours. (Closed)
Patch Set: Created 4 years, 3 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/flake/check_flake.py
diff --git a/appengine/findit/handlers/flake/check_flake.py b/appengine/findit/handlers/flake/check_flake.py
index 9601628ea826947a7c0eb164c0246af91256eb5b..e114793f13a310d7aa978c227fc88acd6e1a9b1b 100644
--- a/appengine/findit/handlers/flake/check_flake.py
+++ b/appengine/findit/handlers/flake/check_flake.py
@@ -28,7 +28,7 @@ class CheckFlake(BaseHandler):
master_flake_analysis = ScheduleAnalysisIfNeeded(
master_name, builder_name, build_number, step_name, test_name,
- allow_new_analysis, force=force,
+ allow_new_analysis, force=force, manually_triggered=True,
queue_name=constants.WATERFALL_ANALYSIS_QUEUE)
if not master_flake_analysis: # pragma: no cover.

Powered by Google App Engine
This is Rietveld 408576698