• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Auto-generated by lucicfg.
2# Do not modify manually.
3#
4# For the schema of this file, see ProjectConfig message:
5#   https://luci-config.appspot.com/schemas/projects:luci-scheduler.cfg
6
7job {
8  id: "linux"
9  realm: "ci"
10  acl_sets: "ci"
11  buildbucket {
12    server: "cr-buildbucket.appspot.com"
13    bucket: "ci"
14    builder: "linux"
15  }
16}
17job {
18  id: "mac"
19  realm: "ci"
20  acl_sets: "ci"
21  buildbucket {
22    server: "cr-buildbucket.appspot.com"
23    bucket: "ci"
24    builder: "mac"
25  }
26}
27job {
28  id: "win"
29  realm: "ci"
30  acl_sets: "ci"
31  buildbucket {
32    server: "cr-buildbucket.appspot.com"
33    bucket: "ci"
34    builder: "win"
35  }
36}
37trigger {
38  id: "gn-trigger"
39  realm: "ci"
40  acl_sets: "ci"
41  triggers: "linux"
42  triggers: "mac"
43  triggers: "win"
44  gitiles {
45    repo: "https://gn.googlesource.com/gn"
46    refs: "regexp:refs/heads/main"
47  }
48}
49acl_sets {
50  name: "ci"
51  acls {
52    role: OWNER
53    granted_to: "group:project-gn-committers"
54  }
55  acls {
56    granted_to: "group:all"
57  }
58}
59