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

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

Issue 1886673002: [Findit] Differentiate compile failures and test failures. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 8 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/common/waterfall/failure_type.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 6ef5d6625cf230754d982b14c4f0d5c8527716f8..5305023d4a6205b6a58b931d9f906db0c698acbc 100644
--- a/appengine/findit/common/constants.py
+++ b/appengine/findit/common/constants.py
@@ -18,9 +18,10 @@ WATERFALL_TRY_JOB_QUEUE = 'waterfall-try-job-queue'
WATERFALL_SERIAL_QUEUE = 'waterfall-serial-queue'
-# Url paths.
+# Waterfall-related.
WATERFALL_TRIGGER_ANALYSIS_URL = '/waterfall/trigger-analyses'
WATERFALL_ALERTS_URL = 'https://sheriff-o-matic.appspot.com/alerts'
+COMPILE_STEP_NAME = 'compile'
# Directory of html templates.
« no previous file with comments | « no previous file | appengine/findit/common/waterfall/failure_type.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698