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

Unified Diff: infra/project-config/cr-buildbucket.cfg

Issue 1254293005: Moved project configs to infra/config branch (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 5 years, 5 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 | « infra/project-config/README.md ('k') | infra/project-config/project.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/project-config/cr-buildbucket.cfg
diff --git a/infra/project-config/cr-buildbucket.cfg b/infra/project-config/cr-buildbucket.cfg
deleted file mode 100644
index 18a660bffc8d0651597118a937fbf4978d33b858..0000000000000000000000000000000000000000
--- a/infra/project-config/cr-buildbucket.cfg
+++ /dev/null
@@ -1,136 +0,0 @@
-# Defines buckets on cr-buildbucket.appspot.com, used by to schedule builds
-# on buildbot. In particular, CQ uses some of these buckets to schedule tryjobs.
-#
-# See http://luci-config.appspot.com/schemas/projects:buildbucket.cfg for
-# schema of this file and documentation.
-#
-# Please keep this list sorted by bucket name.
-
-buckets {
- name: "master.chromium.perf"
- acls {
- role: READER
- group: "all"
- }
- acls {
- role: SCHEDULER
- group: "service-account-cq"
- }
- acls {
- role: WRITER
- group: "service-account-chromium-master"
- }
-}
-
-buckets {
- name: "master.chromium.perf.fyi"
- acls {
- role: READER
- group: "all"
- }
- acls {
- role: SCHEDULER
- group: "service-account-cq"
- }
- acls {
- role: WRITER
- group: "service-account-chromium-master"
- }
-}
-
-buckets {
- name: "master.tryserver.chromium.gpu"
- acls {
- role: READER
- group: "all"
- }
- acls {
- role: SCHEDULER
- group: "service-account-cq"
- }
- acls {
- role: WRITER
- group: "service-account-chromium-tryserver"
- }
-}
-
-buckets {
- name: "master.tryserver.chromium.linux"
- acls {
- role: READER
- group: "all"
- }
- acls {
- role: SCHEDULER
- group: "project-chromium-tryjob-access"
- }
- acls {
- role: SCHEDULER
- group: "service-account-cq"
- }
- acls {
- role: WRITER
- group: "service-account-chromium-tryserver"
- }
-}
-
-buckets {
- name: "master.tryserver.chromium.mac"
- acls {
- role: READER
- group: "all"
- }
- acls {
- role: SCHEDULER
- group: "service-account-cq"
- }
- acls {
- role: WRITER
- group: "service-account-chromium-tryserver"
- }
- acls {
- role: SCHEDULER
- group: "project-chromium-tryjob-access"
- }
-}
-
-buckets {
- name: "master.tryserver.chromium.perf"
- acls {
- role: READER
- group: "all"
- }
- acls {
- role: SCHEDULER
- group: "service-account-cq"
- }
- acls {
- role: WRITER
- group: "service-account-chromium-tryserver"
- }
- acls {
- role: SCHEDULER
- group: "service-account-chromium-perf-dashboard"
- }
-}
-
-buckets {
- name: "master.tryserver.chromium.win"
- acls {
- role: READER
- group: "all"
- }
- acls {
- role: SCHEDULER
- group: "service-account-cq"
- }
- acls {
- role: WRITER
- group: "service-account-chromium-tryserver"
- }
- acls {
- role: SCHEDULER
- group: "project-chromium-tryjob-access"
- }
-}
-
« no previous file with comments | « infra/project-config/README.md ('k') | infra/project-config/project.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698