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

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

Issue 1991043005: Add support for parallel runs (Closed) Base URL: https://skia.googlesource.com/buildbot@ct-8-chromium_analysis
Patch Set: Rebase 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/util/chromium_builds.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 d76167365ab784f8d6eaa67426efce60496603b3..a287b1b1f29b6c0ecf0d6dbe6487572f3f908295 100644
--- a/ct/go/util/constants.go
+++ b/ct/go/util/constants.go
@@ -187,8 +187,9 @@ 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_POOL = "CT"
+ SWARMING_DIR_NAME = "swarming"
+ SWARMING_POOL = "CT"
+ BUILD_OUTPUT_FILENAME = "build_remote_dirs.txt"
// Timeouts.
BATCHARCHIVE_TIMEOUT = 10 * time.Minute
XVFB_TIMEOUT = 5 * time.Minute
@@ -199,6 +200,8 @@ const (
CAPTURE_SKPS_FROM_PDFS_ISOLATE = "capture_skps_from_pdfs.isolate"
RUN_LUA_ISOLATE = "run_lua.isolate"
CHROMIUM_ANALYSIS_ISOLATE = "chromium_analysis.isolate"
+ CHROMIUM_PERF_ISOLATE = "chromium_perf.isolate"
+ BUILD_REPO_ISOLATE = "build_repo.isolate"
)
type PagesetTypeInfo struct {
« no previous file with comments | « ct/go/util/chromium_builds.go ('k') | ct/go/util/util.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698