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

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

Issue 2396283002: [Findit] Hook up analysis for CQ flakes. (Closed)
Patch Set: Fix nit 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/model/flake/flake_analysis_request.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 b8c01bb542320c7d0f76df5e12895a5a0472ed80..9163ce743dc3aac86bab6f7b091fa1799f3d034f 100644
--- a/appengine/findit/common/constants.py
+++ b/appengine/findit/common/constants.py
@@ -34,6 +34,14 @@ WATERFALL_ALERTS_URL = 'https://sheriff-o-matic.appspot.com/alerts'
COMPILE_STEP_NAME = 'compile'
+# TODO: move this to config.
+# Whitelisted app ids for authorized access.
+WHITELISTED_APP_ACCOUNTS = [
+ 'chromium-try-flakes@appspot.gserviceaccount.com',
+ 'findit-for-me@appspot.gserviceaccount.com',
+]
+
+
# Directory of html templates.
HTML_TEMPLATE_DIR = os.path.realpath(
os.path.join(os.path.dirname(__file__), os.path.pardir, 'templates'))
« no previous file with comments | « no previous file | appengine/findit/model/flake/flake_analysis_request.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698