Home | History | Annotate | Download | only in project-config
      1 # Defines buckets on cr-buildbucket.appspot.com, used to schedule builds
      2 # on buildbot. In particular, CQ uses some of these buckets to schedule tryjobs.
      3 #
      4 # See http://luci-config.appspot.com/schemas/projects:buildbucket.cfg for
      5 # schema of this file and documentation.
      6 #
      7 # Please keep this list sorted by bucket name.
      8 
      9 buckets {
     10   name: "master.client.skia"
     11   acls {
     12     role: READER
     13     group: "all"
     14   }
     15   acls {
     16     role: SCHEDULER
     17     group: "project-skia-tryjob-access"
     18   }
     19   acls {
     20     role: SCHEDULER
     21     group: "service-account-cq"
     22   }
     23   acls {
     24     role: WRITER
     25     group: "service-account-skia-master"
     26   }
     27 }
     28 
     29 buckets {
     30   name: "master.client.skia.android"
     31   acls {
     32     role: READER
     33     group: "all"
     34   }
     35   acls {
     36     role: SCHEDULER
     37     group: "project-skia-tryjob-access"
     38   }
     39   acls {
     40     role: SCHEDULER
     41     group: "service-account-cq"
     42   }
     43   acls {
     44     role: WRITER
     45     group: "service-account-skia-master"
     46   }
     47 }
     48 
     49 buckets {
     50   name: "master.client.skia.compile"
     51   acls {
     52     role: READER
     53     group: "all"
     54   }
     55   acls {
     56     role: SCHEDULER
     57     group: "project-skia-tryjob-access"
     58   }
     59   acls {
     60     role: SCHEDULER
     61     group: "service-account-cq"
     62   }
     63   acls {
     64     role: WRITER
     65     group: "service-account-skia-master"
     66   }
     67 }
     68 
     69 buckets {
     70   name: "master.client.skia.fyi"
     71   acls {
     72     role: READER
     73     group: "all"
     74   }
     75   acls {
     76     role: SCHEDULER
     77     group: "project-skia-tryjob-access"
     78   }
     79   acls {
     80     role: SCHEDULER
     81     group: "service-account-cq"
     82   }
     83   acls {
     84     role: WRITER
     85     group: "service-account-skia-master"
     86   }
     87 }
     88