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

Unified Diff: ct/go/frontend/frontend.go

Issue 1995023002: Backend for new run_chromium_analysis CT task (Closed) Base URL: https://skia.googlesource.com/buildbot@ct-7-run_lua
Patch Set: Local ChromiumAnalysisRunsDir is not used 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 | « ct/go/ctfe/util/util.go ('k') | ct/go/master_scripts/run_chromium_analysis_on_workers/main.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ct/go/frontend/frontend.go
diff --git a/ct/go/frontend/frontend.go b/ct/go/frontend/frontend.go
index 47e16b0272b47d099529bca84c7146c83ab76c81..57903bea15df8363ca6f13991cdbb97f899857da 100644
--- a/ct/go/frontend/frontend.go
+++ b/ct/go/frontend/frontend.go
@@ -39,6 +39,7 @@ var (
CaptureSKPsTasksWebapp string
UpdateCaptureSKPsTasksWebapp string
ChromiumPerfTasksWebapp string
+ ChromiumAnalysisTasksWebapp string
UpdateChromiumPerfTasksWebapp string
ChromiumBuildTasksWebapp string
UpdateChromiumBuildTasksWebapp string
@@ -75,6 +76,7 @@ func initUrls(webapp_root string) {
CaptureSKPsTasksWebapp = webapp_root + ctfeutil.CAPTURE_SKPS_URI
UpdateCaptureSKPsTasksWebapp = webapp_root + ctfeutil.UPDATE_CAPTURE_SKPS_TASK_POST_URI
ChromiumPerfTasksWebapp = webapp_root + ctfeutil.CHROMIUM_PERF_URI
+ ChromiumAnalysisTasksWebapp = webapp_root + ctfeutil.CHROMIUM_ANALYSIS_URI
UpdateChromiumPerfTasksWebapp = webapp_root + ctfeutil.UPDATE_CHROMIUM_PERF_TASK_POST_URI
ChromiumBuildTasksWebapp = webapp_root + ctfeutil.CHROMIUM_BUILD_URI
UpdateChromiumBuildTasksWebapp = webapp_root + ctfeutil.UPDATE_CHROMIUM_BUILD_TASK_POST_URI
« no previous file with comments | « ct/go/ctfe/util/util.go ('k') | ct/go/master_scripts/run_chromium_analysis_on_workers/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698