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

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

Issue 1990873002: Use swarming in create_pagesets CT task (Closed) Base URL: https://skia.googlesource.com/buildbot@ct-3-swarming-timeouts
Patch Set: Remove TODOs 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 52db53bc0d87bc7cdf370a6fdb5bbb93519fbeda..efd4167be3cbfa9022945773c81d8fca8a84d003 100644
--- a/ct/go/util/constants.go
+++ b/ct/go/util/constants.go
@@ -186,7 +186,11 @@ const (
WEBHOOK_SALT_MSG = `For prod, set this file to the value of GCE metadata key webhook_request_salt or call webhook.MustInitRequestSaltFromMetadata() if running in GCE. For testing, run 'echo -n "notverysecret" | base64 -w 0 > /b/storage/webhook_salt.data' or call frontend.InitForTesting().`
// Swarming constants.
- SWARMING_DIR_NAME = "swarming"
+ SWARMING_DIR_NAME = "swarming"
+ SWARMING_POOL = "CT"
+ BATCHARCHIVE_TIMEOUT = 10 * time.Minute
+ // Isolate files.
+ CREATE_PAGESETS_ISOLATE = "create_pagesets.isolate"
)
type PagesetTypeInfo struct {

Powered by Google App Engine
This is Rietveld 408576698