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

Unified Diff: ct/go/ctfe/util/util.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/Makefile ('k') | ct/go/frontend/frontend.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ct/go/ctfe/util/util.go
diff --git a/ct/go/ctfe/util/util.go b/ct/go/ctfe/util/util.go
index 38c68b8e3f87002a440ea5dd1e6bbae0121edcc3..3b6564c45ad010405605244f1b3b92a211036d69 100644
--- a/ct/go/ctfe/util/util.go
+++ b/ct/go/ctfe/util/util.go
@@ -18,6 +18,8 @@ import (
const (
CHROMIUM_PERF_URI = "chromium_perf/"
CHROMIUM_PERF_RUNS_URI = "chromium_perf_runs/"
+ CHROMIUM_ANALYSIS_URI = "chromium_analysis/"
+ CHROMIUM_ANALYSIS_RUNS_URI = "chromium_analysis_runs/"
GET_CHROMIUM_PERF_RUN_STATUS_URI = "get_chromium_perf_run_status"
CHROMIUM_PERF_PARAMETERS_POST_URI = "_/chromium_perf/"
CHROMIUM_PERF_CL_DATA_POST_URI = "_/cl_data"
« no previous file with comments | « ct/Makefile ('k') | ct/go/frontend/frontend.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698