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

Unified Diff: appengine/findit/main.py

Issue 2416303002: [Findit] Adding support for triaging suspected builds from flake analysis (Closed)
Patch Set: Rebase 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
Index: appengine/findit/main.py
diff --git a/appengine/findit/main.py b/appengine/findit/main.py
index cffda7b9675b98b87eca7569a1d439a4a9860ac4..c29d0f1da637be48dbd8f62b62569e9af1803779 100644
--- a/appengine/findit/main.py
+++ b/appengine/findit/main.py
@@ -32,6 +32,8 @@ from handlers.crash import fracas_result_feedback
from handlers.crash import triage_fracas_analysis
from handlers.flake import check_flake
from handlers.flake import list_flakes
+from handlers.flake import triage_flake_analysis
+
# Default module.
default_web_pages_handler_mappings = [
@@ -77,6 +79,8 @@ waterfall_frontend_web_pages_handler_mappings = [
('/waterfall/monitor-alerts', monitor_alerts.MonitorAlerts),
('/waterfall/swarming-task', swarming_task.SwarmingTask),
('/waterfall/triage-analysis', triage_analysis.TriageAnalysis),
+ ('/waterfall/triage-flake-analysis',
+ triage_flake_analysis.TriageFlakeAnalysis),
('/waterfall/triage-suspected-cl', triage_suspected_cl.TriageSuspectedCl),
('/waterfall/try-job', try_job.TryJob),
('/waterfall/try-job-dashboard', try_job_dashboard.TryJobDashboard),
« no previous file with comments | « appengine/findit/handlers/flake/triage_flake_analysis.py ('k') | appengine/findit/model/base_triaged_model.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698