1
1
---
2
2
tasks :
3
- ubuntu2004 :
4
- platform : ubuntu2004
3
+ ubuntu2204 :
4
+ platform : ubuntu2204
5
5
build_targets :
6
6
- " //..."
7
7
test_targets :
8
8
- " //..."
9
9
test_flags :
10
10
- " --@aspect_rules_lint//lint:fail_on_violation"
11
- rbe_ubuntu2004 :
12
- platform : rbe_ubuntu2004
11
+ rbe_ubuntu2204 :
12
+ platform : rbe_ubuntu2204
13
13
build_targets :
14
14
- " //..."
15
15
test_targets :
69
69
- " --spawn_strategy=standalone"
70
70
- " --noenable_bzlmod"
71
71
- " --enable_workspace"
72
- ubuntu2004_examples :
72
+ ubuntu2204_examples :
73
73
name : Examples
74
- platform : ubuntu2004
74
+ platform : ubuntu2204
75
75
working_directory : examples
76
76
linux_targets : &linux_targets
77
77
- " //..."
84
84
test_flags :
85
85
- " --noenable_bzlmod"
86
86
- " --enable_workspace"
87
- ubuntu2004_examples_bzlmod :
87
+ ubuntu2204_examples_bzlmod :
88
88
name : Examples (bzlmod)
89
- platform : ubuntu2004
89
+ platform : ubuntu2204
90
90
working_directory : examples
91
91
linux_targets : &linux_targets_bzlmod
92
92
- " //..."
97
97
test_targets : *linux_targets_bzlmod
98
98
build_flags :
99
99
- " --enable_bzlmod"
100
- rbe_ubuntu2004_examples :
100
+ rbe_ubuntu2204_examples :
101
101
name : Examples
102
- platform : rbe_ubuntu2004
102
+ platform : rbe_ubuntu2204
103
103
working_directory : examples
104
104
rbe_targets : &rbe_targets
105
105
- " //..."
@@ -193,15 +193,15 @@ tasks:
193
193
test_flags :
194
194
- " --noenable_bzlmod"
195
195
- " --enable_workspace"
196
- rbe_ubuntu2004_flags :
196
+ rbe_ubuntu2204_flags :
197
197
name : Flags
198
- platform : rbe_ubuntu2004
198
+ platform : rbe_ubuntu2204
199
199
working_directory : test/standard_cxx_flags_test
200
200
test_targets :
201
201
- " //:flags_test"
202
- ubuntu2004_flags :
202
+ ubuntu2204_flags :
203
203
name : Flags
204
- platform : ubuntu2004
204
+ platform : ubuntu2204
205
205
working_directory : test/standard_cxx_flags_test
206
206
test_targets :
207
207
- " //:flags_test"
@@ -217,15 +217,15 @@ tasks:
217
217
working_directory : test/standard_cxx_flags_test
218
218
test_targets :
219
219
- " //:flags_test"
220
- rbe_ubuntu2004_detect_root :
220
+ rbe_ubuntu2204_detect_root :
221
221
name : Detect root
222
- platform : rbe_ubuntu2004
222
+ platform : rbe_ubuntu2204
223
223
working_directory : test/detect_root_test
224
224
test_targets :
225
225
- " //:tests"
226
- ubuntu2004_detect_root :
226
+ ubuntu2204_detect_root :
227
227
name : Detect root
228
- platform : ubuntu2004
228
+ platform : ubuntu2204
229
229
working_directory : test/detect_root_test
230
230
test_targets :
231
231
- " //:tests"
@@ -243,15 +243,15 @@ tasks:
243
243
- " //:tests"
244
244
docs_linux :
245
245
name : Docs
246
- platform : ubuntu2004
246
+ platform : ubuntu2204
247
247
working_directory : docs
248
248
build_targets :
249
249
- //...
250
250
min_supported_version :
251
251
name : " Minimum Supported Version"
252
252
bazel : " 7.4.1"
253
253
skip_in_bazel_downstream_pipeline : " Duplicates tests in other targets"
254
- platform : ubuntu1804
254
+ platform : ubuntu2204
255
255
build_targets :
256
256
- " //..."
257
257
test_targets :
@@ -260,7 +260,7 @@ tasks:
260
260
name : " Minimum Supported Version Examples"
261
261
bazel : " 6.5.0"
262
262
skip_in_bazel_downstream_pipeline : " Duplicates tests in other targets"
263
- platform : ubuntu1804
263
+ platform : ubuntu2204
264
264
working_directory : examples
265
265
min_supported_targets : &min_supported_targets
266
266
- " --"
0 commit comments