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

Unified Diff: appengine/findit/common/constants.py

Issue 2435983003: [Findit] Asynchronously process flake reports from chromium-try-flakes. (Closed)
Patch Set: Rebase to resolve conflict 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
« no previous file with comments | « no previous file | appengine/findit/findit_api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/common/constants.py
diff --git a/appengine/findit/common/constants.py b/appengine/findit/common/constants.py
index 35227ee6bcfc1511a710da8b73527a29b2849f2e..c59c23316bee1789f25b269e8524cc343ffb45ca 100644
--- a/appengine/findit/common/constants.py
+++ b/appengine/findit/common/constants.py
@@ -21,6 +21,7 @@ DEFAULT_QUEUE = 'default'
WATERFALL_ANALYSIS_QUEUE = 'waterfall-analysis-queue'
WATERFALL_TRY_JOB_QUEUE = 'waterfall-try-job-queue'
WATERFALL_FAILURE_ANALYSIS_REQUEST_QUEUE = 'waterfall-failure-analysis-request'
+WATERFALL_FLAKE_ANALYSIS_REQUEST_QUEUE = 'waterfall-flake-analysis-request'
CRASH_ANALYSIS_QUEUE = {
'fracas': 'crash-analysis-fracas-queue',
'cracas': 'crash-analysis-cracas-queue',
@@ -29,7 +30,10 @@ CRASH_ANALYSIS_QUEUE = {
# Waterfall-related.
-WATERFALL_TRIGGER_ANALYSIS_URL = '/waterfall/process-failure-analysis-requests'
+WATERFALL_PROCESS_FAILURE_ANALYSIS_REQUESTS_URL = (
+ '/waterfall/process-failure-analysis-requests')
+WATERFALL_PROCESS_FLAKE_ANALYSIS_REQUEST_URL = (
+ '/waterfall/process-flake-analysis-request')
WATERFALL_ALERTS_URL = 'https://sheriff-o-matic.appspot.com/alerts'
COMPILE_STEP_NAME = 'compile'
« no previous file with comments | « no previous file | appengine/findit/findit_api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698