summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdwin Kempin <ekempin@google.com>2018-05-14 09:25:00 +0200
committerEdwin Kempin <ekempin@google.com>2018-05-16 10:28:01 +0200
commit54bf8ddf9bcb4ffc748dd6fead98ececa95c98e5 (patch)
treeff79e6a52f80ec05712b2d00c388128a74b5ee00
parent0e0dcce945cc212a3883138d34e9996fb40c722d (diff)
Use stable version of Triciumupstream/infra/config
By renaming the Tricium service config file from tricium-dev.cfg to tricium-prod.cfg we use the more stable version of Tricium. Change-Id: Ibd136ec76465421dbfbf4a46bf15bf140973dd70 Signed-off-by: Edwin Kempin <ekempin@google.com>
-rw-r--r--tricium-prod.cfg (renamed from tricium-dev.cfg)6
1 files changed, 3 insertions, 3 deletions
diff --git a/tricium-dev.cfg b/tricium-prod.cfg
index 380a5de5a0..8c7459ec62 100644
--- a/tricium-dev.cfg
+++ b/tricium-prod.cfg
@@ -1,4 +1,4 @@
-# Schema: https://luci-config.appspot.com/schemas/projects:tricium-dev.cfg
+# Schema: https://luci-config.appspot.com/schemas/projects:tricium-prod.cfg
acls {
role: REQUESTER
@@ -23,5 +23,5 @@ repos {
}
}
-service_account: "tricium-dev@appspot.gserviceaccount.com"
-swarming_service_account: "swarming@tricium-dev.iam.gserviceaccount.com"
+service_account: "tricium-prod@appspot.gserviceaccount.com"
+swarming_service_account: "swarming@tricium-prod.iam.gserviceaccount.com"