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

Unified Diff: ct/go/util/constants.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: Remove testing code 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
Index: ct/go/util/constants.go
diff --git a/ct/go/util/constants.go b/ct/go/util/constants.go
index 6d830f0cd23131e2d8c68dcd3d36fd7ea15bef77..4cc21b0c5b987289366d722186ff8c85da7d3086 100644
--- a/ct/go/util/constants.go
+++ b/ct/go/util/constants.go
@@ -197,6 +197,7 @@ const (
CAPTURE_SKPS_ISOLATE = "capture_skps.isolate"
CAPTURE_SKPS_FROM_PDFS_ISOLATE = "capture_skps_from_pdfs.isolate"
RUN_LUA_ISOLATE = "run_lua.isolate"
+ CHROMIUM_ANALYSIS_ISOLATE = "chromium_analysis.isolate"
)
type PagesetTypeInfo struct {

Powered by Google App Engine
This is Rietveld 408576698