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

Unified Diff: ct/go/util/constants.go

Issue 1991943002: Use swarming in run_lua CT task (Closed) Base URL: https://skia.googlesource.com/buildbot@ct-6-capture_skps
Patch Set: Use new method in util.go 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 3484a4dbdb4abc3935b8d143fa5e332673d7ac12..6d830f0cd23131e2d8c68dcd3d36fd7ea15bef77 100644
--- a/ct/go/util/constants.go
+++ b/ct/go/util/constants.go
@@ -196,6 +196,7 @@ const (
CAPTURE_ARCHIVES_ISOLATE = "capture_archives.isolate"
CAPTURE_SKPS_ISOLATE = "capture_skps.isolate"
CAPTURE_SKPS_FROM_PDFS_ISOLATE = "capture_skps_from_pdfs.isolate"
+ RUN_LUA_ISOLATE = "run_lua.isolate"
)
type PagesetTypeInfo struct {

Powered by Google App Engine
This is Rietveld 408576698