From 9770935a2dea4e553417ae98efd798b42522edcf Mon Sep 17 00:00:00 2001 From: Nodir Turakulov Date: Tue, 17 Apr 2018 18:09:49 -0700 Subject: [PATCH] Add luci.catapult.ci bucket Add an empty, dummy luci.catapult.ci bucket. Eventually catapult CI builds will move to this bucket. In the meantime, the existing buildbot master is mapped to non-existing luci.catapult.ci and Milo is trying to query it. Bug: 833420 --- cr-buildbucket.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cr-buildbucket.cfg b/cr-buildbucket.cfg index 54f2f3cc3c..dc3a25d217 100644 --- a/cr-buildbucket.cfg +++ b/cr-buildbucket.cfg @@ -6,6 +6,14 @@ # # Please keep this list sorted by bucket name. +buckets { + name: "luci.catapult.ci" + acls { + role: READER + group: "all" + } +} + buckets { name: "master.tryserver.client.catapult" acls {