aboutsummaryrefslogtreecommitdiff
path: root/files/infra/config/realms.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'files/infra/config/realms.cfg')
-rw-r--r--files/infra/config/realms.cfg79
1 files changed, 0 insertions, 79 deletions
diff --git a/files/infra/config/realms.cfg b/files/infra/config/realms.cfg
deleted file mode 100644
index ae04529e..00000000
--- a/files/infra/config/realms.cfg
+++ /dev/null
@@ -1,79 +0,0 @@
-# Auto-generated by lucicfg.
-# Do not modify manually.
-#
-# For the schema of this file, see RealmsCfg message:
-# https://luci-config.appspot.com/schemas/projects:realms.cfg
-
-realms {
- name: "@root"
- bindings {
- role: "role/buildbucket.owner"
- principals: "group:project-libyuv-admins"
- }
- bindings {
- role: "role/buildbucket.reader"
- principals: "group:all"
- }
- bindings {
- role: "role/configs.reader"
- principals: "group:all"
- }
- bindings {
- role: "role/configs.validator"
- principals: "user:libyuv-try-builder@chops-service-accounts.iam.gserviceaccount.com"
- }
- bindings {
- role: "role/logdog.reader"
- principals: "group:all"
- }
- bindings {
- role: "role/logdog.writer"
- principals: "group:luci-logdog-chromium-writers"
- }
- bindings {
- role: "role/scheduler.owner"
- principals: "group:project-libyuv-admins"
- }
- bindings {
- role: "role/scheduler.reader"
- principals: "group:all"
- }
-}
-realms {
- name: "ci"
- bindings {
- role: "role/buildbucket.builderServiceAccount"
- principals: "user:libyuv-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
- }
- bindings {
- role: "role/scheduler.triggerer"
- principals: "user:libyuv-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
- conditions {
- restrict {
- attribute: "scheduler.job.name"
- values: "Android Tester ARM32 Debug (Nexus 5X)"
- values: "Android Tester ARM32 Release (Nexus 5X)"
- values: "Android Tester ARM64 Debug (Nexus 5X)"
- }
- }
- }
-}
-realms {
- name: "cron"
- bindings {
- role: "role/buildbucket.builderServiceAccount"
- principals: "user:libyuv-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com"
- }
-}
-realms {
- name: "try"
- bindings {
- role: "role/buildbucket.builderServiceAccount"
- principals: "user:libyuv-try-builder@chops-service-accounts.iam.gserviceaccount.com"
- }
- bindings {
- role: "role/buildbucket.triggerer"
- principals: "group:project-libyuv-tryjob-access"
- principals: "group:service-account-cq"
- }
-}