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

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

Issue 777413002: Add new tests to presubmit, fix errors (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: rebase Created 6 years 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 | « no previous file | ct/go/util/gs.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 7bf50aedabf66cdb68ed027238dd75f59bb3a3f6..2d2e02578ee9547d7fbcfcf3b90e2c8f85c311f2 100644
--- a/ct/go/util/constants.go
+++ b/ct/go/util/constants.go
@@ -6,7 +6,7 @@ const (
// TODO(rmistry): Switch this to use chrome-bot when ready to run in prod
CT_USER = "rmistry"
NUM_WORKERS int = 100
- WORKER_NAME_TEMPLATE = "build%s-m5"
+ WORKER_NAME_TEMPLATE = "build%d-m5"
GS_BUCKET_NAME = "cluster-telemetry"
// File names and dir names.
« no previous file with comments | « no previous file | ct/go/util/gs.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698