@@ -91,20 +91,20 @@ tasks:
91
91
<< : *common_workspace_flags_min_bazel
92
92
<< : *minimum_supported_version
93
93
name : " Gazelle: workspace, minimum supported Bazel version"
94
- platform : ubuntu2004
94
+ platform : ubuntu2204
95
95
build_targets : ["//..."]
96
96
test_targets : ["//..."]
97
97
working_directory : gazelle
98
98
gazelle_extension_workspace :
99
99
<< : *common_workspace_flags
100
100
name : " Gazelle: workspace"
101
- platform : ubuntu2004
101
+ platform : ubuntu2204
102
102
build_targets : ["//..."]
103
103
test_targets : ["//..."]
104
104
working_directory : gazelle
105
105
gazelle_extension :
106
106
name : " Gazelle: default settings"
107
- platform : ubuntu2004
107
+ platform : ubuntu2204
108
108
build_targets : ["//..."]
109
109
test_targets : ["//..."]
110
110
working_directory : gazelle
@@ -114,28 +114,28 @@ tasks:
114
114
<< : *reusable_config
115
115
<< : *common_workspace_flags_min_bazel
116
116
name : " Default: Ubuntu, workspace, minimum Bazel"
117
- platform : ubuntu2004
117
+ platform : ubuntu2204
118
118
119
119
ubuntu_min_bzlmod :
120
120
<< : *minimum_supported_version
121
121
<< : *reusable_config
122
122
name : " Default: Ubuntu, bzlmod, minimum Bazel"
123
- platform : ubuntu2004
123
+ platform : ubuntu2204
124
124
bazel : 7.x
125
125
ubuntu :
126
126
<< : *reusable_config
127
127
name : " Default: Ubuntu"
128
- platform : ubuntu2004
128
+ platform : ubuntu2204
129
129
ubuntu_upcoming :
130
130
<< : *reusable_config
131
131
name : " Default: Ubuntu, upcoming Bazel"
132
- platform : ubuntu2004
132
+ platform : ubuntu2204
133
133
bazel : last_rc
134
134
ubuntu_workspace :
135
135
<< : *reusable_config
136
136
<< : *common_workspace_flags
137
137
name : " Default: Ubuntu, workspace"
138
- platform : ubuntu2004
138
+ platform : ubuntu2204
139
139
mac_workspace :
140
140
<< : *reusable_config
141
141
<< : *common_workspace_flags
@@ -185,7 +185,7 @@ tasks:
185
185
<< : *minimum_supported_version
186
186
<< : *reusable_config
187
187
name : " RBE: Ubuntu, minimum Bazel"
188
- platform : rbe_ubuntu2004
188
+ platform : rbe_ubuntu2204
189
189
build_flags :
190
190
# BazelCI sets --action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1,
191
191
# which prevents cc toolchain autodetection from working correctly
@@ -203,7 +203,7 @@ tasks:
203
203
rbe :
204
204
<< : *reusable_config
205
205
name : " RBE: Ubuntu"
206
- platform : rbe_ubuntu2004
206
+ platform : rbe_ubuntu2204
207
207
# TODO @aignas 2024-12-11: get the RBE working in CI for bazel 8.0
208
208
# See https://github.com/bazelbuild/rules_python/issues/2499
209
209
bazel : 7.x
@@ -217,13 +217,13 @@ tasks:
217
217
<< : *common_workspace_flags_min_bazel
218
218
name : " examples/build_file_generation: Ubuntu, workspace, minimum Bazel"
219
219
working_directory : examples/build_file_generation
220
- platform : ubuntu2004
220
+ platform : ubuntu2204
221
221
integration_test_build_file_generation_ubuntu_workspace :
222
222
<< : *reusable_build_test_all
223
223
<< : *common_workspace_flags
224
224
name : " examples/build_file_generation: Ubuntu, workspace"
225
225
working_directory : examples/build_file_generation
226
- platform : ubuntu2004
226
+ platform : ubuntu2204
227
227
integration_test_build_file_generation_debian_workspace :
228
228
<< : *reusable_build_test_all
229
229
<< : *common_workspace_flags
@@ -249,21 +249,21 @@ tasks:
249
249
coverage_targets : ["//:test"]
250
250
name : " examples/bzlmod: Ubuntu, minimum Bazel"
251
251
working_directory : examples/bzlmod
252
- platform : ubuntu2004
252
+ platform : ubuntu2204
253
253
bazel : 7.x
254
254
integration_test_bzlmod_ubuntu :
255
255
<< : *reusable_build_test_all
256
256
<< : *coverage_targets_example_bzlmod
257
257
name : " examples/bzlmod: Ubuntu"
258
258
working_directory : examples/bzlmod
259
- platform : ubuntu2004
259
+ platform : ubuntu2204
260
260
bazel : 7.x
261
261
integration_test_bzlmod_ubuntu_upcoming :
262
262
<< : *reusable_build_test_all
263
263
<< : *coverage_targets_example_bzlmod
264
264
name : " examples/bzlmod: Ubuntu, upcoming Bazel"
265
265
working_directory : examples/bzlmod
266
- platform : ubuntu2004
266
+ platform : ubuntu2204
267
267
bazel : last_rc
268
268
integration_test_bzlmod_debian :
269
269
<< : *reusable_build_test_all
@@ -276,7 +276,7 @@ tasks:
276
276
<< : *reusable_build_test_all
277
277
name : " examples/bzlmod: bazel vendor"
278
278
working_directory : examples/bzlmod
279
- platform : ubuntu2004
279
+ platform : ubuntu2204
280
280
shell_commands :
281
281
- " bazel vendor --vendor_dir=./vendor //..."
282
282
- " bazel build --vendor_dir=./vendor //..."
@@ -316,19 +316,19 @@ tasks:
316
316
<< : *coverage_targets_example_bzlmod_build_file_generation
317
317
name : " examples/bzlmod_build_file_generation: Ubuntu, minimum Bazel"
318
318
working_directory : examples/bzlmod_build_file_generation
319
- platform : ubuntu2004
319
+ platform : ubuntu2204
320
320
bazel : 7.x
321
321
integration_test_bzlmod_generation_build_files_ubuntu :
322
322
<< : *reusable_build_test_all
323
323
<< : *coverage_targets_example_bzlmod_build_file_generation
324
324
name : " examples/bzlmod_build_file_generation: Ubuntu"
325
325
working_directory : examples/bzlmod_build_file_generation
326
- platform : ubuntu2004
326
+ platform : ubuntu2204
327
327
integration_test_bzlmod_generation_build_files_ubuntu_run :
328
328
<< : *reusable_build_test_all
329
329
name : " examples/bzlmod_build_file_generation: Ubuntu, Gazelle and pip"
330
330
working_directory : examples/bzlmod_build_file_generation
331
- platform : ubuntu2004
331
+ platform : ubuntu2204
332
332
shell_commands :
333
333
- " bazel run //:gazelle_python_manifest.update"
334
334
- " bazel run //:gazelle -- update"
@@ -357,7 +357,7 @@ tasks:
357
357
<< : *coverage_targets_example_multi_python
358
358
name : " examples/multi_python_versions: Ubuntu, workspace"
359
359
working_directory : examples/multi_python_versions
360
- platform : ubuntu2004
360
+ platform : ubuntu2204
361
361
integration_test_multi_python_versions_debian_workspace :
362
362
<< : *reusable_build_test_all
363
363
<< : *common_workspace_flags
@@ -386,19 +386,19 @@ tasks:
386
386
<< : *reusable_build_test_all
387
387
name : " examples/pip_parse: Ubuntu, workspace, minimum supported Bazel version"
388
388
working_directory : examples/pip_parse
389
- platform : ubuntu2004
389
+ platform : ubuntu2204
390
390
integration_test_pip_parse_ubuntu_min_bzlmod :
391
391
<< : *minimum_supported_version
392
392
<< : *reusable_build_test_all
393
393
name : " examples/pip_parse: Ubuntu, bzlmod, minimum supported Bazel version"
394
394
working_directory : examples/pip_parse
395
- platform : ubuntu2004
395
+ platform : ubuntu2204
396
396
bazel : 7.x
397
397
integration_test_pip_parse_ubuntu :
398
398
<< : *reusable_build_test_all
399
399
name : " examples/pip_parse: Ubuntu"
400
400
working_directory : examples/pip_parse
401
- platform : ubuntu2004
401
+ platform : ubuntu2204
402
402
integration_test_pip_parse_debian :
403
403
<< : *reusable_build_test_all
404
404
name : " examples/pip_parse: Debian"
@@ -421,13 +421,13 @@ tasks:
421
421
<< : *reusable_build_test_all
422
422
name : " examples/pip_parse_vendored: Ubuntu, workspace, minimum Bazel"
423
423
working_directory : examples/pip_parse_vendored
424
- platform : ubuntu2004
424
+ platform : ubuntu2204
425
425
integration_test_pip_parse_vendored_ubuntu :
426
426
<< : *reusable_build_test_all
427
427
<< : *common_workspace_flags
428
428
name : " examples/pip_parse_vendored: Ubuntu"
429
429
working_directory : examples/pip_parse_vendored
430
- platform : ubuntu2004
430
+ platform : ubuntu2204
431
431
integration_test_pip_parse_vendored_debian :
432
432
<< : *reusable_build_test_all
433
433
<< : *common_workspace_flags
@@ -450,7 +450,7 @@ tasks:
450
450
<< : *common_workspace_flags
451
451
name : " examples/py_proto_library: Ubuntu, workspace"
452
452
working_directory : examples/py_proto_library
453
- platform : ubuntu2004
453
+ platform : ubuntu2204
454
454
integration_test_py_proto_library_debian_workspace :
455
455
<< : *reusable_build_test_all
456
456
<< : *common_workspace_flags
@@ -475,7 +475,7 @@ tasks:
475
475
<< : *common_workspace_flags
476
476
name : " examples/pip_repository_annotations: Ubuntu, workspace"
477
477
working_directory : examples/pip_repository_annotations
478
- platform : ubuntu2004
478
+ platform : ubuntu2204
479
479
integration_test_pip_repository_annotations_debian_workspace :
480
480
<< : *reusable_build_test_all
481
481
<< : *common_workspace_flags
@@ -498,7 +498,7 @@ tasks:
498
498
integration_test_bazelinbazel_ubuntu :
499
499
<< : *common_bazelinbazel_config
500
500
name : " tests/integration bazel-in-bazel: Ubuntu"
501
- platform : ubuntu2004
501
+ platform : ubuntu2204
502
502
integration_test_bazelinbazel_debian :
503
503
<< : *common_bazelinbazel_config
504
504
name : " tests/integration bazel-in-bazel: Debian"
@@ -508,7 +508,7 @@ tasks:
508
508
<< : *reusable_build_test_all
509
509
name : " compile_pip_requirements: Ubuntu"
510
510
working_directory : tests/integration/compile_pip_requirements
511
- platform : ubuntu2004
511
+ platform : ubuntu2204
512
512
shell_commands :
513
513
# Make a change to the locked requirements and then assert that //:requirements.update does the
514
514
# right thing.
@@ -596,23 +596,23 @@ tasks:
596
596
<< : *common_workspace_flags_min_bazel
597
597
name : " compile_pip_requirements_test_from_external_repo: Ubuntu, workspace, minimum Bazel"
598
598
working_directory : tests/integration/compile_pip_requirements_test_from_external_repo
599
- platform : ubuntu2004
599
+ platform : ubuntu2204
600
600
shell_commands :
601
601
# Assert that @compile_pip_requirements//:requirements_test does the right thing.
602
602
- " bazel test @compile_pip_requirements//..."
603
603
integration_compile_pip_requirements_test_from_external_repo_ubuntu_min_bzlmod :
604
604
<< : *minimum_supported_version
605
605
name : " compile_pip_requirements_test_from_external_repo: Ubuntu, bzlmod, minimum Bazel"
606
606
working_directory : tests/integration/compile_pip_requirements_test_from_external_repo
607
- platform : ubuntu2004
607
+ platform : ubuntu2204
608
608
bazel : 7.x
609
609
shell_commands :
610
610
# Assert that @compile_pip_requirements//:requirements_test does the right thing.
611
611
- " bazel test @compile_pip_requirements//..."
612
612
integration_compile_pip_requirements_test_from_external_repo_ubuntu :
613
613
name : " compile_pip_requirements_test_from_external_repo: Ubuntu"
614
614
working_directory : tests/integration/compile_pip_requirements_test_from_external_repo
615
- platform : ubuntu2004
615
+ platform : ubuntu2204
616
616
shell_commands :
617
617
# Assert that @compile_pip_requirements//:requirements_test does the right thing.
618
618
- " bazel test @compile_pip_requirements//..."
0 commit comments