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

Unified Diff: appengine/findit/main.py

Issue 1949763002: [Findit] Adding try job dashboard (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Addressing nits Created 4 years, 7 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 | « appengine/findit/handlers/try_job_dashboard.py ('k') | appengine/findit/templates/try_job_dashboard.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/main.py
diff --git a/appengine/findit/main.py b/appengine/findit/main.py
index 071bf542ef4124f533523bd3f1801581ced8c48a..05b7eedf44f934c910a8e1d8ab0338977976f6a4 100644
--- a/appengine/findit/main.py
+++ b/appengine/findit/main.py
@@ -19,6 +19,7 @@ from handlers import swarming_task
from handlers import triage_analysis
from handlers import trigger_analyses
from handlers import try_job
+from handlers import try_job_dashboard
from handlers import try_job_result
from handlers import verify_analysis
from handlers import version
@@ -68,6 +69,7 @@ waterfall_frontend_web_pages_handler_mappings = [
('/waterfall/swarming-task', swarming_task.SwarmingTask),
('/waterfall/triage-analysis', triage_analysis.TriageAnalysis),
('/waterfall/try-job', try_job.TryJob),
+ ('/waterfall/try-job-dashboard', try_job_dashboard.TryJobDashboard),
('/waterfall/try-job-result', try_job_result.TryJobResult),
('/waterfall/verify-analysis', verify_analysis.VerifyAnalysis),
]
« no previous file with comments | « appengine/findit/handlers/try_job_dashboard.py ('k') | appengine/findit/templates/try_job_dashboard.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698