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

Unified Diff: appengine_scripts/skia-tree-status/main.py

Issue 1214213002: Add get_skp_repos endpoint to skia-telemetry (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Use defaultdict Created 5 years, 6 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_scripts/skia-tree-status/skia_telemetry.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine_scripts/skia-tree-status/main.py
diff --git a/appengine_scripts/skia-tree-status/main.py b/appengine_scripts/skia-tree-status/main.py
index 905fe3ad8601d3e1a55b4f52ec7c9e2d63d10c83..bb28544070a2431685671f2f5d4719d2d7de4aae 100644
--- a/appengine_scripts/skia-tree-status/main.py
+++ b/appengine_scripts/skia-tree-status/main.py
@@ -65,6 +65,7 @@ URLS = [
('/skia-telemetry/chromium_try?', skia_telemetry.ChromiumTryPage),
('/skia-telemetry/get_oldest_pending_task?',
skia_telemetry.GetClusterTelemetryTasksPage),
+ ('/skia-telemetry/get_skp_repos?', skia_telemetry.GetSKPRepos),
('/skia-telemetry/lua_script?', skia_telemetry.LuaScriptPage),
('/skia-telemetry/pending_tasks?', skia_telemetry.PendingTasksPage),
('/skia-telemetry/skia_telemetry_info_page?',
« no previous file with comments | « no previous file | appengine_scripts/skia-tree-status/skia_telemetry.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698