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

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

Issue 1994663002: Use swarming in capture_skps and capture_skps_from_pdfs CT tasks (Closed) Base URL: https://skia.googlesource.com/buildbot@ct-5-capture_archives
Patch Set: Address comments 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/master_scripts/capture_skps_on_workers/main.go ('k') | ct/go/util/util.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ct/go/util/constants.go
diff --git a/ct/go/util/constants.go b/ct/go/util/constants.go
index 4ce6ad8eafba3d3ddd78786af59dbe07128d91f8..3484a4dbdb4abc3935b8d143fa5e332673d7ac12 100644
--- a/ct/go/util/constants.go
+++ b/ct/go/util/constants.go
@@ -192,8 +192,10 @@ const (
BATCHARCHIVE_TIMEOUT = 10 * time.Minute
XVFB_TIMEOUT = 5 * time.Minute
// Isolate files.
- CREATE_PAGESETS_ISOLATE = "create_pagesets.isolate"
- CAPTURE_ARCHIVES_ISOLATE = "capture_archives.isolate"
+ CREATE_PAGESETS_ISOLATE = "create_pagesets.isolate"
+ CAPTURE_ARCHIVES_ISOLATE = "capture_archives.isolate"
+ CAPTURE_SKPS_ISOLATE = "capture_skps.isolate"
+ CAPTURE_SKPS_FROM_PDFS_ISOLATE = "capture_skps_from_pdfs.isolate"
)
type PagesetTypeInfo struct {
« no previous file with comments | « ct/go/master_scripts/capture_skps_on_workers/main.go ('k') | ct/go/util/util.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698