File: cr-buildbucket.cfg

package info (click to toggle)
generate-ninja 0.0~git20221212.5e19d2f-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,236 kB
  • sloc: cpp: 83,746; python: 2,007; sh: 204; lisp: 129; objc: 122; makefile: 26
file content (154 lines) | stat: -rw-r--r-- 4,087 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
# Auto-generated by lucicfg.
# Do not modify manually.
#
# For the schema of this file, see BuildbucketCfg message:
#   https://luci-config.appspot.com/schemas/projects:buildbucket.cfg

buckets {
  name: "ci"
  acls {
    group: "all"
  }
  swarming {
    builders {
      name: "linux"
      swarming_host: "chromium-swarm.appspot.com"
      dimensions: "cpu:x86-64"
      dimensions: "os:Ubuntu-18.04"
      dimensions: "pool:luci.flex.ci"
      recipe {
        name: "gn"
        cipd_package: "infra/recipe_bundles/gn.googlesource.com/gn"
        cipd_version: "refs/heads/main"
      }
      execution_timeout_secs: 3600
      service_account: "gn-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
      experiments {
        key: "luci.recipes.use_python3"
        value: 100
      }
    }
    builders {
      name: "mac"
      swarming_host: "chromium-swarm.appspot.com"
      dimensions: "cpu:x86-64"
      dimensions: "os:Mac-10.15"
      dimensions: "pool:luci.flex.ci"
      recipe {
        name: "gn"
        cipd_package: "infra/recipe_bundles/gn.googlesource.com/gn"
        cipd_version: "refs/heads/main"
      }
      execution_timeout_secs: 3600
      caches {
        name: "macos_sdk"
        path: "macos_sdk"
      }
      service_account: "gn-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
      experiments {
        key: "luci.recipes.use_python3"
        value: 100
      }
    }
    builders {
      name: "win"
      swarming_host: "chromium-swarm.appspot.com"
      dimensions: "cpu:x86-64"
      dimensions: "os:Windows-10"
      dimensions: "pool:luci.flex.ci"
      recipe {
        name: "gn"
        cipd_package: "infra/recipe_bundles/gn.googlesource.com/gn"
        cipd_version: "refs/heads/main"
      }
      execution_timeout_secs: 3600
      caches {
        name: "windows_sdk"
        path: "windows_sdk"
      }
      service_account: "gn-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
      experiments {
        key: "luci.recipes.use_python3"
        value: 100
      }
    }
  }
}
buckets {
  name: "try"
  acls {
    group: "all"
  }
  acls {
    role: SCHEDULER
    group: "project-gn-tryjob-access"
  }
  acls {
    role: SCHEDULER
    group: "service-account-cq"
  }
  swarming {
    builders {
      name: "linux"
      swarming_host: "chromium-swarm.appspot.com"
      dimensions: "cpu:x86-64"
      dimensions: "os:Ubuntu-18.04"
      dimensions: "pool:luci.flex.try"
      recipe {
        name: "gn"
        cipd_package: "infra/recipe_bundles/gn.googlesource.com/gn"
        cipd_version: "refs/heads/main"
      }
      execution_timeout_secs: 3600
      service_account: "gn-try-builder@chops-service-accounts.iam.gserviceaccount.com"
      experiments {
        key: "luci.recipes.use_python3"
        value: 100
      }
    }
    builders {
      name: "mac"
      swarming_host: "chromium-swarm.appspot.com"
      dimensions: "cpu:x86-64"
      dimensions: "os:Mac-10.15"
      dimensions: "pool:luci.flex.try"
      recipe {
        name: "gn"
        cipd_package: "infra/recipe_bundles/gn.googlesource.com/gn"
        cipd_version: "refs/heads/main"
      }
      execution_timeout_secs: 3600
      caches {
        name: "macos_sdk"
        path: "macos_sdk"
      }
      service_account: "gn-try-builder@chops-service-accounts.iam.gserviceaccount.com"
      experiments {
        key: "luci.recipes.use_python3"
        value: 100
      }
    }
    builders {
      name: "win"
      swarming_host: "chromium-swarm.appspot.com"
      dimensions: "cpu:x86-64"
      dimensions: "os:Windows-10"
      dimensions: "pool:luci.flex.try"
      recipe {
        name: "gn"
        cipd_package: "infra/recipe_bundles/gn.googlesource.com/gn"
        cipd_version: "refs/heads/main"
      }
      execution_timeout_secs: 3600
      caches {
        name: "windows_sdk"
        path: "windows_sdk"
      }
      service_account: "gn-try-builder@chops-service-accounts.iam.gserviceaccount.com"
      experiments {
        key: "luci.recipes.use_python3"
        value: 100
      }
    }
  }
}