Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 1 | # Auto-generated by lucicfg. |
| 2 | # Do not modify manually. |
| 3 | # |
| 4 | # For the schema of this file, see BuildbucketCfg message: |
| 5 | # https://luci-config.appspot.com/schemas/projects:buildbucket.cfg |
| 6 | |
| 7 | buckets { |
| 8 | name: "ci" |
| 9 | acls { |
| 10 | group: "all" |
| 11 | } |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 12 | swarming { |
| 13 | builders { |
| 14 | name: "cron-linux-clang-rel-x64" |
| 15 | swarming_host: "chromium-swarm.appspot.com" |
| 16 | dimensions: "cpu:x86-64" |
| 17 | dimensions: "os:Ubuntu-18.04" |
| 18 | dimensions: "pool:luci.flex.ci" |
| 19 | recipe { |
| 20 | name: "dawn" |
| 21 | cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" |
Ryan Harrison | d97ff53 | 2022-04-25 16:39:44 +0000 | [diff] [blame] | 22 | cipd_version: "refs/heads/main" |
Fumitoshi Ukai | f1060ad | 2022-06-29 10:30:06 +0000 | [diff] [blame] | 23 | properties_j: "$build/goma:{\"enable_ats\":true,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\",\"use_luci_auth\":true}" |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 24 | properties_j: "clang:true" |
| 25 | properties_j: "debug:false" |
| 26 | properties_j: "gen_fuzz_corpus:true" |
| 27 | properties_j: "target_cpu:\"x64\"" |
| 28 | } |
| 29 | service_account: "dawn-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | cbef5a5 | 2021-07-12 14:54:34 +0000 | [diff] [blame] | 30 | experiments { |
Corentin Wallez | 2f8a68c | 2021-10-29 09:07:43 +0000 | [diff] [blame] | 31 | key: "luci.recipes.use_python3" |
| 32 | value: 100 |
| 33 | } |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 34 | } |
| 35 | builders { |
| 36 | name: "linux-clang-dbg-x64" |
| 37 | swarming_host: "chromium-swarm.appspot.com" |
| 38 | dimensions: "cpu:x86-64" |
| 39 | dimensions: "os:Ubuntu-18.04" |
| 40 | dimensions: "pool:luci.flex.ci" |
| 41 | recipe { |
| 42 | name: "dawn" |
| 43 | cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" |
Ryan Harrison | d97ff53 | 2022-04-25 16:39:44 +0000 | [diff] [blame] | 44 | cipd_version: "refs/heads/main" |
Fumitoshi Ukai | f1060ad | 2022-06-29 10:30:06 +0000 | [diff] [blame] | 45 | properties_j: "$build/goma:{\"enable_ats\":true,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\",\"use_luci_auth\":true}" |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 46 | properties_j: "clang:true" |
| 47 | properties_j: "debug:true" |
| 48 | properties_j: "target_cpu:\"x64\"" |
| 49 | } |
| 50 | service_account: "dawn-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | cbef5a5 | 2021-07-12 14:54:34 +0000 | [diff] [blame] | 51 | experiments { |
Corentin Wallez | 2f8a68c | 2021-10-29 09:07:43 +0000 | [diff] [blame] | 52 | key: "luci.recipes.use_python3" |
| 53 | value: 100 |
| 54 | } |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 55 | } |
| 56 | builders { |
| 57 | name: "linux-clang-dbg-x86" |
| 58 | swarming_host: "chromium-swarm.appspot.com" |
| 59 | dimensions: "cpu:x86-64" |
| 60 | dimensions: "os:Ubuntu-18.04" |
| 61 | dimensions: "pool:luci.flex.ci" |
| 62 | recipe { |
| 63 | name: "dawn" |
| 64 | cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" |
Ryan Harrison | d97ff53 | 2022-04-25 16:39:44 +0000 | [diff] [blame] | 65 | cipd_version: "refs/heads/main" |
Fumitoshi Ukai | f1060ad | 2022-06-29 10:30:06 +0000 | [diff] [blame] | 66 | properties_j: "$build/goma:{\"enable_ats\":true,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\",\"use_luci_auth\":true}" |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 67 | properties_j: "clang:true" |
| 68 | properties_j: "debug:true" |
| 69 | properties_j: "target_cpu:\"x86\"" |
| 70 | } |
| 71 | service_account: "dawn-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | cbef5a5 | 2021-07-12 14:54:34 +0000 | [diff] [blame] | 72 | experiments { |
Corentin Wallez | 2f8a68c | 2021-10-29 09:07:43 +0000 | [diff] [blame] | 73 | key: "luci.recipes.use_python3" |
| 74 | value: 100 |
| 75 | } |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 76 | } |
| 77 | builders { |
| 78 | name: "linux-clang-rel-x64" |
| 79 | swarming_host: "chromium-swarm.appspot.com" |
| 80 | dimensions: "cpu:x86-64" |
| 81 | dimensions: "os:Ubuntu-18.04" |
| 82 | dimensions: "pool:luci.flex.ci" |
| 83 | recipe { |
| 84 | name: "dawn" |
| 85 | cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" |
Ryan Harrison | d97ff53 | 2022-04-25 16:39:44 +0000 | [diff] [blame] | 86 | cipd_version: "refs/heads/main" |
Fumitoshi Ukai | f1060ad | 2022-06-29 10:30:06 +0000 | [diff] [blame] | 87 | properties_j: "$build/goma:{\"enable_ats\":true,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\",\"use_luci_auth\":true}" |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 88 | properties_j: "clang:true" |
| 89 | properties_j: "debug:false" |
| 90 | properties_j: "target_cpu:\"x64\"" |
| 91 | } |
| 92 | service_account: "dawn-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | cbef5a5 | 2021-07-12 14:54:34 +0000 | [diff] [blame] | 93 | experiments { |
Corentin Wallez | 2f8a68c | 2021-10-29 09:07:43 +0000 | [diff] [blame] | 94 | key: "luci.recipes.use_python3" |
| 95 | value: 100 |
| 96 | } |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 97 | } |
| 98 | builders { |
| 99 | name: "linux-clang-rel-x86" |
| 100 | swarming_host: "chromium-swarm.appspot.com" |
| 101 | dimensions: "cpu:x86-64" |
| 102 | dimensions: "os:Ubuntu-18.04" |
| 103 | dimensions: "pool:luci.flex.ci" |
| 104 | recipe { |
| 105 | name: "dawn" |
| 106 | cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" |
Ryan Harrison | d97ff53 | 2022-04-25 16:39:44 +0000 | [diff] [blame] | 107 | cipd_version: "refs/heads/main" |
Fumitoshi Ukai | f1060ad | 2022-06-29 10:30:06 +0000 | [diff] [blame] | 108 | properties_j: "$build/goma:{\"enable_ats\":true,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\",\"use_luci_auth\":true}" |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 109 | properties_j: "clang:true" |
| 110 | properties_j: "debug:false" |
| 111 | properties_j: "target_cpu:\"x86\"" |
| 112 | } |
| 113 | service_account: "dawn-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | cbef5a5 | 2021-07-12 14:54:34 +0000 | [diff] [blame] | 114 | experiments { |
Corentin Wallez | 2f8a68c | 2021-10-29 09:07:43 +0000 | [diff] [blame] | 115 | key: "luci.recipes.use_python3" |
| 116 | value: 100 |
| 117 | } |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 118 | } |
| 119 | builders { |
| 120 | name: "mac-dbg" |
| 121 | swarming_host: "chromium-swarm.appspot.com" |
| 122 | dimensions: "cpu:x86-64" |
Ryan Harrison | 11ee0d2 | 2021-11-29 17:18:37 +0000 | [diff] [blame] | 123 | dimensions: "os:Mac-10.15|Mac-11" |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 124 | dimensions: "pool:luci.flex.ci" |
| 125 | recipe { |
| 126 | name: "dawn" |
| 127 | cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" |
Ryan Harrison | d97ff53 | 2022-04-25 16:39:44 +0000 | [diff] [blame] | 128 | cipd_version: "refs/heads/main" |
Fumitoshi Ukai | f1060ad | 2022-06-29 10:30:06 +0000 | [diff] [blame] | 129 | properties_j: "$build/goma:{\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\",\"use_luci_auth\":true}" |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 130 | properties_j: "clang:true" |
| 131 | properties_j: "debug:true" |
| 132 | properties_j: "target_cpu:\"x64\"" |
| 133 | } |
| 134 | caches { |
| 135 | name: "osx_sdk" |
| 136 | path: "osx_sdk" |
| 137 | } |
| 138 | service_account: "dawn-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | cbef5a5 | 2021-07-12 14:54:34 +0000 | [diff] [blame] | 139 | experiments { |
Corentin Wallez | 2f8a68c | 2021-10-29 09:07:43 +0000 | [diff] [blame] | 140 | key: "luci.recipes.use_python3" |
| 141 | value: 100 |
| 142 | } |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 143 | } |
| 144 | builders { |
| 145 | name: "mac-rel" |
| 146 | swarming_host: "chromium-swarm.appspot.com" |
| 147 | dimensions: "cpu:x86-64" |
Ryan Harrison | 11ee0d2 | 2021-11-29 17:18:37 +0000 | [diff] [blame] | 148 | dimensions: "os:Mac-10.15|Mac-11" |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 149 | dimensions: "pool:luci.flex.ci" |
| 150 | recipe { |
| 151 | name: "dawn" |
| 152 | cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" |
Ryan Harrison | d97ff53 | 2022-04-25 16:39:44 +0000 | [diff] [blame] | 153 | cipd_version: "refs/heads/main" |
Fumitoshi Ukai | f1060ad | 2022-06-29 10:30:06 +0000 | [diff] [blame] | 154 | properties_j: "$build/goma:{\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\",\"use_luci_auth\":true}" |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 155 | properties_j: "clang:true" |
| 156 | properties_j: "debug:false" |
| 157 | properties_j: "target_cpu:\"x64\"" |
| 158 | } |
| 159 | caches { |
| 160 | name: "osx_sdk" |
| 161 | path: "osx_sdk" |
| 162 | } |
| 163 | service_account: "dawn-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | cbef5a5 | 2021-07-12 14:54:34 +0000 | [diff] [blame] | 164 | experiments { |
Corentin Wallez | 2f8a68c | 2021-10-29 09:07:43 +0000 | [diff] [blame] | 165 | key: "luci.recipes.use_python3" |
| 166 | value: 100 |
| 167 | } |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 168 | } |
| 169 | builders { |
| 170 | name: "win-clang-dbg-x64" |
| 171 | swarming_host: "chromium-swarm.appspot.com" |
| 172 | dimensions: "cpu:x86-64" |
| 173 | dimensions: "os:Windows-10" |
| 174 | dimensions: "pool:luci.flex.ci" |
| 175 | recipe { |
| 176 | name: "dawn" |
| 177 | cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" |
Ryan Harrison | d97ff53 | 2022-04-25 16:39:44 +0000 | [diff] [blame] | 178 | cipd_version: "refs/heads/main" |
Fumitoshi Ukai | f1060ad | 2022-06-29 10:30:06 +0000 | [diff] [blame] | 179 | properties_j: "$build/goma:{\"enable_ats\":true,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\",\"use_luci_auth\":true}" |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 180 | properties_j: "clang:true" |
| 181 | properties_j: "debug:true" |
| 182 | properties_j: "target_cpu:\"x64\"" |
| 183 | } |
| 184 | caches { |
| 185 | name: "win_toolchain" |
| 186 | path: "win_toolchain" |
| 187 | } |
| 188 | service_account: "dawn-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | cbef5a5 | 2021-07-12 14:54:34 +0000 | [diff] [blame] | 189 | experiments { |
Corentin Wallez | 2f8a68c | 2021-10-29 09:07:43 +0000 | [diff] [blame] | 190 | key: "luci.recipes.use_python3" |
| 191 | value: 100 |
| 192 | } |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 193 | } |
| 194 | builders { |
| 195 | name: "win-clang-dbg-x86" |
| 196 | swarming_host: "chromium-swarm.appspot.com" |
| 197 | dimensions: "cpu:x86-64" |
| 198 | dimensions: "os:Windows-10" |
| 199 | dimensions: "pool:luci.flex.ci" |
| 200 | recipe { |
| 201 | name: "dawn" |
| 202 | cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" |
Ryan Harrison | d97ff53 | 2022-04-25 16:39:44 +0000 | [diff] [blame] | 203 | cipd_version: "refs/heads/main" |
Fumitoshi Ukai | f1060ad | 2022-06-29 10:30:06 +0000 | [diff] [blame] | 204 | properties_j: "$build/goma:{\"enable_ats\":true,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\",\"use_luci_auth\":true}" |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 205 | properties_j: "clang:true" |
| 206 | properties_j: "debug:true" |
| 207 | properties_j: "target_cpu:\"x86\"" |
| 208 | } |
| 209 | caches { |
| 210 | name: "win_toolchain" |
| 211 | path: "win_toolchain" |
| 212 | } |
| 213 | service_account: "dawn-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | cbef5a5 | 2021-07-12 14:54:34 +0000 | [diff] [blame] | 214 | experiments { |
Corentin Wallez | 2f8a68c | 2021-10-29 09:07:43 +0000 | [diff] [blame] | 215 | key: "luci.recipes.use_python3" |
| 216 | value: 100 |
| 217 | } |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 218 | } |
| 219 | builders { |
| 220 | name: "win-clang-rel-x64" |
| 221 | swarming_host: "chromium-swarm.appspot.com" |
| 222 | dimensions: "cpu:x86-64" |
| 223 | dimensions: "os:Windows-10" |
| 224 | dimensions: "pool:luci.flex.ci" |
| 225 | recipe { |
| 226 | name: "dawn" |
| 227 | cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" |
Ryan Harrison | d97ff53 | 2022-04-25 16:39:44 +0000 | [diff] [blame] | 228 | cipd_version: "refs/heads/main" |
Fumitoshi Ukai | f1060ad | 2022-06-29 10:30:06 +0000 | [diff] [blame] | 229 | properties_j: "$build/goma:{\"enable_ats\":true,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\",\"use_luci_auth\":true}" |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 230 | properties_j: "clang:true" |
| 231 | properties_j: "debug:false" |
| 232 | properties_j: "target_cpu:\"x64\"" |
| 233 | } |
| 234 | caches { |
| 235 | name: "win_toolchain" |
| 236 | path: "win_toolchain" |
| 237 | } |
| 238 | service_account: "dawn-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | cbef5a5 | 2021-07-12 14:54:34 +0000 | [diff] [blame] | 239 | experiments { |
Corentin Wallez | 2f8a68c | 2021-10-29 09:07:43 +0000 | [diff] [blame] | 240 | key: "luci.recipes.use_python3" |
| 241 | value: 100 |
| 242 | } |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 243 | } |
| 244 | builders { |
| 245 | name: "win-clang-rel-x86" |
| 246 | swarming_host: "chromium-swarm.appspot.com" |
| 247 | dimensions: "cpu:x86-64" |
| 248 | dimensions: "os:Windows-10" |
| 249 | dimensions: "pool:luci.flex.ci" |
| 250 | recipe { |
| 251 | name: "dawn" |
| 252 | cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" |
Ryan Harrison | d97ff53 | 2022-04-25 16:39:44 +0000 | [diff] [blame] | 253 | cipd_version: "refs/heads/main" |
Fumitoshi Ukai | f1060ad | 2022-06-29 10:30:06 +0000 | [diff] [blame] | 254 | properties_j: "$build/goma:{\"enable_ats\":true,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\",\"use_luci_auth\":true}" |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 255 | properties_j: "clang:true" |
| 256 | properties_j: "debug:false" |
| 257 | properties_j: "target_cpu:\"x86\"" |
| 258 | } |
| 259 | caches { |
| 260 | name: "win_toolchain" |
| 261 | path: "win_toolchain" |
| 262 | } |
| 263 | service_account: "dawn-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | cbef5a5 | 2021-07-12 14:54:34 +0000 | [diff] [blame] | 264 | experiments { |
Corentin Wallez | 2f8a68c | 2021-10-29 09:07:43 +0000 | [diff] [blame] | 265 | key: "luci.recipes.use_python3" |
| 266 | value: 100 |
| 267 | } |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 268 | } |
| 269 | builders { |
| 270 | name: "win-msvc-dbg-x64" |
| 271 | swarming_host: "chromium-swarm.appspot.com" |
| 272 | dimensions: "cpu:x86-64" |
| 273 | dimensions: "os:Windows-10" |
| 274 | dimensions: "pool:luci.flex.ci" |
| 275 | recipe { |
| 276 | name: "dawn" |
| 277 | cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" |
Ryan Harrison | d97ff53 | 2022-04-25 16:39:44 +0000 | [diff] [blame] | 278 | cipd_version: "refs/heads/main" |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 279 | properties_j: "clang:false" |
| 280 | properties_j: "debug:true" |
| 281 | properties_j: "target_cpu:\"x64\"" |
| 282 | } |
| 283 | service_account: "dawn-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | cbef5a5 | 2021-07-12 14:54:34 +0000 | [diff] [blame] | 284 | experiments { |
Corentin Wallez | 2f8a68c | 2021-10-29 09:07:43 +0000 | [diff] [blame] | 285 | key: "luci.recipes.use_python3" |
| 286 | value: 100 |
| 287 | } |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 288 | } |
| 289 | builders { |
| 290 | name: "win-msvc-rel-x64" |
| 291 | swarming_host: "chromium-swarm.appspot.com" |
| 292 | dimensions: "cpu:x86-64" |
| 293 | dimensions: "os:Windows-10" |
| 294 | dimensions: "pool:luci.flex.ci" |
| 295 | recipe { |
| 296 | name: "dawn" |
| 297 | cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" |
Ryan Harrison | d97ff53 | 2022-04-25 16:39:44 +0000 | [diff] [blame] | 298 | cipd_version: "refs/heads/main" |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 299 | properties_j: "clang:false" |
| 300 | properties_j: "debug:false" |
| 301 | properties_j: "target_cpu:\"x64\"" |
| 302 | } |
| 303 | service_account: "dawn-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | cbef5a5 | 2021-07-12 14:54:34 +0000 | [diff] [blame] | 304 | experiments { |
Corentin Wallez | 2f8a68c | 2021-10-29 09:07:43 +0000 | [diff] [blame] | 305 | key: "luci.recipes.use_python3" |
| 306 | value: 100 |
| 307 | } |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 308 | } |
| 309 | } |
| 310 | } |
| 311 | buckets { |
| 312 | name: "try" |
| 313 | acls { |
| 314 | group: "all" |
| 315 | } |
| 316 | acls { |
| 317 | role: SCHEDULER |
| 318 | group: "project-dawn-tryjob-access" |
| 319 | } |
| 320 | acls { |
| 321 | role: SCHEDULER |
| 322 | group: "service-account-cq" |
| 323 | } |
| 324 | swarming { |
| 325 | builders { |
| 326 | name: "linux-clang-dbg-x64" |
| 327 | swarming_host: "chromium-swarm.appspot.com" |
| 328 | dimensions: "cpu:x86-64" |
| 329 | dimensions: "os:Ubuntu-18.04" |
| 330 | dimensions: "pool:luci.flex.try" |
| 331 | recipe { |
| 332 | name: "dawn" |
| 333 | cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" |
Ryan Harrison | d97ff53 | 2022-04-25 16:39:44 +0000 | [diff] [blame] | 334 | cipd_version: "refs/heads/main" |
Fumitoshi Ukai | f1060ad | 2022-06-29 10:30:06 +0000 | [diff] [blame] | 335 | properties_j: "$build/goma:{\"enable_ats\":true,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\",\"use_luci_auth\":true}" |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 336 | properties_j: "$depot_tools/bot_update:{\"apply_patch_on_gclient\":true}" |
| 337 | properties_j: "clang:true" |
| 338 | properties_j: "debug:true" |
| 339 | properties_j: "target_cpu:\"x64\"" |
| 340 | } |
| 341 | service_account: "dawn-try-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | cbef5a5 | 2021-07-12 14:54:34 +0000 | [diff] [blame] | 342 | experiments { |
Corentin Wallez | 2f8a68c | 2021-10-29 09:07:43 +0000 | [diff] [blame] | 343 | key: "luci.recipes.use_python3" |
| 344 | value: 100 |
| 345 | } |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 346 | } |
| 347 | builders { |
| 348 | name: "linux-clang-dbg-x86" |
| 349 | swarming_host: "chromium-swarm.appspot.com" |
| 350 | dimensions: "cpu:x86-64" |
| 351 | dimensions: "os:Ubuntu-18.04" |
| 352 | dimensions: "pool:luci.flex.try" |
| 353 | recipe { |
| 354 | name: "dawn" |
| 355 | cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" |
Ryan Harrison | d97ff53 | 2022-04-25 16:39:44 +0000 | [diff] [blame] | 356 | cipd_version: "refs/heads/main" |
Fumitoshi Ukai | f1060ad | 2022-06-29 10:30:06 +0000 | [diff] [blame] | 357 | properties_j: "$build/goma:{\"enable_ats\":true,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\",\"use_luci_auth\":true}" |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 358 | properties_j: "$depot_tools/bot_update:{\"apply_patch_on_gclient\":true}" |
| 359 | properties_j: "clang:true" |
| 360 | properties_j: "debug:true" |
| 361 | properties_j: "target_cpu:\"x86\"" |
| 362 | } |
| 363 | service_account: "dawn-try-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | cbef5a5 | 2021-07-12 14:54:34 +0000 | [diff] [blame] | 364 | experiments { |
Corentin Wallez | 2f8a68c | 2021-10-29 09:07:43 +0000 | [diff] [blame] | 365 | key: "luci.recipes.use_python3" |
| 366 | value: 100 |
| 367 | } |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 368 | } |
| 369 | builders { |
| 370 | name: "linux-clang-rel-x64" |
| 371 | swarming_host: "chromium-swarm.appspot.com" |
| 372 | dimensions: "cpu:x86-64" |
| 373 | dimensions: "os:Ubuntu-18.04" |
| 374 | dimensions: "pool:luci.flex.try" |
| 375 | recipe { |
| 376 | name: "dawn" |
| 377 | cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" |
Ryan Harrison | d97ff53 | 2022-04-25 16:39:44 +0000 | [diff] [blame] | 378 | cipd_version: "refs/heads/main" |
Fumitoshi Ukai | f1060ad | 2022-06-29 10:30:06 +0000 | [diff] [blame] | 379 | properties_j: "$build/goma:{\"enable_ats\":true,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\",\"use_luci_auth\":true}" |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 380 | properties_j: "$depot_tools/bot_update:{\"apply_patch_on_gclient\":true}" |
| 381 | properties_j: "clang:true" |
| 382 | properties_j: "debug:false" |
| 383 | properties_j: "target_cpu:\"x64\"" |
| 384 | } |
| 385 | service_account: "dawn-try-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | cbef5a5 | 2021-07-12 14:54:34 +0000 | [diff] [blame] | 386 | experiments { |
Corentin Wallez | 2f8a68c | 2021-10-29 09:07:43 +0000 | [diff] [blame] | 387 | key: "luci.recipes.use_python3" |
| 388 | value: 100 |
| 389 | } |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 390 | } |
| 391 | builders { |
| 392 | name: "linux-clang-rel-x86" |
| 393 | swarming_host: "chromium-swarm.appspot.com" |
| 394 | dimensions: "cpu:x86-64" |
| 395 | dimensions: "os:Ubuntu-18.04" |
| 396 | dimensions: "pool:luci.flex.try" |
| 397 | recipe { |
| 398 | name: "dawn" |
| 399 | cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" |
Ryan Harrison | d97ff53 | 2022-04-25 16:39:44 +0000 | [diff] [blame] | 400 | cipd_version: "refs/heads/main" |
Fumitoshi Ukai | f1060ad | 2022-06-29 10:30:06 +0000 | [diff] [blame] | 401 | properties_j: "$build/goma:{\"enable_ats\":true,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\",\"use_luci_auth\":true}" |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 402 | properties_j: "$depot_tools/bot_update:{\"apply_patch_on_gclient\":true}" |
| 403 | properties_j: "clang:true" |
| 404 | properties_j: "debug:false" |
| 405 | properties_j: "target_cpu:\"x86\"" |
| 406 | } |
| 407 | service_account: "dawn-try-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | cbef5a5 | 2021-07-12 14:54:34 +0000 | [diff] [blame] | 408 | experiments { |
Corentin Wallez | 2f8a68c | 2021-10-29 09:07:43 +0000 | [diff] [blame] | 409 | key: "luci.recipes.use_python3" |
| 410 | value: 100 |
| 411 | } |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 412 | } |
| 413 | builders { |
| 414 | name: "mac-dbg" |
| 415 | swarming_host: "chromium-swarm.appspot.com" |
| 416 | dimensions: "cpu:x86-64" |
Ryan Harrison | 11ee0d2 | 2021-11-29 17:18:37 +0000 | [diff] [blame] | 417 | dimensions: "os:Mac-10.15|Mac-11" |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 418 | dimensions: "pool:luci.flex.try" |
| 419 | recipe { |
| 420 | name: "dawn" |
| 421 | cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" |
Ryan Harrison | d97ff53 | 2022-04-25 16:39:44 +0000 | [diff] [blame] | 422 | cipd_version: "refs/heads/main" |
Fumitoshi Ukai | f1060ad | 2022-06-29 10:30:06 +0000 | [diff] [blame] | 423 | properties_j: "$build/goma:{\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\",\"use_luci_auth\":true}" |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 424 | properties_j: "$depot_tools/bot_update:{\"apply_patch_on_gclient\":true}" |
| 425 | properties_j: "clang:true" |
| 426 | properties_j: "debug:true" |
| 427 | properties_j: "target_cpu:\"x64\"" |
| 428 | } |
| 429 | caches { |
| 430 | name: "osx_sdk" |
| 431 | path: "osx_sdk" |
| 432 | } |
| 433 | service_account: "dawn-try-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | cbef5a5 | 2021-07-12 14:54:34 +0000 | [diff] [blame] | 434 | experiments { |
Corentin Wallez | 2f8a68c | 2021-10-29 09:07:43 +0000 | [diff] [blame] | 435 | key: "luci.recipes.use_python3" |
| 436 | value: 100 |
| 437 | } |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 438 | } |
| 439 | builders { |
| 440 | name: "mac-rel" |
| 441 | swarming_host: "chromium-swarm.appspot.com" |
| 442 | dimensions: "cpu:x86-64" |
Ryan Harrison | 11ee0d2 | 2021-11-29 17:18:37 +0000 | [diff] [blame] | 443 | dimensions: "os:Mac-10.15|Mac-11" |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 444 | dimensions: "pool:luci.flex.try" |
| 445 | recipe { |
| 446 | name: "dawn" |
| 447 | cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" |
Ryan Harrison | d97ff53 | 2022-04-25 16:39:44 +0000 | [diff] [blame] | 448 | cipd_version: "refs/heads/main" |
Fumitoshi Ukai | f1060ad | 2022-06-29 10:30:06 +0000 | [diff] [blame] | 449 | properties_j: "$build/goma:{\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\",\"use_luci_auth\":true}" |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 450 | properties_j: "$depot_tools/bot_update:{\"apply_patch_on_gclient\":true}" |
| 451 | properties_j: "clang:true" |
| 452 | properties_j: "debug:false" |
| 453 | properties_j: "target_cpu:\"x64\"" |
| 454 | } |
| 455 | caches { |
| 456 | name: "osx_sdk" |
| 457 | path: "osx_sdk" |
| 458 | } |
| 459 | service_account: "dawn-try-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | cbef5a5 | 2021-07-12 14:54:34 +0000 | [diff] [blame] | 460 | experiments { |
Corentin Wallez | 2f8a68c | 2021-10-29 09:07:43 +0000 | [diff] [blame] | 461 | key: "luci.recipes.use_python3" |
| 462 | value: 100 |
| 463 | } |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 464 | } |
| 465 | builders { |
| 466 | name: "presubmit" |
| 467 | swarming_host: "chromium-swarm.appspot.com" |
| 468 | dimensions: "cpu:x86-64" |
| 469 | dimensions: "os:Ubuntu-18.04" |
| 470 | dimensions: "pool:luci.flex.try" |
| 471 | recipe { |
| 472 | name: "run_presubmit" |
| 473 | cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" |
Ryan Harrison | d97ff53 | 2022-04-25 16:39:44 +0000 | [diff] [blame] | 474 | cipd_version: "refs/heads/main" |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 475 | properties_j: "$depot_tools/bot_update:{\"apply_patch_on_gclient\":true}" |
| 476 | properties_j: "repo_name:\"dawn\"" |
| 477 | properties_j: "runhooks:true" |
| 478 | } |
| 479 | service_account: "dawn-try-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | cbef5a5 | 2021-07-12 14:54:34 +0000 | [diff] [blame] | 480 | experiments { |
Corentin Wallez | 2f8a68c | 2021-10-29 09:07:43 +0000 | [diff] [blame] | 481 | key: "luci.recipes.use_python3" |
| 482 | value: 100 |
| 483 | } |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 484 | } |
| 485 | builders { |
| 486 | name: "win-clang-dbg-x64" |
| 487 | swarming_host: "chromium-swarm.appspot.com" |
| 488 | dimensions: "cpu:x86-64" |
| 489 | dimensions: "os:Windows-10" |
| 490 | dimensions: "pool:luci.flex.try" |
| 491 | recipe { |
| 492 | name: "dawn" |
| 493 | cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" |
Ryan Harrison | d97ff53 | 2022-04-25 16:39:44 +0000 | [diff] [blame] | 494 | cipd_version: "refs/heads/main" |
Fumitoshi Ukai | f1060ad | 2022-06-29 10:30:06 +0000 | [diff] [blame] | 495 | properties_j: "$build/goma:{\"enable_ats\":true,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\",\"use_luci_auth\":true}" |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 496 | properties_j: "$depot_tools/bot_update:{\"apply_patch_on_gclient\":true}" |
| 497 | properties_j: "clang:true" |
| 498 | properties_j: "debug:true" |
| 499 | properties_j: "target_cpu:\"x64\"" |
| 500 | } |
| 501 | caches { |
| 502 | name: "win_toolchain" |
| 503 | path: "win_toolchain" |
| 504 | } |
| 505 | service_account: "dawn-try-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | cbef5a5 | 2021-07-12 14:54:34 +0000 | [diff] [blame] | 506 | experiments { |
Corentin Wallez | 2f8a68c | 2021-10-29 09:07:43 +0000 | [diff] [blame] | 507 | key: "luci.recipes.use_python3" |
| 508 | value: 100 |
| 509 | } |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 510 | } |
| 511 | builders { |
| 512 | name: "win-clang-dbg-x86" |
| 513 | swarming_host: "chromium-swarm.appspot.com" |
| 514 | dimensions: "cpu:x86-64" |
| 515 | dimensions: "os:Windows-10" |
| 516 | dimensions: "pool:luci.flex.try" |
| 517 | recipe { |
| 518 | name: "dawn" |
| 519 | cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" |
Ryan Harrison | d97ff53 | 2022-04-25 16:39:44 +0000 | [diff] [blame] | 520 | cipd_version: "refs/heads/main" |
Fumitoshi Ukai | f1060ad | 2022-06-29 10:30:06 +0000 | [diff] [blame] | 521 | properties_j: "$build/goma:{\"enable_ats\":true,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\",\"use_luci_auth\":true}" |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 522 | properties_j: "$depot_tools/bot_update:{\"apply_patch_on_gclient\":true}" |
| 523 | properties_j: "clang:true" |
| 524 | properties_j: "debug:true" |
| 525 | properties_j: "target_cpu:\"x86\"" |
| 526 | } |
| 527 | caches { |
| 528 | name: "win_toolchain" |
| 529 | path: "win_toolchain" |
| 530 | } |
| 531 | service_account: "dawn-try-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | cbef5a5 | 2021-07-12 14:54:34 +0000 | [diff] [blame] | 532 | experiments { |
Corentin Wallez | 2f8a68c | 2021-10-29 09:07:43 +0000 | [diff] [blame] | 533 | key: "luci.recipes.use_python3" |
| 534 | value: 100 |
| 535 | } |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 536 | } |
| 537 | builders { |
| 538 | name: "win-clang-rel-x64" |
| 539 | swarming_host: "chromium-swarm.appspot.com" |
| 540 | dimensions: "cpu:x86-64" |
| 541 | dimensions: "os:Windows-10" |
| 542 | dimensions: "pool:luci.flex.try" |
| 543 | recipe { |
| 544 | name: "dawn" |
| 545 | cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" |
Ryan Harrison | d97ff53 | 2022-04-25 16:39:44 +0000 | [diff] [blame] | 546 | cipd_version: "refs/heads/main" |
Fumitoshi Ukai | f1060ad | 2022-06-29 10:30:06 +0000 | [diff] [blame] | 547 | properties_j: "$build/goma:{\"enable_ats\":true,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\",\"use_luci_auth\":true}" |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 548 | properties_j: "$depot_tools/bot_update:{\"apply_patch_on_gclient\":true}" |
| 549 | properties_j: "clang:true" |
| 550 | properties_j: "debug:false" |
| 551 | properties_j: "target_cpu:\"x64\"" |
| 552 | } |
| 553 | caches { |
| 554 | name: "win_toolchain" |
| 555 | path: "win_toolchain" |
| 556 | } |
| 557 | service_account: "dawn-try-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | cbef5a5 | 2021-07-12 14:54:34 +0000 | [diff] [blame] | 558 | experiments { |
Corentin Wallez | 2f8a68c | 2021-10-29 09:07:43 +0000 | [diff] [blame] | 559 | key: "luci.recipes.use_python3" |
| 560 | value: 100 |
| 561 | } |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 562 | } |
| 563 | builders { |
| 564 | name: "win-clang-rel-x86" |
| 565 | swarming_host: "chromium-swarm.appspot.com" |
| 566 | dimensions: "cpu:x86-64" |
| 567 | dimensions: "os:Windows-10" |
| 568 | dimensions: "pool:luci.flex.try" |
| 569 | recipe { |
| 570 | name: "dawn" |
| 571 | cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" |
Ryan Harrison | d97ff53 | 2022-04-25 16:39:44 +0000 | [diff] [blame] | 572 | cipd_version: "refs/heads/main" |
Fumitoshi Ukai | f1060ad | 2022-06-29 10:30:06 +0000 | [diff] [blame] | 573 | properties_j: "$build/goma:{\"enable_ats\":true,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\",\"use_luci_auth\":true}" |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 574 | properties_j: "$depot_tools/bot_update:{\"apply_patch_on_gclient\":true}" |
| 575 | properties_j: "clang:true" |
| 576 | properties_j: "debug:false" |
| 577 | properties_j: "target_cpu:\"x86\"" |
| 578 | } |
| 579 | caches { |
| 580 | name: "win_toolchain" |
| 581 | path: "win_toolchain" |
| 582 | } |
| 583 | service_account: "dawn-try-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | cbef5a5 | 2021-07-12 14:54:34 +0000 | [diff] [blame] | 584 | experiments { |
Corentin Wallez | 2f8a68c | 2021-10-29 09:07:43 +0000 | [diff] [blame] | 585 | key: "luci.recipes.use_python3" |
| 586 | value: 100 |
| 587 | } |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 588 | } |
| 589 | builders { |
| 590 | name: "win-msvc-dbg-x64" |
| 591 | swarming_host: "chromium-swarm.appspot.com" |
| 592 | dimensions: "cpu:x86-64" |
| 593 | dimensions: "os:Windows-10" |
| 594 | dimensions: "pool:luci.flex.try" |
| 595 | recipe { |
| 596 | name: "dawn" |
| 597 | cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" |
Ryan Harrison | d97ff53 | 2022-04-25 16:39:44 +0000 | [diff] [blame] | 598 | cipd_version: "refs/heads/main" |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 599 | properties_j: "$depot_tools/bot_update:{\"apply_patch_on_gclient\":true}" |
| 600 | properties_j: "clang:false" |
| 601 | properties_j: "debug:true" |
| 602 | properties_j: "target_cpu:\"x64\"" |
| 603 | } |
| 604 | service_account: "dawn-try-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | cbef5a5 | 2021-07-12 14:54:34 +0000 | [diff] [blame] | 605 | experiments { |
Corentin Wallez | 2f8a68c | 2021-10-29 09:07:43 +0000 | [diff] [blame] | 606 | key: "luci.recipes.use_python3" |
| 607 | value: 100 |
| 608 | } |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 609 | } |
| 610 | builders { |
| 611 | name: "win-msvc-rel-x64" |
| 612 | swarming_host: "chromium-swarm.appspot.com" |
| 613 | dimensions: "cpu:x86-64" |
| 614 | dimensions: "os:Windows-10" |
| 615 | dimensions: "pool:luci.flex.try" |
| 616 | recipe { |
| 617 | name: "dawn" |
| 618 | cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" |
Ryan Harrison | d97ff53 | 2022-04-25 16:39:44 +0000 | [diff] [blame] | 619 | cipd_version: "refs/heads/main" |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 620 | properties_j: "$depot_tools/bot_update:{\"apply_patch_on_gclient\":true}" |
| 621 | properties_j: "clang:false" |
| 622 | properties_j: "debug:false" |
| 623 | properties_j: "target_cpu:\"x64\"" |
| 624 | } |
| 625 | service_account: "dawn-try-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | cbef5a5 | 2021-07-12 14:54:34 +0000 | [diff] [blame] | 626 | experiments { |
Corentin Wallez | 2f8a68c | 2021-10-29 09:07:43 +0000 | [diff] [blame] | 627 | key: "luci.recipes.use_python3" |
| 628 | value: 100 |
| 629 | } |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 630 | } |
Ryan Harrison | cac1d35 | 2021-06-03 19:34:01 +0000 | [diff] [blame] | 631 | } |
| 632 | } |