Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1 | # Auto-generated by lucicfg. |
| 2 | # Do not modify manually. |
| 3 | # |
| 4 | # For the schema of this file, see BuildbucketCfg message: |
Søren Gjesse | c00ff97 | 2023-11-20 16:03:55 +0100 | [diff] [blame] | 5 | # https://config.luci.app/schemas/projects:buildbucket.cfg |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 6 | |
| 7 | buckets { |
| 8 | name: "ci" |
| 9 | acls { |
| 10 | group: "all" |
| 11 | } |
| 12 | acls { |
| 13 | role: SCHEDULER |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 14 | identity: "user:luci-scheduler@appspot.gserviceaccount.com" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 15 | } |
| 16 | acls { |
| 17 | role: SCHEDULER |
| 18 | group: "project-r8-committers" |
| 19 | } |
| 20 | swarming { |
| 21 | builders { |
| 22 | name: "archive" |
| 23 | swarming_host: "chrome-swarming.appspot.com" |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 24 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | 093b16e | 2023-09-25 12:32:01 +0200 | [diff] [blame] | 25 | dimensions: "archive:true" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 26 | dimensions: "cpu:x86-64" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 27 | dimensions: "os:Ubuntu-20.04" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 28 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 29 | exe { |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 30 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 31 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 32 | cmd: "luciexe" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 33 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 34 | properties: |
| 35 | '{' |
| 36 | ' "builder_group": "internal.client.r8",' |
| 37 | ' "recipe": "rex",' |
| 38 | ' "test_wrapper": "tools/archive.py"' |
| 39 | '}' |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 40 | priority: 25 |
Rico Wind | a6091bc | 2023-09-15 12:17:52 +0200 | [diff] [blame] | 41 | execution_timeout_secs: 3600 |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 42 | expiration_secs: 126000 |
| 43 | build_numbers: YES |
| 44 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | 55dfdde | 2021-09-27 09:30:31 +0200 | [diff] [blame] | 45 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 46 | key: "luci.recipes.use_python3" |
| 47 | value: 100 |
| 48 | } |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 49 | } |
| 50 | builders { |
| 51 | name: "archive_release" |
| 52 | swarming_host: "chrome-swarming.appspot.com" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 53 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | 093b16e | 2023-09-25 12:32:01 +0200 | [diff] [blame] | 54 | dimensions: "archive:true" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 55 | dimensions: "cpu:x86-64" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 56 | dimensions: "os:Ubuntu-20.04" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 57 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 58 | exe { |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 59 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 60 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 61 | cmd: "luciexe" |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 62 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 63 | properties: |
| 64 | '{' |
| 65 | ' "builder_group": "internal.client.r8",' |
| 66 | ' "recipe": "rex",' |
| 67 | ' "test_wrapper": "tools/archive.py"' |
| 68 | '}' |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 69 | priority: 25 |
Rico Wind | a6091bc | 2023-09-15 12:17:52 +0200 | [diff] [blame] | 70 | execution_timeout_secs: 3600 |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 71 | expiration_secs: 126000 |
| 72 | build_numbers: YES |
| 73 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | 55dfdde | 2021-09-27 09:30:31 +0200 | [diff] [blame] | 74 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 75 | key: "luci.recipes.use_python3" |
| 76 | value: 100 |
| 77 | } |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 78 | } |
| 79 | builders { |
Ian Zerny | 31c34fb | 2023-06-14 10:58:50 +0200 | [diff] [blame] | 80 | name: "check" |
| 81 | swarming_host: "chrome-swarming.appspot.com" |
| 82 | swarming_tags: "vpython:native-python-wrapper" |
Ian Zerny | 31c34fb | 2023-06-14 10:58:50 +0200 | [diff] [blame] | 83 | dimensions: "cpu:x86-64" |
Rico Wind | 093b16e | 2023-09-25 12:32:01 +0200 | [diff] [blame] | 84 | dimensions: "normal:true" |
Ian Zerny | 31c34fb | 2023-06-14 10:58:50 +0200 | [diff] [blame] | 85 | dimensions: "os:Ubuntu-20.04" |
| 86 | dimensions: "pool:luci.r8.ci" |
| 87 | exe { |
| 88 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 89 | cipd_version: "refs/heads/master" |
| 90 | cmd: "luciexe" |
| 91 | } |
| 92 | properties: |
| 93 | '{' |
| 94 | ' "builder_group": "internal.client.r8",' |
| 95 | ' "recipe": "rex",' |
| 96 | ' "test_wrapper": "tools/check-cherry-picks.py"' |
| 97 | '}' |
| 98 | priority: 25 |
| 99 | execution_timeout_secs: 1800 |
| 100 | expiration_secs: 126000 |
| 101 | build_numbers: YES |
| 102 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
| 103 | experiments { |
| 104 | key: "luci.recipes.use_python3" |
| 105 | value: 100 |
| 106 | } |
| 107 | } |
| 108 | builders { |
Rico Wind | ea3a412 | 2021-09-28 09:28:10 +0200 | [diff] [blame] | 109 | name: "desugared_library-jdk11_head" |
Rico Wind | daea344 | 2021-09-23 12:47:16 +0200 | [diff] [blame] | 110 | swarming_host: "chrome-swarming.appspot.com" |
| 111 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | daea344 | 2021-09-23 12:47:16 +0200 | [diff] [blame] | 112 | dimensions: "cpu:x86-64" |
Rico Wind | 093b16e | 2023-09-25 12:32:01 +0200 | [diff] [blame] | 113 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 114 | dimensions: "os:Ubuntu-20.04" |
Rico Wind | daea344 | 2021-09-23 12:47:16 +0200 | [diff] [blame] | 115 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 116 | exe { |
Rico Wind | daea344 | 2021-09-23 12:47:16 +0200 | [diff] [blame] | 117 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 118 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 119 | cmd: "luciexe" |
Rico Wind | daea344 | 2021-09-23 12:47:16 +0200 | [diff] [blame] | 120 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 121 | properties: |
| 122 | '{' |
| 123 | ' "builder_group": "internal.client.r8",' |
| 124 | ' "recipe": "rex",' |
| 125 | ' "test_options": [' |
Rico Wind | eea6509 | 2022-03-24 09:31:15 +0100 | [diff] [blame] | 126 | ' "--one_line_per_test",' |
| 127 | ' "--archive_failures",' |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 128 | ' "--no_internal",' |
Rico Wind | bc82081 | 2022-05-31 09:19:56 +0200 | [diff] [blame] | 129 | ' "--no_arttests",' |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 130 | ' "--desugared-library",' |
| 131 | ' "HEAD",' |
| 132 | ' "--desugared-library-configuration",' |
| 133 | ' "jdk11"' |
| 134 | ' ]' |
| 135 | '}' |
Rico Wind | daea344 | 2021-09-23 12:47:16 +0200 | [diff] [blame] | 136 | priority: 26 |
| 137 | execution_timeout_secs: 43200 |
| 138 | expiration_secs: 126000 |
| 139 | build_numbers: YES |
| 140 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | 55dfdde | 2021-09-27 09:30:31 +0200 | [diff] [blame] | 141 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 142 | key: "luci.recipes.use_python3" |
| 143 | value: 100 |
| 144 | } |
Rico Wind | daea344 | 2021-09-23 12:47:16 +0200 | [diff] [blame] | 145 | } |
| 146 | builders { |
Rico Wind | 4173fe5 | 2022-06-24 09:26:15 +0200 | [diff] [blame] | 147 | name: "lib_desugar-archive-jdk11" |
Rico Wind | ea3a412 | 2021-09-28 09:28:10 +0200 | [diff] [blame] | 148 | swarming_host: "chrome-swarming.appspot.com" |
| 149 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | 093b16e | 2023-09-25 12:32:01 +0200 | [diff] [blame] | 150 | dimensions: "archive:true" |
Rico Wind | ea3a412 | 2021-09-28 09:28:10 +0200 | [diff] [blame] | 151 | dimensions: "cpu:x86-64" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 152 | dimensions: "os:Ubuntu-20.04" |
Rico Wind | ea3a412 | 2021-09-28 09:28:10 +0200 | [diff] [blame] | 153 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 154 | exe { |
Rico Wind | ea3a412 | 2021-09-28 09:28:10 +0200 | [diff] [blame] | 155 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 156 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 157 | cmd: "luciexe" |
Rico Wind | ea3a412 | 2021-09-28 09:28:10 +0200 | [diff] [blame] | 158 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 159 | properties: |
| 160 | '{' |
| 161 | ' "builder_group": "internal.client.r8",' |
| 162 | ' "recipe": "rex",' |
Rico Wind | 4173fe5 | 2022-06-24 09:26:15 +0200 | [diff] [blame] | 163 | ' "test_options": [' |
Søren Gjesse | c56e69f | 2022-08-22 09:45:05 +0200 | [diff] [blame] | 164 | ' "--variant=jdk11_minimal",' |
| 165 | ' "--variant=jdk11",' |
| 166 | ' "--variant=jdk11_nio"' |
| 167 | ' ],' |
| 168 | ' "test_wrapper": "tools/archive_desugar_jdk_libs.py"' |
| 169 | '}' |
| 170 | priority: 25 |
| 171 | execution_timeout_secs: 3600 |
| 172 | expiration_secs: 126000 |
| 173 | build_numbers: YES |
| 174 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
| 175 | experiments { |
| 176 | key: "luci.recipes.use_python3" |
| 177 | value: 100 |
| 178 | } |
| 179 | } |
| 180 | builders { |
| 181 | name: "lib_desugar-archive-jdk11-legacy" |
| 182 | swarming_host: "chrome-swarming.appspot.com" |
| 183 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | 093b16e | 2023-09-25 12:32:01 +0200 | [diff] [blame] | 184 | dimensions: "archive:true" |
Søren Gjesse | c56e69f | 2022-08-22 09:45:05 +0200 | [diff] [blame] | 185 | dimensions: "cpu:x86-64" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 186 | dimensions: "os:Ubuntu-20.04" |
Søren Gjesse | c56e69f | 2022-08-22 09:45:05 +0200 | [diff] [blame] | 187 | dimensions: "pool:luci.r8.ci" |
| 188 | exe { |
| 189 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 190 | cipd_version: "refs/heads/master" |
| 191 | cmd: "luciexe" |
| 192 | } |
| 193 | properties: |
| 194 | '{' |
| 195 | ' "builder_group": "internal.client.r8",' |
| 196 | ' "recipe": "rex",' |
| 197 | ' "test_options": [' |
| 198 | ' "--variant=jdk11_legacy"' |
Rico Wind | 4173fe5 | 2022-06-24 09:26:15 +0200 | [diff] [blame] | 199 | ' ],' |
| 200 | ' "test_wrapper": "tools/archive_desugar_jdk_libs.py"' |
| 201 | '}' |
| 202 | priority: 25 |
| 203 | execution_timeout_secs: 3600 |
| 204 | expiration_secs: 126000 |
| 205 | build_numbers: YES |
| 206 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
| 207 | experiments { |
| 208 | key: "luci.recipes.use_python3" |
| 209 | value: 100 |
| 210 | } |
| 211 | } |
| 212 | builders { |
| 213 | name: "lib_desugar-archive-jdk8" |
| 214 | swarming_host: "chrome-swarming.appspot.com" |
| 215 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | 093b16e | 2023-09-25 12:32:01 +0200 | [diff] [blame] | 216 | dimensions: "archive:true" |
Rico Wind | 4173fe5 | 2022-06-24 09:26:15 +0200 | [diff] [blame] | 217 | dimensions: "cpu:x86-64" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 218 | dimensions: "os:Ubuntu-20.04" |
Rico Wind | 4173fe5 | 2022-06-24 09:26:15 +0200 | [diff] [blame] | 219 | dimensions: "pool:luci.r8.ci" |
| 220 | exe { |
| 221 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 222 | cipd_version: "refs/heads/master" |
| 223 | cmd: "luciexe" |
| 224 | } |
| 225 | properties: |
| 226 | '{' |
| 227 | ' "builder_group": "internal.client.r8",' |
| 228 | ' "recipe": "rex",' |
| 229 | ' "test_options": [' |
| 230 | ' "--variant=jdk8"' |
| 231 | ' ],' |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 232 | ' "test_wrapper": "tools/archive_desugar_jdk_libs.py"' |
| 233 | '}' |
Rico Wind | ea3a412 | 2021-09-28 09:28:10 +0200 | [diff] [blame] | 234 | priority: 25 |
| 235 | execution_timeout_secs: 3600 |
| 236 | expiration_secs: 126000 |
| 237 | build_numbers: YES |
| 238 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
| 239 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 240 | key: "luci.recipes.use_python3" |
| 241 | value: 100 |
| 242 | } |
Rico Wind | ea3a412 | 2021-09-28 09:28:10 +0200 | [diff] [blame] | 243 | } |
| 244 | builders { |
Rico Wind | b1808ea | 2021-09-27 18:16:47 +0200 | [diff] [blame] | 245 | name: "linux-android-10.0.0" |
| 246 | swarming_host: "chrome-swarming.appspot.com" |
| 247 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | b1808ea | 2021-09-27 18:16:47 +0200 | [diff] [blame] | 248 | dimensions: "cpu:x86-64" |
| 249 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 250 | dimensions: "os:Ubuntu-20.04" |
Rico Wind | b1808ea | 2021-09-27 18:16:47 +0200 | [diff] [blame] | 251 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 252 | exe { |
Rico Wind | b1808ea | 2021-09-27 18:16:47 +0200 | [diff] [blame] | 253 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 254 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 255 | cmd: "luciexe" |
Rico Wind | b1808ea | 2021-09-27 18:16:47 +0200 | [diff] [blame] | 256 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 257 | properties: |
| 258 | '{' |
| 259 | ' "builder_group": "internal.client.r8",' |
| 260 | ' "recipe": "rex",' |
| 261 | ' "test_options": [' |
| 262 | ' "--dex_vm=10.0.0",' |
| 263 | ' "--all_tests",' |
Rico Wind | fd93710 | 2023-08-09 12:33:58 +0200 | [diff] [blame] | 264 | ' "--command_cache_dir=/tmp/ccache",' |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 265 | ' "--tool=r8",' |
| 266 | ' "--no_internal",' |
| 267 | ' "--one_line_per_test",' |
| 268 | ' "--archive_failures"' |
| 269 | ' ]' |
| 270 | '}' |
Rico Wind | b1808ea | 2021-09-27 18:16:47 +0200 | [diff] [blame] | 271 | priority: 26 |
| 272 | execution_timeout_secs: 21600 |
| 273 | expiration_secs: 126000 |
| 274 | build_numbers: YES |
| 275 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
| 276 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 277 | key: "luci.recipes.use_python3" |
| 278 | value: 100 |
| 279 | } |
Rico Wind | b1808ea | 2021-09-27 18:16:47 +0200 | [diff] [blame] | 280 | } |
| 281 | builders { |
| 282 | name: "linux-android-10.0.0_release" |
| 283 | swarming_host: "chrome-swarming.appspot.com" |
| 284 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | b1808ea | 2021-09-27 18:16:47 +0200 | [diff] [blame] | 285 | dimensions: "cpu:x86-64" |
| 286 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 287 | dimensions: "os:Ubuntu-20.04" |
Rico Wind | b1808ea | 2021-09-27 18:16:47 +0200 | [diff] [blame] | 288 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 289 | exe { |
Rico Wind | b1808ea | 2021-09-27 18:16:47 +0200 | [diff] [blame] | 290 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 291 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 292 | cmd: "luciexe" |
Rico Wind | b1808ea | 2021-09-27 18:16:47 +0200 | [diff] [blame] | 293 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 294 | properties: |
| 295 | '{' |
| 296 | ' "builder_group": "internal.client.r8",' |
| 297 | ' "recipe": "rex",' |
| 298 | ' "test_options": [' |
| 299 | ' "--dex_vm=10.0.0",' |
| 300 | ' "--all_tests",' |
Rico Wind | fd93710 | 2023-08-09 12:33:58 +0200 | [diff] [blame] | 301 | ' "--command_cache_dir=/tmp/ccache",' |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 302 | ' "--tool=r8",' |
| 303 | ' "--no_internal",' |
| 304 | ' "--one_line_per_test",' |
| 305 | ' "--archive_failures"' |
| 306 | ' ]' |
| 307 | '}' |
Rico Wind | b1808ea | 2021-09-27 18:16:47 +0200 | [diff] [blame] | 308 | priority: 26 |
| 309 | execution_timeout_secs: 21600 |
| 310 | expiration_secs: 126000 |
| 311 | build_numbers: YES |
| 312 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
| 313 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 314 | key: "luci.recipes.use_python3" |
| 315 | value: 100 |
| 316 | } |
Rico Wind | b1808ea | 2021-09-27 18:16:47 +0200 | [diff] [blame] | 317 | } |
| 318 | builders { |
| 319 | name: "linux-android-12.0.0" |
| 320 | swarming_host: "chrome-swarming.appspot.com" |
| 321 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | b1808ea | 2021-09-27 18:16:47 +0200 | [diff] [blame] | 322 | dimensions: "cpu:x86-64" |
| 323 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 324 | dimensions: "os:Ubuntu-20.04" |
Rico Wind | b1808ea | 2021-09-27 18:16:47 +0200 | [diff] [blame] | 325 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 326 | exe { |
Rico Wind | b1808ea | 2021-09-27 18:16:47 +0200 | [diff] [blame] | 327 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 328 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 329 | cmd: "luciexe" |
Rico Wind | b1808ea | 2021-09-27 18:16:47 +0200 | [diff] [blame] | 330 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 331 | properties: |
| 332 | '{' |
| 333 | ' "builder_group": "internal.client.r8",' |
| 334 | ' "recipe": "rex",' |
| 335 | ' "test_options": [' |
| 336 | ' "--dex_vm=12.0.0",' |
| 337 | ' "--all_tests",' |
Rico Wind | fd93710 | 2023-08-09 12:33:58 +0200 | [diff] [blame] | 338 | ' "--command_cache_dir=/tmp/ccache",' |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 339 | ' "--tool=r8",' |
| 340 | ' "--no_internal",' |
| 341 | ' "--one_line_per_test",' |
| 342 | ' "--archive_failures"' |
| 343 | ' ]' |
| 344 | '}' |
Rico Wind | b1808ea | 2021-09-27 18:16:47 +0200 | [diff] [blame] | 345 | priority: 26 |
| 346 | execution_timeout_secs: 21600 |
| 347 | expiration_secs: 126000 |
| 348 | build_numbers: YES |
| 349 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
| 350 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 351 | key: "luci.recipes.use_python3" |
| 352 | value: 100 |
| 353 | } |
Rico Wind | b1808ea | 2021-09-27 18:16:47 +0200 | [diff] [blame] | 354 | } |
| 355 | builders { |
| 356 | name: "linux-android-12.0.0_release" |
| 357 | swarming_host: "chrome-swarming.appspot.com" |
| 358 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | b1808ea | 2021-09-27 18:16:47 +0200 | [diff] [blame] | 359 | dimensions: "cpu:x86-64" |
| 360 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 361 | dimensions: "os:Ubuntu-20.04" |
Rico Wind | b1808ea | 2021-09-27 18:16:47 +0200 | [diff] [blame] | 362 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 363 | exe { |
Rico Wind | b1808ea | 2021-09-27 18:16:47 +0200 | [diff] [blame] | 364 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 365 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 366 | cmd: "luciexe" |
Rico Wind | b1808ea | 2021-09-27 18:16:47 +0200 | [diff] [blame] | 367 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 368 | properties: |
| 369 | '{' |
| 370 | ' "builder_group": "internal.client.r8",' |
| 371 | ' "recipe": "rex",' |
| 372 | ' "test_options": [' |
| 373 | ' "--dex_vm=12.0.0",' |
| 374 | ' "--all_tests",' |
Rico Wind | fd93710 | 2023-08-09 12:33:58 +0200 | [diff] [blame] | 375 | ' "--command_cache_dir=/tmp/ccache",' |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 376 | ' "--tool=r8",' |
| 377 | ' "--no_internal",' |
| 378 | ' "--one_line_per_test",' |
| 379 | ' "--archive_failures"' |
| 380 | ' ]' |
| 381 | '}' |
Rico Wind | b1808ea | 2021-09-27 18:16:47 +0200 | [diff] [blame] | 382 | priority: 26 |
| 383 | execution_timeout_secs: 21600 |
| 384 | expiration_secs: 126000 |
| 385 | build_numbers: YES |
| 386 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
| 387 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 388 | key: "luci.recipes.use_python3" |
| 389 | value: 100 |
| 390 | } |
Rico Wind | b1808ea | 2021-09-27 18:16:47 +0200 | [diff] [blame] | 391 | } |
| 392 | builders { |
Søren Gjesse | 61fb43d | 2022-02-09 09:39:22 +0100 | [diff] [blame] | 393 | name: "linux-android-13.0.0" |
| 394 | swarming_host: "chrome-swarming.appspot.com" |
| 395 | swarming_tags: "vpython:native-python-wrapper" |
Søren Gjesse | 61fb43d | 2022-02-09 09:39:22 +0100 | [diff] [blame] | 396 | dimensions: "cpu:x86-64" |
| 397 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 398 | dimensions: "os:Ubuntu-20.04" |
Søren Gjesse | 61fb43d | 2022-02-09 09:39:22 +0100 | [diff] [blame] | 399 | dimensions: "pool:luci.r8.ci" |
| 400 | exe { |
| 401 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 402 | cipd_version: "refs/heads/master" |
| 403 | cmd: "luciexe" |
| 404 | } |
| 405 | properties: |
| 406 | '{' |
| 407 | ' "builder_group": "internal.client.r8",' |
| 408 | ' "recipe": "rex",' |
| 409 | ' "test_options": [' |
| 410 | ' "--dex_vm=13.0.0",' |
| 411 | ' "--all_tests",' |
Rico Wind | fd93710 | 2023-08-09 12:33:58 +0200 | [diff] [blame] | 412 | ' "--command_cache_dir=/tmp/ccache",' |
Søren Gjesse | 61fb43d | 2022-02-09 09:39:22 +0100 | [diff] [blame] | 413 | ' "--tool=r8",' |
| 414 | ' "--no_internal",' |
| 415 | ' "--one_line_per_test",' |
| 416 | ' "--archive_failures"' |
| 417 | ' ]' |
| 418 | '}' |
| 419 | priority: 26 |
| 420 | execution_timeout_secs: 21600 |
| 421 | expiration_secs: 126000 |
| 422 | build_numbers: YES |
| 423 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
| 424 | experiments { |
| 425 | key: "luci.recipes.use_python3" |
| 426 | value: 100 |
| 427 | } |
Søren Gjesse | 61fb43d | 2022-02-09 09:39:22 +0100 | [diff] [blame] | 428 | } |
| 429 | builders { |
| 430 | name: "linux-android-13.0.0_release" |
| 431 | swarming_host: "chrome-swarming.appspot.com" |
| 432 | swarming_tags: "vpython:native-python-wrapper" |
Søren Gjesse | 61fb43d | 2022-02-09 09:39:22 +0100 | [diff] [blame] | 433 | dimensions: "cpu:x86-64" |
| 434 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 435 | dimensions: "os:Ubuntu-20.04" |
Søren Gjesse | 61fb43d | 2022-02-09 09:39:22 +0100 | [diff] [blame] | 436 | dimensions: "pool:luci.r8.ci" |
| 437 | exe { |
| 438 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 439 | cipd_version: "refs/heads/master" |
| 440 | cmd: "luciexe" |
| 441 | } |
| 442 | properties: |
| 443 | '{' |
| 444 | ' "builder_group": "internal.client.r8",' |
| 445 | ' "recipe": "rex",' |
| 446 | ' "test_options": [' |
| 447 | ' "--dex_vm=13.0.0",' |
| 448 | ' "--all_tests",' |
Rico Wind | fd93710 | 2023-08-09 12:33:58 +0200 | [diff] [blame] | 449 | ' "--command_cache_dir=/tmp/ccache",' |
Søren Gjesse | 61fb43d | 2022-02-09 09:39:22 +0100 | [diff] [blame] | 450 | ' "--tool=r8",' |
| 451 | ' "--no_internal",' |
| 452 | ' "--one_line_per_test",' |
| 453 | ' "--archive_failures"' |
| 454 | ' ]' |
| 455 | '}' |
| 456 | priority: 26 |
| 457 | execution_timeout_secs: 21600 |
| 458 | expiration_secs: 126000 |
| 459 | build_numbers: YES |
| 460 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
| 461 | experiments { |
| 462 | key: "luci.recipes.use_python3" |
| 463 | value: 100 |
| 464 | } |
Søren Gjesse | 61fb43d | 2022-02-09 09:39:22 +0100 | [diff] [blame] | 465 | } |
| 466 | builders { |
Søren Gjesse | bc9edbb | 2023-03-07 10:35:01 +0100 | [diff] [blame] | 467 | name: "linux-android-14.0.0" |
| 468 | swarming_host: "chrome-swarming.appspot.com" |
| 469 | swarming_tags: "vpython:native-python-wrapper" |
Søren Gjesse | bc9edbb | 2023-03-07 10:35:01 +0100 | [diff] [blame] | 470 | dimensions: "cpu:x86-64" |
| 471 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 472 | dimensions: "os:Ubuntu-20.04" |
Søren Gjesse | bc9edbb | 2023-03-07 10:35:01 +0100 | [diff] [blame] | 473 | dimensions: "pool:luci.r8.ci" |
| 474 | exe { |
| 475 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 476 | cipd_version: "refs/heads/master" |
| 477 | cmd: "luciexe" |
| 478 | } |
| 479 | properties: |
| 480 | '{' |
| 481 | ' "builder_group": "internal.client.r8",' |
| 482 | ' "recipe": "rex",' |
| 483 | ' "test_options": [' |
| 484 | ' "--dex_vm=14.0.0",' |
| 485 | ' "--all_tests",' |
Rico Wind | fd93710 | 2023-08-09 12:33:58 +0200 | [diff] [blame] | 486 | ' "--command_cache_dir=/tmp/ccache",' |
Søren Gjesse | bc9edbb | 2023-03-07 10:35:01 +0100 | [diff] [blame] | 487 | ' "--tool=r8",' |
| 488 | ' "--no_internal",' |
| 489 | ' "--one_line_per_test",' |
| 490 | ' "--archive_failures"' |
| 491 | ' ]' |
| 492 | '}' |
| 493 | priority: 26 |
| 494 | execution_timeout_secs: 21600 |
| 495 | expiration_secs: 126000 |
| 496 | build_numbers: YES |
| 497 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
| 498 | experiments { |
| 499 | key: "luci.recipes.use_python3" |
| 500 | value: 100 |
| 501 | } |
| 502 | } |
| 503 | builders { |
| 504 | name: "linux-android-14.0.0_release" |
| 505 | swarming_host: "chrome-swarming.appspot.com" |
| 506 | swarming_tags: "vpython:native-python-wrapper" |
Søren Gjesse | bc9edbb | 2023-03-07 10:35:01 +0100 | [diff] [blame] | 507 | dimensions: "cpu:x86-64" |
| 508 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 509 | dimensions: "os:Ubuntu-20.04" |
Søren Gjesse | bc9edbb | 2023-03-07 10:35:01 +0100 | [diff] [blame] | 510 | dimensions: "pool:luci.r8.ci" |
| 511 | exe { |
| 512 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 513 | cipd_version: "refs/heads/master" |
| 514 | cmd: "luciexe" |
| 515 | } |
| 516 | properties: |
| 517 | '{' |
| 518 | ' "builder_group": "internal.client.r8",' |
| 519 | ' "recipe": "rex",' |
| 520 | ' "test_options": [' |
| 521 | ' "--dex_vm=14.0.0",' |
| 522 | ' "--all_tests",' |
Rico Wind | fd93710 | 2023-08-09 12:33:58 +0200 | [diff] [blame] | 523 | ' "--command_cache_dir=/tmp/ccache",' |
Søren Gjesse | bc9edbb | 2023-03-07 10:35:01 +0100 | [diff] [blame] | 524 | ' "--tool=r8",' |
| 525 | ' "--no_internal",' |
| 526 | ' "--one_line_per_test",' |
| 527 | ' "--archive_failures"' |
| 528 | ' ]' |
| 529 | '}' |
| 530 | priority: 26 |
| 531 | execution_timeout_secs: 21600 |
| 532 | expiration_secs: 126000 |
| 533 | build_numbers: YES |
| 534 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
| 535 | experiments { |
| 536 | key: "luci.recipes.use_python3" |
| 537 | value: 100 |
| 538 | } |
| 539 | } |
| 540 | builders { |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 541 | name: "linux-android-4.0.4" |
| 542 | swarming_host: "chrome-swarming.appspot.com" |
| 543 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 544 | dimensions: "cpu:x86-64" |
| 545 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 546 | dimensions: "os:Ubuntu-20.04" |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 547 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 548 | exe { |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 549 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 550 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 551 | cmd: "luciexe" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 552 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 553 | properties: |
| 554 | '{' |
| 555 | ' "builder_group": "internal.client.r8",' |
| 556 | ' "recipe": "rex",' |
| 557 | ' "test_options": [' |
| 558 | ' "--dex_vm=4.0.4",' |
| 559 | ' "--all_tests",' |
Rico Wind | fd93710 | 2023-08-09 12:33:58 +0200 | [diff] [blame] | 560 | ' "--command_cache_dir=/tmp/ccache",' |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 561 | ' "--tool=r8",' |
| 562 | ' "--no_internal",' |
| 563 | ' "--one_line_per_test",' |
| 564 | ' "--archive_failures"' |
| 565 | ' ]' |
| 566 | '}' |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 567 | priority: 26 |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 568 | execution_timeout_secs: 21600 |
| 569 | expiration_secs: 126000 |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 570 | build_numbers: YES |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 571 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | 55dfdde | 2021-09-27 09:30:31 +0200 | [diff] [blame] | 572 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 573 | key: "luci.recipes.use_python3" |
| 574 | value: 100 |
| 575 | } |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 576 | } |
| 577 | builders { |
| 578 | name: "linux-android-4.0.4_release" |
| 579 | swarming_host: "chrome-swarming.appspot.com" |
| 580 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 581 | dimensions: "cpu:x86-64" |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 582 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 583 | dimensions: "os:Ubuntu-20.04" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 584 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 585 | exe { |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 586 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 587 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 588 | cmd: "luciexe" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 589 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 590 | properties: |
| 591 | '{' |
| 592 | ' "builder_group": "internal.client.r8",' |
| 593 | ' "recipe": "rex",' |
| 594 | ' "test_options": [' |
| 595 | ' "--dex_vm=4.0.4",' |
| 596 | ' "--all_tests",' |
Rico Wind | fd93710 | 2023-08-09 12:33:58 +0200 | [diff] [blame] | 597 | ' "--command_cache_dir=/tmp/ccache",' |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 598 | ' "--tool=r8",' |
| 599 | ' "--no_internal",' |
| 600 | ' "--one_line_per_test",' |
| 601 | ' "--archive_failures"' |
| 602 | ' ]' |
| 603 | '}' |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 604 | priority: 26 |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 605 | execution_timeout_secs: 21600 |
| 606 | expiration_secs: 126000 |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 607 | build_numbers: YES |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 608 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | 55dfdde | 2021-09-27 09:30:31 +0200 | [diff] [blame] | 609 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 610 | key: "luci.recipes.use_python3" |
| 611 | value: 100 |
| 612 | } |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 613 | } |
| 614 | builders { |
| 615 | name: "linux-android-4.4.4" |
| 616 | swarming_host: "chrome-swarming.appspot.com" |
| 617 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 618 | dimensions: "cpu:x86-64" |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 619 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 620 | dimensions: "os:Ubuntu-20.04" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 621 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 622 | exe { |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 623 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 624 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 625 | cmd: "luciexe" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 626 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 627 | properties: |
| 628 | '{' |
| 629 | ' "builder_group": "internal.client.r8",' |
| 630 | ' "recipe": "rex",' |
| 631 | ' "test_options": [' |
| 632 | ' "--dex_vm=4.4.4",' |
| 633 | ' "--all_tests",' |
Rico Wind | fd93710 | 2023-08-09 12:33:58 +0200 | [diff] [blame] | 634 | ' "--command_cache_dir=/tmp/ccache",' |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 635 | ' "--tool=r8",' |
| 636 | ' "--no_internal",' |
| 637 | ' "--one_line_per_test",' |
| 638 | ' "--archive_failures"' |
| 639 | ' ]' |
| 640 | '}' |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 641 | priority: 26 |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 642 | execution_timeout_secs: 21600 |
| 643 | expiration_secs: 126000 |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 644 | build_numbers: YES |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 645 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | 55dfdde | 2021-09-27 09:30:31 +0200 | [diff] [blame] | 646 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 647 | key: "luci.recipes.use_python3" |
| 648 | value: 100 |
| 649 | } |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 650 | } |
| 651 | builders { |
| 652 | name: "linux-android-4.4.4_release" |
| 653 | swarming_host: "chrome-swarming.appspot.com" |
| 654 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 655 | dimensions: "cpu:x86-64" |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 656 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 657 | dimensions: "os:Ubuntu-20.04" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 658 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 659 | exe { |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 660 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 661 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 662 | cmd: "luciexe" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 663 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 664 | properties: |
| 665 | '{' |
| 666 | ' "builder_group": "internal.client.r8",' |
| 667 | ' "recipe": "rex",' |
| 668 | ' "test_options": [' |
| 669 | ' "--dex_vm=4.4.4",' |
| 670 | ' "--all_tests",' |
Rico Wind | fd93710 | 2023-08-09 12:33:58 +0200 | [diff] [blame] | 671 | ' "--command_cache_dir=/tmp/ccache",' |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 672 | ' "--tool=r8",' |
| 673 | ' "--no_internal",' |
| 674 | ' "--one_line_per_test",' |
| 675 | ' "--archive_failures"' |
| 676 | ' ]' |
| 677 | '}' |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 678 | priority: 26 |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 679 | execution_timeout_secs: 21600 |
| 680 | expiration_secs: 126000 |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 681 | build_numbers: YES |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 682 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | 55dfdde | 2021-09-27 09:30:31 +0200 | [diff] [blame] | 683 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 684 | key: "luci.recipes.use_python3" |
| 685 | value: 100 |
| 686 | } |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 687 | } |
| 688 | builders { |
| 689 | name: "linux-android-5.1.1" |
| 690 | swarming_host: "chrome-swarming.appspot.com" |
| 691 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 692 | dimensions: "cpu:x86-64" |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 693 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 694 | dimensions: "os:Ubuntu-20.04" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 695 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 696 | exe { |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 697 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 698 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 699 | cmd: "luciexe" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 700 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 701 | properties: |
| 702 | '{' |
| 703 | ' "builder_group": "internal.client.r8",' |
| 704 | ' "recipe": "rex",' |
| 705 | ' "test_options": [' |
| 706 | ' "--dex_vm=5.1.1",' |
| 707 | ' "--all_tests",' |
Rico Wind | fd93710 | 2023-08-09 12:33:58 +0200 | [diff] [blame] | 708 | ' "--command_cache_dir=/tmp/ccache",' |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 709 | ' "--tool=r8",' |
| 710 | ' "--no_internal",' |
| 711 | ' "--one_line_per_test",' |
| 712 | ' "--archive_failures"' |
| 713 | ' ]' |
| 714 | '}' |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 715 | priority: 26 |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 716 | execution_timeout_secs: 21600 |
| 717 | expiration_secs: 126000 |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 718 | build_numbers: YES |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 719 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | 55dfdde | 2021-09-27 09:30:31 +0200 | [diff] [blame] | 720 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 721 | key: "luci.recipes.use_python3" |
| 722 | value: 100 |
| 723 | } |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 724 | } |
| 725 | builders { |
| 726 | name: "linux-android-5.1.1_release" |
| 727 | swarming_host: "chrome-swarming.appspot.com" |
| 728 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 729 | dimensions: "cpu:x86-64" |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 730 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 731 | dimensions: "os:Ubuntu-20.04" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 732 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 733 | exe { |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 734 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 735 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 736 | cmd: "luciexe" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 737 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 738 | properties: |
| 739 | '{' |
| 740 | ' "builder_group": "internal.client.r8",' |
| 741 | ' "recipe": "rex",' |
| 742 | ' "test_options": [' |
| 743 | ' "--dex_vm=5.1.1",' |
| 744 | ' "--all_tests",' |
Rico Wind | fd93710 | 2023-08-09 12:33:58 +0200 | [diff] [blame] | 745 | ' "--command_cache_dir=/tmp/ccache",' |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 746 | ' "--tool=r8",' |
| 747 | ' "--no_internal",' |
| 748 | ' "--one_line_per_test",' |
| 749 | ' "--archive_failures"' |
| 750 | ' ]' |
| 751 | '}' |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 752 | priority: 26 |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 753 | execution_timeout_secs: 21600 |
| 754 | expiration_secs: 126000 |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 755 | build_numbers: YES |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 756 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | 55dfdde | 2021-09-27 09:30:31 +0200 | [diff] [blame] | 757 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 758 | key: "luci.recipes.use_python3" |
| 759 | value: 100 |
| 760 | } |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 761 | } |
| 762 | builders { |
| 763 | name: "linux-android-6.0.1" |
| 764 | swarming_host: "chrome-swarming.appspot.com" |
| 765 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 766 | dimensions: "cpu:x86-64" |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 767 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 768 | dimensions: "os:Ubuntu-20.04" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 769 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 770 | exe { |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 771 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 772 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 773 | cmd: "luciexe" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 774 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 775 | properties: |
| 776 | '{' |
| 777 | ' "builder_group": "internal.client.r8",' |
| 778 | ' "recipe": "rex",' |
| 779 | ' "test_options": [' |
| 780 | ' "--dex_vm=6.0.1",' |
| 781 | ' "--all_tests",' |
Rico Wind | fd93710 | 2023-08-09 12:33:58 +0200 | [diff] [blame] | 782 | ' "--command_cache_dir=/tmp/ccache",' |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 783 | ' "--tool=r8",' |
| 784 | ' "--no_internal",' |
| 785 | ' "--one_line_per_test",' |
| 786 | ' "--archive_failures"' |
| 787 | ' ]' |
| 788 | '}' |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 789 | priority: 26 |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 790 | execution_timeout_secs: 21600 |
| 791 | expiration_secs: 126000 |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 792 | build_numbers: YES |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 793 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | 55dfdde | 2021-09-27 09:30:31 +0200 | [diff] [blame] | 794 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 795 | key: "luci.recipes.use_python3" |
| 796 | value: 100 |
| 797 | } |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 798 | } |
| 799 | builders { |
| 800 | name: "linux-android-6.0.1_release" |
| 801 | swarming_host: "chrome-swarming.appspot.com" |
| 802 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 803 | dimensions: "cpu:x86-64" |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 804 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 805 | dimensions: "os:Ubuntu-20.04" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 806 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 807 | exe { |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 808 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 809 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 810 | cmd: "luciexe" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 811 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 812 | properties: |
| 813 | '{' |
| 814 | ' "builder_group": "internal.client.r8",' |
| 815 | ' "recipe": "rex",' |
| 816 | ' "test_options": [' |
| 817 | ' "--dex_vm=6.0.1",' |
| 818 | ' "--all_tests",' |
Rico Wind | fd93710 | 2023-08-09 12:33:58 +0200 | [diff] [blame] | 819 | ' "--command_cache_dir=/tmp/ccache",' |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 820 | ' "--tool=r8",' |
| 821 | ' "--no_internal",' |
| 822 | ' "--one_line_per_test",' |
| 823 | ' "--archive_failures"' |
| 824 | ' ]' |
| 825 | '}' |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 826 | priority: 26 |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 827 | execution_timeout_secs: 21600 |
| 828 | expiration_secs: 126000 |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 829 | build_numbers: YES |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 830 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | 55dfdde | 2021-09-27 09:30:31 +0200 | [diff] [blame] | 831 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 832 | key: "luci.recipes.use_python3" |
| 833 | value: 100 |
| 834 | } |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 835 | } |
| 836 | builders { |
| 837 | name: "linux-android-7.0.0" |
| 838 | swarming_host: "chrome-swarming.appspot.com" |
| 839 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 840 | dimensions: "cpu:x86-64" |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 841 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 842 | dimensions: "os:Ubuntu-20.04" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 843 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 844 | exe { |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 845 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 846 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 847 | cmd: "luciexe" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 848 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 849 | properties: |
| 850 | '{' |
| 851 | ' "builder_group": "internal.client.r8",' |
| 852 | ' "recipe": "rex",' |
| 853 | ' "test_options": [' |
| 854 | ' "--dex_vm=7.0.0",' |
| 855 | ' "--all_tests",' |
Rico Wind | fd93710 | 2023-08-09 12:33:58 +0200 | [diff] [blame] | 856 | ' "--command_cache_dir=/tmp/ccache",' |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 857 | ' "--tool=r8",' |
| 858 | ' "--no_internal",' |
| 859 | ' "--one_line_per_test",' |
| 860 | ' "--archive_failures"' |
| 861 | ' ]' |
| 862 | '}' |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 863 | priority: 26 |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 864 | execution_timeout_secs: 21600 |
| 865 | expiration_secs: 126000 |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 866 | build_numbers: YES |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 867 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | 55dfdde | 2021-09-27 09:30:31 +0200 | [diff] [blame] | 868 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 869 | key: "luci.recipes.use_python3" |
| 870 | value: 100 |
| 871 | } |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 872 | } |
| 873 | builders { |
| 874 | name: "linux-android-7.0.0_release" |
| 875 | swarming_host: "chrome-swarming.appspot.com" |
| 876 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 877 | dimensions: "cpu:x86-64" |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 878 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 879 | dimensions: "os:Ubuntu-20.04" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 880 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 881 | exe { |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 882 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 883 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 884 | cmd: "luciexe" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 885 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 886 | properties: |
| 887 | '{' |
| 888 | ' "builder_group": "internal.client.r8",' |
| 889 | ' "recipe": "rex",' |
| 890 | ' "test_options": [' |
| 891 | ' "--dex_vm=7.0.0",' |
| 892 | ' "--all_tests",' |
Rico Wind | fd93710 | 2023-08-09 12:33:58 +0200 | [diff] [blame] | 893 | ' "--command_cache_dir=/tmp/ccache",' |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 894 | ' "--tool=r8",' |
| 895 | ' "--no_internal",' |
| 896 | ' "--one_line_per_test",' |
| 897 | ' "--archive_failures"' |
| 898 | ' ]' |
| 899 | '}' |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 900 | priority: 26 |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 901 | execution_timeout_secs: 21600 |
| 902 | expiration_secs: 126000 |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 903 | build_numbers: YES |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 904 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | 55dfdde | 2021-09-27 09:30:31 +0200 | [diff] [blame] | 905 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 906 | key: "luci.recipes.use_python3" |
| 907 | value: 100 |
| 908 | } |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 909 | } |
| 910 | builders { |
Rico Wind | b1808ea | 2021-09-27 18:16:47 +0200 | [diff] [blame] | 911 | name: "linux-android-8.1.0" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 912 | swarming_host: "chrome-swarming.appspot.com" |
| 913 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 914 | dimensions: "cpu:x86-64" |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 915 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 916 | dimensions: "os:Ubuntu-20.04" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 917 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 918 | exe { |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 919 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 920 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 921 | cmd: "luciexe" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 922 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 923 | properties: |
| 924 | '{' |
| 925 | ' "builder_group": "internal.client.r8",' |
| 926 | ' "recipe": "rex",' |
| 927 | ' "test_options": [' |
| 928 | ' "--dex_vm=8.1.0",' |
| 929 | ' "--all_tests",' |
Rico Wind | fd93710 | 2023-08-09 12:33:58 +0200 | [diff] [blame] | 930 | ' "--command_cache_dir=/tmp/ccache",' |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 931 | ' "--tool=r8",' |
| 932 | ' "--no_internal",' |
| 933 | ' "--one_line_per_test",' |
| 934 | ' "--archive_failures"' |
| 935 | ' ]' |
| 936 | '}' |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 937 | priority: 26 |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 938 | execution_timeout_secs: 21600 |
| 939 | expiration_secs: 126000 |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 940 | build_numbers: YES |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 941 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | 55dfdde | 2021-09-27 09:30:31 +0200 | [diff] [blame] | 942 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 943 | key: "luci.recipes.use_python3" |
| 944 | value: 100 |
| 945 | } |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 946 | } |
| 947 | builders { |
Rico Wind | b1808ea | 2021-09-27 18:16:47 +0200 | [diff] [blame] | 948 | name: "linux-android-8.1.0_release" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 949 | swarming_host: "chrome-swarming.appspot.com" |
| 950 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 951 | dimensions: "cpu:x86-64" |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 952 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 953 | dimensions: "os:Ubuntu-20.04" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 954 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 955 | exe { |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 956 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 957 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 958 | cmd: "luciexe" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 959 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 960 | properties: |
| 961 | '{' |
| 962 | ' "builder_group": "internal.client.r8",' |
| 963 | ' "recipe": "rex",' |
| 964 | ' "test_options": [' |
| 965 | ' "--dex_vm=8.1.0",' |
| 966 | ' "--all_tests",' |
Rico Wind | fd93710 | 2023-08-09 12:33:58 +0200 | [diff] [blame] | 967 | ' "--command_cache_dir=/tmp/ccache",' |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 968 | ' "--tool=r8",' |
| 969 | ' "--no_internal",' |
| 970 | ' "--one_line_per_test",' |
| 971 | ' "--archive_failures"' |
| 972 | ' ]' |
| 973 | '}' |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 974 | priority: 26 |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 975 | execution_timeout_secs: 21600 |
| 976 | expiration_secs: 126000 |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 977 | build_numbers: YES |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 978 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | 55dfdde | 2021-09-27 09:30:31 +0200 | [diff] [blame] | 979 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 980 | key: "luci.recipes.use_python3" |
| 981 | value: 100 |
| 982 | } |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 983 | } |
| 984 | builders { |
Rico Wind | b1808ea | 2021-09-27 18:16:47 +0200 | [diff] [blame] | 985 | name: "linux-android-9.0.0" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 986 | swarming_host: "chrome-swarming.appspot.com" |
| 987 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 988 | dimensions: "cpu:x86-64" |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 989 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 990 | dimensions: "os:Ubuntu-20.04" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 991 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 992 | exe { |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 993 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 994 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 995 | cmd: "luciexe" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 996 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 997 | properties: |
| 998 | '{' |
| 999 | ' "builder_group": "internal.client.r8",' |
| 1000 | ' "recipe": "rex",' |
| 1001 | ' "test_options": [' |
| 1002 | ' "--dex_vm=9.0.0",' |
| 1003 | ' "--all_tests",' |
Rico Wind | fd93710 | 2023-08-09 12:33:58 +0200 | [diff] [blame] | 1004 | ' "--command_cache_dir=/tmp/ccache",' |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1005 | ' "--tool=r8",' |
| 1006 | ' "--no_internal",' |
| 1007 | ' "--one_line_per_test",' |
| 1008 | ' "--archive_failures"' |
| 1009 | ' ]' |
| 1010 | '}' |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1011 | priority: 26 |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1012 | execution_timeout_secs: 21600 |
| 1013 | expiration_secs: 126000 |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1014 | build_numbers: YES |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1015 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | 55dfdde | 2021-09-27 09:30:31 +0200 | [diff] [blame] | 1016 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 1017 | key: "luci.recipes.use_python3" |
| 1018 | value: 100 |
| 1019 | } |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1020 | } |
| 1021 | builders { |
Rico Wind | b1808ea | 2021-09-27 18:16:47 +0200 | [diff] [blame] | 1022 | name: "linux-android-9.0.0_release" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1023 | swarming_host: "chrome-swarming.appspot.com" |
| 1024 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1025 | dimensions: "cpu:x86-64" |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1026 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 1027 | dimensions: "os:Ubuntu-20.04" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1028 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1029 | exe { |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1030 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 1031 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1032 | cmd: "luciexe" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1033 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1034 | properties: |
| 1035 | '{' |
| 1036 | ' "builder_group": "internal.client.r8",' |
| 1037 | ' "recipe": "rex",' |
| 1038 | ' "test_options": [' |
| 1039 | ' "--dex_vm=9.0.0",' |
| 1040 | ' "--all_tests",' |
Rico Wind | fd93710 | 2023-08-09 12:33:58 +0200 | [diff] [blame] | 1041 | ' "--command_cache_dir=/tmp/ccache",' |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1042 | ' "--tool=r8",' |
| 1043 | ' "--no_internal",' |
| 1044 | ' "--one_line_per_test",' |
| 1045 | ' "--archive_failures"' |
| 1046 | ' ]' |
| 1047 | '}' |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1048 | priority: 26 |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1049 | execution_timeout_secs: 21600 |
| 1050 | expiration_secs: 126000 |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1051 | build_numbers: YES |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1052 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | 55dfdde | 2021-09-27 09:30:31 +0200 | [diff] [blame] | 1053 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 1054 | key: "luci.recipes.use_python3" |
| 1055 | value: 100 |
| 1056 | } |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1057 | } |
| 1058 | builders { |
| 1059 | name: "linux-dex_default" |
| 1060 | swarming_host: "chrome-swarming.appspot.com" |
| 1061 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1062 | dimensions: "cpu:x86-64" |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1063 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 1064 | dimensions: "os:Ubuntu-20.04" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1065 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1066 | exe { |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1067 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 1068 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1069 | cmd: "luciexe" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1070 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1071 | properties: |
| 1072 | '{' |
| 1073 | ' "builder_group": "internal.client.r8",' |
| 1074 | ' "recipe": "rex",' |
| 1075 | ' "test_options": [' |
| 1076 | ' "--runtimes=dex-default",' |
Rico Wind | fd93710 | 2023-08-09 12:33:58 +0200 | [diff] [blame] | 1077 | ' "--command_cache_dir=/tmp/ccache",' |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1078 | ' "--tool=r8",' |
| 1079 | ' "--no_internal",' |
| 1080 | ' "--one_line_per_test",' |
| 1081 | ' "--archive_failures"' |
| 1082 | ' ]' |
| 1083 | '}' |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1084 | priority: 26 |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1085 | execution_timeout_secs: 21600 |
| 1086 | expiration_secs: 126000 |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1087 | build_numbers: YES |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1088 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | 55dfdde | 2021-09-27 09:30:31 +0200 | [diff] [blame] | 1089 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 1090 | key: "luci.recipes.use_python3" |
| 1091 | value: 100 |
| 1092 | } |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1093 | } |
| 1094 | builders { |
| 1095 | name: "linux-dex_default_release" |
| 1096 | swarming_host: "chrome-swarming.appspot.com" |
| 1097 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1098 | dimensions: "cpu:x86-64" |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1099 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 1100 | dimensions: "os:Ubuntu-20.04" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1101 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1102 | exe { |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1103 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 1104 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1105 | cmd: "luciexe" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1106 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1107 | properties: |
| 1108 | '{' |
| 1109 | ' "builder_group": "internal.client.r8",' |
| 1110 | ' "recipe": "rex",' |
| 1111 | ' "test_options": [' |
| 1112 | ' "--runtimes=dex-default",' |
Rico Wind | fd93710 | 2023-08-09 12:33:58 +0200 | [diff] [blame] | 1113 | ' "--command_cache_dir=/tmp/ccache",' |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1114 | ' "--tool=r8",' |
| 1115 | ' "--no_internal",' |
| 1116 | ' "--one_line_per_test",' |
| 1117 | ' "--archive_failures"' |
| 1118 | ' ]' |
| 1119 | '}' |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1120 | priority: 26 |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1121 | execution_timeout_secs: 21600 |
| 1122 | expiration_secs: 126000 |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1123 | build_numbers: YES |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1124 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | 55dfdde | 2021-09-27 09:30:31 +0200 | [diff] [blame] | 1125 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 1126 | key: "luci.recipes.use_python3" |
| 1127 | value: 100 |
| 1128 | } |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1129 | } |
| 1130 | builders { |
| 1131 | name: "linux-internal" |
| 1132 | swarming_host: "chrome-swarming.appspot.com" |
| 1133 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1134 | dimensions: "cpu:x86-64" |
Rico Wind | 5aa510c | 2021-07-09 11:10:40 +0200 | [diff] [blame] | 1135 | dimensions: "internal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 1136 | dimensions: "os:Ubuntu-20.04" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1137 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1138 | exe { |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1139 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 1140 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1141 | cmd: "luciexe" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1142 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1143 | properties: |
| 1144 | '{' |
| 1145 | ' "builder_group": "internal.client.r8",' |
| 1146 | ' "recipe": "rex",' |
| 1147 | ' "test_options": [' |
| 1148 | ' "--bot"' |
| 1149 | ' ],' |
| 1150 | ' "test_wrapper": "tools/internal_test.py"' |
| 1151 | '}' |
Rico Wind | 5aa510c | 2021-07-09 11:10:40 +0200 | [diff] [blame] | 1152 | priority: 25 |
| 1153 | execution_timeout_secs: 43200 |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1154 | expiration_secs: 126000 |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1155 | build_numbers: YES |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1156 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | 55dfdde | 2021-09-27 09:30:31 +0200 | [diff] [blame] | 1157 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 1158 | key: "luci.recipes.use_python3" |
| 1159 | value: 100 |
| 1160 | } |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1161 | } |
| 1162 | builders { |
| 1163 | name: "linux-internal_release" |
| 1164 | swarming_host: "chrome-swarming.appspot.com" |
| 1165 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1166 | dimensions: "cpu:x86-64" |
Rico Wind | 5aa510c | 2021-07-09 11:10:40 +0200 | [diff] [blame] | 1167 | dimensions: "internal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 1168 | dimensions: "os:Ubuntu-20.04" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1169 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1170 | exe { |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1171 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 1172 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1173 | cmd: "luciexe" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1174 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1175 | properties: |
| 1176 | '{' |
| 1177 | ' "builder_group": "internal.client.r8",' |
| 1178 | ' "recipe": "rex",' |
| 1179 | ' "test_options": [' |
| 1180 | ' "--bot"' |
| 1181 | ' ],' |
| 1182 | ' "test_wrapper": "tools/internal_test.py"' |
| 1183 | '}' |
Rico Wind | 5aa510c | 2021-07-09 11:10:40 +0200 | [diff] [blame] | 1184 | priority: 25 |
| 1185 | execution_timeout_secs: 43200 |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1186 | expiration_secs: 126000 |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1187 | build_numbers: YES |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1188 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | 55dfdde | 2021-09-27 09:30:31 +0200 | [diff] [blame] | 1189 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 1190 | key: "luci.recipes.use_python3" |
| 1191 | value: 100 |
| 1192 | } |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1193 | } |
| 1194 | builders { |
| 1195 | name: "linux-jdk11" |
| 1196 | swarming_host: "chrome-swarming.appspot.com" |
| 1197 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1198 | dimensions: "cpu:x86-64" |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1199 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 1200 | dimensions: "os:Ubuntu-20.04" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1201 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1202 | exe { |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1203 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 1204 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1205 | cmd: "luciexe" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1206 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1207 | properties: |
| 1208 | '{' |
| 1209 | ' "builder_group": "internal.client.r8",' |
| 1210 | ' "recipe": "rex",' |
| 1211 | ' "test_options": [' |
| 1212 | ' "--runtimes=jdk11",' |
Rico Wind | fd93710 | 2023-08-09 12:33:58 +0200 | [diff] [blame] | 1213 | ' "--command_cache_dir=/tmp/ccache",' |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1214 | ' "--tool=r8",' |
| 1215 | ' "--no_internal",' |
| 1216 | ' "--one_line_per_test",' |
| 1217 | ' "--archive_failures"' |
| 1218 | ' ]' |
| 1219 | '}' |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1220 | priority: 26 |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1221 | execution_timeout_secs: 21600 |
| 1222 | expiration_secs: 126000 |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1223 | build_numbers: YES |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1224 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | 55dfdde | 2021-09-27 09:30:31 +0200 | [diff] [blame] | 1225 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 1226 | key: "luci.recipes.use_python3" |
| 1227 | value: 100 |
| 1228 | } |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1229 | } |
| 1230 | builders { |
| 1231 | name: "linux-jdk11_release" |
| 1232 | swarming_host: "chrome-swarming.appspot.com" |
| 1233 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1234 | dimensions: "cpu:x86-64" |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1235 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 1236 | dimensions: "os:Ubuntu-20.04" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1237 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1238 | exe { |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1239 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 1240 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1241 | cmd: "luciexe" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1242 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1243 | properties: |
| 1244 | '{' |
| 1245 | ' "builder_group": "internal.client.r8",' |
| 1246 | ' "recipe": "rex",' |
| 1247 | ' "test_options": [' |
| 1248 | ' "--runtimes=jdk11",' |
Rico Wind | fd93710 | 2023-08-09 12:33:58 +0200 | [diff] [blame] | 1249 | ' "--command_cache_dir=/tmp/ccache",' |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1250 | ' "--tool=r8",' |
| 1251 | ' "--no_internal",' |
| 1252 | ' "--one_line_per_test",' |
| 1253 | ' "--archive_failures"' |
| 1254 | ' ]' |
| 1255 | '}' |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1256 | priority: 26 |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1257 | execution_timeout_secs: 21600 |
| 1258 | expiration_secs: 126000 |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1259 | build_numbers: YES |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1260 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | 55dfdde | 2021-09-27 09:30:31 +0200 | [diff] [blame] | 1261 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 1262 | key: "luci.recipes.use_python3" |
| 1263 | value: 100 |
| 1264 | } |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1265 | } |
| 1266 | builders { |
Ian Zerny | 68d464f | 2022-03-29 10:35:34 +0200 | [diff] [blame] | 1267 | name: "linux-jdk17" |
| 1268 | swarming_host: "chrome-swarming.appspot.com" |
| 1269 | swarming_tags: "vpython:native-python-wrapper" |
Ian Zerny | 68d464f | 2022-03-29 10:35:34 +0200 | [diff] [blame] | 1270 | dimensions: "cpu:x86-64" |
| 1271 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 1272 | dimensions: "os:Ubuntu-20.04" |
Ian Zerny | 68d464f | 2022-03-29 10:35:34 +0200 | [diff] [blame] | 1273 | dimensions: "pool:luci.r8.ci" |
| 1274 | exe { |
| 1275 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 1276 | cipd_version: "refs/heads/master" |
| 1277 | cmd: "luciexe" |
| 1278 | } |
| 1279 | properties: |
| 1280 | '{' |
| 1281 | ' "builder_group": "internal.client.r8",' |
| 1282 | ' "recipe": "rex",' |
| 1283 | ' "test_options": [' |
| 1284 | ' "--runtimes=jdk17",' |
Rico Wind | fd93710 | 2023-08-09 12:33:58 +0200 | [diff] [blame] | 1285 | ' "--command_cache_dir=/tmp/ccache",' |
Ian Zerny | 68d464f | 2022-03-29 10:35:34 +0200 | [diff] [blame] | 1286 | ' "--tool=r8",' |
| 1287 | ' "--no_internal",' |
| 1288 | ' "--one_line_per_test",' |
| 1289 | ' "--archive_failures"' |
| 1290 | ' ]' |
| 1291 | '}' |
| 1292 | priority: 26 |
| 1293 | execution_timeout_secs: 21600 |
| 1294 | expiration_secs: 126000 |
| 1295 | build_numbers: YES |
| 1296 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
| 1297 | experiments { |
| 1298 | key: "luci.recipes.use_python3" |
| 1299 | value: 100 |
| 1300 | } |
| 1301 | } |
| 1302 | builders { |
| 1303 | name: "linux-jdk17_release" |
| 1304 | swarming_host: "chrome-swarming.appspot.com" |
| 1305 | swarming_tags: "vpython:native-python-wrapper" |
Ian Zerny | 68d464f | 2022-03-29 10:35:34 +0200 | [diff] [blame] | 1306 | dimensions: "cpu:x86-64" |
| 1307 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 1308 | dimensions: "os:Ubuntu-20.04" |
Ian Zerny | 68d464f | 2022-03-29 10:35:34 +0200 | [diff] [blame] | 1309 | dimensions: "pool:luci.r8.ci" |
| 1310 | exe { |
| 1311 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 1312 | cipd_version: "refs/heads/master" |
| 1313 | cmd: "luciexe" |
| 1314 | } |
| 1315 | properties: |
| 1316 | '{' |
| 1317 | ' "builder_group": "internal.client.r8",' |
| 1318 | ' "recipe": "rex",' |
| 1319 | ' "test_options": [' |
| 1320 | ' "--runtimes=jdk17",' |
Rico Wind | fd93710 | 2023-08-09 12:33:58 +0200 | [diff] [blame] | 1321 | ' "--command_cache_dir=/tmp/ccache",' |
Ian Zerny | 68d464f | 2022-03-29 10:35:34 +0200 | [diff] [blame] | 1322 | ' "--tool=r8",' |
| 1323 | ' "--no_internal",' |
| 1324 | ' "--one_line_per_test",' |
| 1325 | ' "--archive_failures"' |
| 1326 | ' ]' |
| 1327 | '}' |
| 1328 | priority: 26 |
| 1329 | execution_timeout_secs: 21600 |
| 1330 | expiration_secs: 126000 |
| 1331 | build_numbers: YES |
| 1332 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
| 1333 | experiments { |
| 1334 | key: "luci.recipes.use_python3" |
| 1335 | value: 100 |
| 1336 | } |
| 1337 | } |
| 1338 | builders { |
Søren Gjesse | c00ff97 | 2023-11-20 16:03:55 +0100 | [diff] [blame] | 1339 | name: "linux-jdk21" |
| 1340 | swarming_host: "chrome-swarming.appspot.com" |
| 1341 | swarming_tags: "vpython:native-python-wrapper" |
| 1342 | dimensions: "cpu:x86-64" |
| 1343 | dimensions: "normal:true" |
| 1344 | dimensions: "os:Ubuntu-20.04" |
| 1345 | dimensions: "pool:luci.r8.ci" |
| 1346 | exe { |
| 1347 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 1348 | cipd_version: "refs/heads/master" |
| 1349 | cmd: "luciexe" |
| 1350 | } |
| 1351 | properties: |
| 1352 | '{' |
| 1353 | ' "builder_group": "internal.client.r8",' |
| 1354 | ' "recipe": "rex",' |
| 1355 | ' "test_options": [' |
| 1356 | ' "--runtimes=jdk21",' |
| 1357 | ' "--command_cache_dir=/tmp/ccache",' |
| 1358 | ' "--tool=r8",' |
| 1359 | ' "--no_internal",' |
| 1360 | ' "--one_line_per_test",' |
| 1361 | ' "--archive_failures"' |
| 1362 | ' ]' |
| 1363 | '}' |
| 1364 | priority: 26 |
| 1365 | execution_timeout_secs: 21600 |
| 1366 | expiration_secs: 126000 |
| 1367 | build_numbers: YES |
| 1368 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
| 1369 | experiments { |
| 1370 | key: "luci.recipes.use_python3" |
| 1371 | value: 100 |
| 1372 | } |
| 1373 | } |
| 1374 | builders { |
| 1375 | name: "linux-jdk21_release" |
| 1376 | swarming_host: "chrome-swarming.appspot.com" |
| 1377 | swarming_tags: "vpython:native-python-wrapper" |
| 1378 | dimensions: "cpu:x86-64" |
| 1379 | dimensions: "normal:true" |
| 1380 | dimensions: "os:Ubuntu-20.04" |
| 1381 | dimensions: "pool:luci.r8.ci" |
| 1382 | exe { |
| 1383 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 1384 | cipd_version: "refs/heads/master" |
| 1385 | cmd: "luciexe" |
| 1386 | } |
| 1387 | properties: |
| 1388 | '{' |
| 1389 | ' "builder_group": "internal.client.r8",' |
| 1390 | ' "recipe": "rex",' |
| 1391 | ' "test_options": [' |
| 1392 | ' "--runtimes=jdk21",' |
| 1393 | ' "--command_cache_dir=/tmp/ccache",' |
| 1394 | ' "--tool=r8",' |
| 1395 | ' "--no_internal",' |
| 1396 | ' "--one_line_per_test",' |
| 1397 | ' "--archive_failures"' |
| 1398 | ' ]' |
| 1399 | '}' |
| 1400 | priority: 26 |
| 1401 | execution_timeout_secs: 21600 |
| 1402 | expiration_secs: 126000 |
| 1403 | build_numbers: YES |
| 1404 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
| 1405 | experiments { |
| 1406 | key: "luci.recipes.use_python3" |
| 1407 | value: 100 |
| 1408 | } |
| 1409 | } |
| 1410 | builders { |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1411 | name: "linux-jdk8" |
| 1412 | swarming_host: "chrome-swarming.appspot.com" |
| 1413 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1414 | dimensions: "cpu:x86-64" |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1415 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 1416 | dimensions: "os:Ubuntu-20.04" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1417 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1418 | exe { |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1419 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 1420 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1421 | cmd: "luciexe" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1422 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1423 | properties: |
| 1424 | '{' |
| 1425 | ' "builder_group": "internal.client.r8",' |
| 1426 | ' "recipe": "rex",' |
| 1427 | ' "test_options": [' |
| 1428 | ' "--runtimes=jdk8",' |
Rico Wind | fd93710 | 2023-08-09 12:33:58 +0200 | [diff] [blame] | 1429 | ' "--command_cache_dir=/tmp/ccache",' |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1430 | ' "--tool=r8",' |
| 1431 | ' "--no_internal",' |
| 1432 | ' "--one_line_per_test",' |
| 1433 | ' "--archive_failures"' |
| 1434 | ' ]' |
| 1435 | '}' |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1436 | priority: 26 |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1437 | execution_timeout_secs: 21600 |
| 1438 | expiration_secs: 126000 |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1439 | build_numbers: YES |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1440 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | 55dfdde | 2021-09-27 09:30:31 +0200 | [diff] [blame] | 1441 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 1442 | key: "luci.recipes.use_python3" |
| 1443 | value: 100 |
| 1444 | } |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1445 | } |
| 1446 | builders { |
| 1447 | name: "linux-jdk8_release" |
| 1448 | swarming_host: "chrome-swarming.appspot.com" |
| 1449 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1450 | dimensions: "cpu:x86-64" |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1451 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 1452 | dimensions: "os:Ubuntu-20.04" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1453 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1454 | exe { |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1455 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 1456 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1457 | cmd: "luciexe" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1458 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1459 | properties: |
| 1460 | '{' |
| 1461 | ' "builder_group": "internal.client.r8",' |
| 1462 | ' "recipe": "rex",' |
| 1463 | ' "test_options": [' |
| 1464 | ' "--runtimes=jdk8",' |
Rico Wind | fd93710 | 2023-08-09 12:33:58 +0200 | [diff] [blame] | 1465 | ' "--command_cache_dir=/tmp/ccache",' |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1466 | ' "--tool=r8",' |
| 1467 | ' "--no_internal",' |
| 1468 | ' "--one_line_per_test",' |
| 1469 | ' "--archive_failures"' |
| 1470 | ' ]' |
| 1471 | '}' |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1472 | priority: 26 |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1473 | execution_timeout_secs: 21600 |
| 1474 | expiration_secs: 126000 |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1475 | build_numbers: YES |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1476 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | 55dfdde | 2021-09-27 09:30:31 +0200 | [diff] [blame] | 1477 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 1478 | key: "luci.recipes.use_python3" |
| 1479 | value: 100 |
| 1480 | } |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1481 | } |
| 1482 | builders { |
| 1483 | name: "linux-jdk9" |
| 1484 | swarming_host: "chrome-swarming.appspot.com" |
| 1485 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1486 | dimensions: "cpu:x86-64" |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1487 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 1488 | dimensions: "os:Ubuntu-20.04" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1489 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1490 | exe { |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1491 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 1492 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1493 | cmd: "luciexe" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1494 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1495 | properties: |
| 1496 | '{' |
| 1497 | ' "builder_group": "internal.client.r8",' |
| 1498 | ' "recipe": "rex",' |
| 1499 | ' "test_options": [' |
| 1500 | ' "--runtimes=jdk9",' |
Rico Wind | fd93710 | 2023-08-09 12:33:58 +0200 | [diff] [blame] | 1501 | ' "--command_cache_dir=/tmp/ccache",' |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1502 | ' "--tool=r8",' |
| 1503 | ' "--no_internal",' |
| 1504 | ' "--one_line_per_test",' |
| 1505 | ' "--archive_failures"' |
| 1506 | ' ]' |
| 1507 | '}' |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1508 | priority: 26 |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1509 | execution_timeout_secs: 21600 |
| 1510 | expiration_secs: 126000 |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1511 | build_numbers: YES |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1512 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | 55dfdde | 2021-09-27 09:30:31 +0200 | [diff] [blame] | 1513 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 1514 | key: "luci.recipes.use_python3" |
| 1515 | value: 100 |
| 1516 | } |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1517 | } |
| 1518 | builders { |
| 1519 | name: "linux-jdk9_release" |
| 1520 | swarming_host: "chrome-swarming.appspot.com" |
| 1521 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1522 | dimensions: "cpu:x86-64" |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1523 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 1524 | dimensions: "os:Ubuntu-20.04" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1525 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1526 | exe { |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1527 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 1528 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1529 | cmd: "luciexe" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1530 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1531 | properties: |
| 1532 | '{' |
| 1533 | ' "builder_group": "internal.client.r8",' |
| 1534 | ' "recipe": "rex",' |
| 1535 | ' "test_options": [' |
| 1536 | ' "--runtimes=jdk9",' |
Rico Wind | fd93710 | 2023-08-09 12:33:58 +0200 | [diff] [blame] | 1537 | ' "--command_cache_dir=/tmp/ccache",' |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1538 | ' "--tool=r8",' |
| 1539 | ' "--no_internal",' |
| 1540 | ' "--one_line_per_test",' |
| 1541 | ' "--archive_failures"' |
| 1542 | ' ]' |
| 1543 | '}' |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1544 | priority: 26 |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1545 | execution_timeout_secs: 21600 |
| 1546 | expiration_secs: 126000 |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1547 | build_numbers: YES |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1548 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | 55dfdde | 2021-09-27 09:30:31 +0200 | [diff] [blame] | 1549 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 1550 | key: "luci.recipes.use_python3" |
| 1551 | value: 100 |
| 1552 | } |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1553 | } |
| 1554 | builders { |
Rico Wind | e641310 | 2021-09-28 10:54:23 +0200 | [diff] [blame] | 1555 | name: "linux-kotlin_dev" |
Rico Wind | daea344 | 2021-09-23 12:47:16 +0200 | [diff] [blame] | 1556 | swarming_host: "chrome-swarming.appspot.com" |
| 1557 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | daea344 | 2021-09-23 12:47:16 +0200 | [diff] [blame] | 1558 | dimensions: "cpu:x86-64" |
Rico Wind | 093b16e | 2023-09-25 12:32:01 +0200 | [diff] [blame] | 1559 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 1560 | dimensions: "os:Ubuntu-20.04" |
Rico Wind | daea344 | 2021-09-23 12:47:16 +0200 | [diff] [blame] | 1561 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1562 | exe { |
Rico Wind | daea344 | 2021-09-23 12:47:16 +0200 | [diff] [blame] | 1563 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 1564 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1565 | cmd: "luciexe" |
Rico Wind | daea344 | 2021-09-23 12:47:16 +0200 | [diff] [blame] | 1566 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1567 | properties: |
| 1568 | '{' |
| 1569 | ' "builder_group": "internal.client.r8",' |
| 1570 | ' "recipe": "rex",' |
| 1571 | ' "test_options": [' |
| 1572 | ' "--runtimes=dex-default:jdk11",' |
| 1573 | ' "--kotlin-compiler-dev",' |
| 1574 | ' "--one_line_per_test",' |
| 1575 | ' "--archive_failures",' |
| 1576 | ' "--no-internal",' |
| 1577 | ' "*kotlin*",' |
| 1578 | ' "*debug*"' |
| 1579 | ' ]' |
| 1580 | '}' |
Rico Wind | daea344 | 2021-09-23 12:47:16 +0200 | [diff] [blame] | 1581 | priority: 26 |
| 1582 | execution_timeout_secs: 43200 |
| 1583 | expiration_secs: 126000 |
| 1584 | build_numbers: YES |
| 1585 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | 55dfdde | 2021-09-27 09:30:31 +0200 | [diff] [blame] | 1586 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 1587 | key: "luci.recipes.use_python3" |
| 1588 | value: 100 |
| 1589 | } |
Rico Wind | daea344 | 2021-09-23 12:47:16 +0200 | [diff] [blame] | 1590 | } |
| 1591 | builders { |
Morten Krogh-Jespersen | 199b06b | 2021-11-26 13:30:29 +0100 | [diff] [blame] | 1592 | name: "linux-kotlin_old" |
| 1593 | swarming_host: "chrome-swarming.appspot.com" |
| 1594 | swarming_tags: "vpython:native-python-wrapper" |
Morten Krogh-Jespersen | 199b06b | 2021-11-26 13:30:29 +0100 | [diff] [blame] | 1595 | dimensions: "cpu:x86-64" |
Rico Wind | 093b16e | 2023-09-25 12:32:01 +0200 | [diff] [blame] | 1596 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 1597 | dimensions: "os:Ubuntu-20.04" |
Morten Krogh-Jespersen | 199b06b | 2021-11-26 13:30:29 +0100 | [diff] [blame] | 1598 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1599 | exe { |
Morten Krogh-Jespersen | 199b06b | 2021-11-26 13:30:29 +0100 | [diff] [blame] | 1600 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 1601 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1602 | cmd: "luciexe" |
Morten Krogh-Jespersen | 199b06b | 2021-11-26 13:30:29 +0100 | [diff] [blame] | 1603 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1604 | properties: |
| 1605 | '{' |
| 1606 | ' "builder_group": "internal.client.r8",' |
| 1607 | ' "recipe": "rex",' |
| 1608 | ' "test_options": [' |
| 1609 | ' "--runtimes=dex-default:jdk11",' |
| 1610 | ' "--kotlin-compiler-old",' |
| 1611 | ' "--one_line_per_test",' |
| 1612 | ' "--archive_failures",' |
| 1613 | ' "--no-internal",' |
| 1614 | ' "*kotlin*",' |
| 1615 | ' "*debug*"' |
| 1616 | ' ]' |
| 1617 | '}' |
Morten Krogh-Jespersen | 199b06b | 2021-11-26 13:30:29 +0100 | [diff] [blame] | 1618 | priority: 26 |
| 1619 | execution_timeout_secs: 43200 |
| 1620 | expiration_secs: 126000 |
| 1621 | build_numbers: YES |
| 1622 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
| 1623 | experiments { |
| 1624 | key: "luci.recipes.use_python3" |
| 1625 | value: 100 |
| 1626 | } |
Morten Krogh-Jespersen | 199b06b | 2021-11-26 13:30:29 +0100 | [diff] [blame] | 1627 | } |
| 1628 | builders { |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1629 | name: "linux-none" |
| 1630 | swarming_host: "chrome-swarming.appspot.com" |
| 1631 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1632 | dimensions: "cpu:x86-64" |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1633 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 1634 | dimensions: "os:Ubuntu-20.04" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1635 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1636 | exe { |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1637 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 1638 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1639 | cmd: "luciexe" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1640 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1641 | properties: |
| 1642 | '{' |
| 1643 | ' "builder_group": "internal.client.r8",' |
| 1644 | ' "recipe": "rex",' |
| 1645 | ' "test_options": [' |
| 1646 | ' "--runtimes=none",' |
Rico Wind | fd93710 | 2023-08-09 12:33:58 +0200 | [diff] [blame] | 1647 | ' "--command_cache_dir=/tmp/ccache",' |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1648 | ' "--tool=r8",' |
| 1649 | ' "--no_internal",' |
| 1650 | ' "--one_line_per_test",' |
| 1651 | ' "--archive_failures"' |
| 1652 | ' ]' |
| 1653 | '}' |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1654 | priority: 26 |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1655 | execution_timeout_secs: 21600 |
| 1656 | expiration_secs: 126000 |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1657 | build_numbers: YES |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1658 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | 55dfdde | 2021-09-27 09:30:31 +0200 | [diff] [blame] | 1659 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 1660 | key: "luci.recipes.use_python3" |
| 1661 | value: 100 |
| 1662 | } |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1663 | } |
| 1664 | builders { |
| 1665 | name: "linux-none_release" |
| 1666 | swarming_host: "chrome-swarming.appspot.com" |
| 1667 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1668 | dimensions: "cpu:x86-64" |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1669 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 1670 | dimensions: "os:Ubuntu-20.04" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1671 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1672 | exe { |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1673 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 1674 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1675 | cmd: "luciexe" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1676 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1677 | properties: |
| 1678 | '{' |
| 1679 | ' "builder_group": "internal.client.r8",' |
| 1680 | ' "recipe": "rex",' |
| 1681 | ' "test_options": [' |
| 1682 | ' "--runtimes=none",' |
Rico Wind | fd93710 | 2023-08-09 12:33:58 +0200 | [diff] [blame] | 1683 | ' "--command_cache_dir=/tmp/ccache",' |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1684 | ' "--tool=r8",' |
| 1685 | ' "--no_internal",' |
| 1686 | ' "--one_line_per_test",' |
| 1687 | ' "--archive_failures"' |
| 1688 | ' ]' |
| 1689 | '}' |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1690 | priority: 26 |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1691 | execution_timeout_secs: 21600 |
| 1692 | expiration_secs: 126000 |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1693 | build_numbers: YES |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1694 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | 55dfdde | 2021-09-27 09:30:31 +0200 | [diff] [blame] | 1695 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 1696 | key: "luci.recipes.use_python3" |
| 1697 | value: 100 |
| 1698 | } |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1699 | } |
| 1700 | builders { |
Rico Wind | daea344 | 2021-09-23 12:47:16 +0200 | [diff] [blame] | 1701 | name: "linux-run-on-app-dump" |
| 1702 | swarming_host: "chrome-swarming.appspot.com" |
| 1703 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | daea344 | 2021-09-23 12:47:16 +0200 | [diff] [blame] | 1704 | dimensions: "cpu:x86-64" |
Rico Wind | 093b16e | 2023-09-25 12:32:01 +0200 | [diff] [blame] | 1705 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 1706 | dimensions: "os:Ubuntu-20.04" |
Rico Wind | daea344 | 2021-09-23 12:47:16 +0200 | [diff] [blame] | 1707 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1708 | exe { |
Rico Wind | daea344 | 2021-09-23 12:47:16 +0200 | [diff] [blame] | 1709 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 1710 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1711 | cmd: "luciexe" |
Rico Wind | daea344 | 2021-09-23 12:47:16 +0200 | [diff] [blame] | 1712 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1713 | properties: |
| 1714 | '{' |
| 1715 | ' "builder_group": "internal.client.r8",' |
| 1716 | ' "recipe": "rex",' |
| 1717 | ' "test_options": [' |
Christoffer Quist Adamsen | 608ee59 | 2023-08-24 11:01:22 +0200 | [diff] [blame] | 1718 | ' "--bot",' |
| 1719 | ' "--workers",' |
| 1720 | ' "4"' |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1721 | ' ],' |
| 1722 | ' "test_wrapper": "tools/run_on_app_dump.py"' |
| 1723 | '}' |
Rico Wind | daea344 | 2021-09-23 12:47:16 +0200 | [diff] [blame] | 1724 | priority: 26 |
| 1725 | execution_timeout_secs: 43200 |
| 1726 | expiration_secs: 126000 |
| 1727 | build_numbers: YES |
| 1728 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | 55dfdde | 2021-09-27 09:30:31 +0200 | [diff] [blame] | 1729 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 1730 | key: "luci.recipes.use_python3" |
| 1731 | value: 100 |
| 1732 | } |
Rico Wind | daea344 | 2021-09-23 12:47:16 +0200 | [diff] [blame] | 1733 | } |
| 1734 | builders { |
| 1735 | name: "linux-run-on-app-dump_release" |
| 1736 | swarming_host: "chrome-swarming.appspot.com" |
| 1737 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | daea344 | 2021-09-23 12:47:16 +0200 | [diff] [blame] | 1738 | dimensions: "cpu:x86-64" |
Rico Wind | 093b16e | 2023-09-25 12:32:01 +0200 | [diff] [blame] | 1739 | dimensions: "normal:true" |
Rico Wind | 3244aac | 2023-03-27 13:49:17 +0200 | [diff] [blame] | 1740 | dimensions: "os:Ubuntu-20.04" |
Rico Wind | daea344 | 2021-09-23 12:47:16 +0200 | [diff] [blame] | 1741 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1742 | exe { |
Rico Wind | daea344 | 2021-09-23 12:47:16 +0200 | [diff] [blame] | 1743 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 1744 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1745 | cmd: "luciexe" |
Rico Wind | daea344 | 2021-09-23 12:47:16 +0200 | [diff] [blame] | 1746 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1747 | properties: |
| 1748 | '{' |
| 1749 | ' "builder_group": "internal.client.r8",' |
| 1750 | ' "recipe": "rex",' |
| 1751 | ' "test_options": [' |
Christoffer Quist Adamsen | 608ee59 | 2023-08-24 11:01:22 +0200 | [diff] [blame] | 1752 | ' "--bot",' |
| 1753 | ' "--workers",' |
| 1754 | ' "4"' |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1755 | ' ],' |
| 1756 | ' "test_wrapper": "tools/run_on_app_dump.py"' |
| 1757 | '}' |
Rico Wind | daea344 | 2021-09-23 12:47:16 +0200 | [diff] [blame] | 1758 | priority: 26 |
| 1759 | execution_timeout_secs: 43200 |
| 1760 | expiration_secs: 126000 |
| 1761 | build_numbers: YES |
| 1762 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | 55dfdde | 2021-09-27 09:30:31 +0200 | [diff] [blame] | 1763 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 1764 | key: "luci.recipes.use_python3" |
| 1765 | value: 100 |
| 1766 | } |
Rico Wind | daea344 | 2021-09-23 12:47:16 +0200 | [diff] [blame] | 1767 | } |
| 1768 | builders { |
Søren Gjesse | ceb85a8 | 2023-04-26 09:58:03 +0200 | [diff] [blame] | 1769 | name: "smali" |
| 1770 | swarming_host: "chrome-swarming.appspot.com" |
| 1771 | swarming_tags: "vpython:native-python-wrapper" |
Søren Gjesse | ceb85a8 | 2023-04-26 09:58:03 +0200 | [diff] [blame] | 1772 | dimensions: "cpu:x86-64" |
Rico Wind | 093b16e | 2023-09-25 12:32:01 +0200 | [diff] [blame] | 1773 | dimensions: "normal:true" |
Søren Gjesse | ceb85a8 | 2023-04-26 09:58:03 +0200 | [diff] [blame] | 1774 | dimensions: "os:Ubuntu-20.04" |
| 1775 | dimensions: "pool:luci.r8.ci" |
| 1776 | exe { |
| 1777 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 1778 | cipd_version: "refs/heads/master" |
| 1779 | cmd: "luciexe" |
| 1780 | } |
| 1781 | properties: |
| 1782 | '{' |
| 1783 | ' "builder_group": "internal.client.smali",' |
| 1784 | ' "recipe": "rex",' |
| 1785 | ' "test_wrapper": "tools/archive_smali.py"' |
| 1786 | '}' |
| 1787 | priority: 26 |
| 1788 | execution_timeout_secs: 43200 |
| 1789 | expiration_secs: 126000 |
| 1790 | build_numbers: YES |
| 1791 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
| 1792 | experiments { |
| 1793 | key: "luci.recipes.use_python3" |
| 1794 | value: 100 |
| 1795 | } |
| 1796 | } |
| 1797 | builders { |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1798 | name: "windows" |
| 1799 | swarming_host: "chrome-swarming.appspot.com" |
| 1800 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1801 | dimensions: "cpu:x86-64" |
Rico Wind | 093b16e | 2023-09-25 12:32:01 +0200 | [diff] [blame] | 1802 | dimensions: "normal:true" |
Rico Wind | e641310 | 2021-09-28 10:54:23 +0200 | [diff] [blame] | 1803 | dimensions: "os:Windows-10" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1804 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1805 | exe { |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1806 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 1807 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1808 | cmd: "luciexe" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1809 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1810 | properties: |
| 1811 | '{' |
| 1812 | ' "builder_group": "internal.client.r8",' |
| 1813 | ' "recipe": "rex",' |
| 1814 | ' "test_options": [' |
| 1815 | ' "--all_tests",' |
| 1816 | ' "--tool=r8",' |
| 1817 | ' "--no_internal",' |
| 1818 | ' "--one_line_per_test",' |
| 1819 | ' "--archive_failures"' |
| 1820 | ' ]' |
| 1821 | '}' |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1822 | priority: 26 |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1823 | execution_timeout_secs: 21600 |
| 1824 | expiration_secs: 126000 |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1825 | build_numbers: YES |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1826 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | 55dfdde | 2021-09-27 09:30:31 +0200 | [diff] [blame] | 1827 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 1828 | key: "luci.recipes.use_python3" |
| 1829 | value: 100 |
| 1830 | } |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1831 | } |
| 1832 | builders { |
| 1833 | name: "windows_release" |
| 1834 | swarming_host: "chrome-swarming.appspot.com" |
| 1835 | swarming_tags: "vpython:native-python-wrapper" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1836 | dimensions: "cpu:x86-64" |
Rico Wind | 093b16e | 2023-09-25 12:32:01 +0200 | [diff] [blame] | 1837 | dimensions: "normal:true" |
Rico Wind | e641310 | 2021-09-28 10:54:23 +0200 | [diff] [blame] | 1838 | dimensions: "os:Windows-10" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1839 | dimensions: "pool:luci.r8.ci" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1840 | exe { |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1841 | cipd_package: "infra_internal/recipe_bundles/chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave" |
| 1842 | cipd_version: "refs/heads/master" |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1843 | cmd: "luciexe" |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1844 | } |
Rico Wind | 127c231 | 2021-12-09 07:31:56 +0100 | [diff] [blame] | 1845 | properties: |
| 1846 | '{' |
| 1847 | ' "builder_group": "internal.client.r8",' |
| 1848 | ' "recipe": "rex",' |
| 1849 | ' "test_options": [' |
| 1850 | ' "--all_tests",' |
| 1851 | ' "--tool=r8",' |
| 1852 | ' "--no_internal",' |
| 1853 | ' "--one_line_per_test",' |
| 1854 | ' "--archive_failures"' |
| 1855 | ' ]' |
| 1856 | '}' |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1857 | priority: 26 |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1858 | execution_timeout_secs: 21600 |
| 1859 | expiration_secs: 126000 |
Rico Wind | 18d5b6f | 2021-07-09 09:56:57 +0200 | [diff] [blame] | 1860 | build_numbers: YES |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1861 | service_account: "r8-ci-builder@chops-service-accounts.iam.gserviceaccount.com" |
Andrii Shyshkalov | 55dfdde | 2021-09-27 09:30:31 +0200 | [diff] [blame] | 1862 | experiments { |
Rico Wind | cbe8bc8 | 2021-10-27 12:53:32 +0200 | [diff] [blame] | 1863 | key: "luci.recipes.use_python3" |
| 1864 | value: 100 |
| 1865 | } |
Rico Wind | f57799f | 2021-07-08 15:45:45 +0200 | [diff] [blame] | 1866 | } |
| 1867 | } |
| 1868 | } |