Skip to content

Commit 53c19bb

Browse files
author
James Sharpe
authored
chore: Bump min OS in CI as Ubuntu 20.04 is now EOL (#1408)
1 parent cb674ad commit 53c19bb

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

.bazelci/config.yaml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
tasks:
3-
ubuntu2004:
4-
platform: ubuntu2004
3+
ubuntu2204:
4+
platform: ubuntu2204
55
build_targets:
66
- "//..."
77
test_targets:
88
- "//..."
99
test_flags:
1010
- "--@aspect_rules_lint//lint:fail_on_violation"
11-
rbe_ubuntu2004:
12-
platform: rbe_ubuntu2004
11+
rbe_ubuntu2204:
12+
platform: rbe_ubuntu2204
1313
build_targets:
1414
- "//..."
1515
test_targets:
@@ -69,9 +69,9 @@ tasks:
6969
- "--spawn_strategy=standalone"
7070
- "--noenable_bzlmod"
7171
- "--enable_workspace"
72-
ubuntu2004_examples:
72+
ubuntu2204_examples:
7373
name: Examples
74-
platform: ubuntu2004
74+
platform: ubuntu2204
7575
working_directory: examples
7676
linux_targets: &linux_targets
7777
- "//..."
@@ -84,9 +84,9 @@ tasks:
8484
test_flags:
8585
- "--noenable_bzlmod"
8686
- "--enable_workspace"
87-
ubuntu2004_examples_bzlmod:
87+
ubuntu2204_examples_bzlmod:
8888
name: Examples (bzlmod)
89-
platform: ubuntu2004
89+
platform: ubuntu2204
9090
working_directory: examples
9191
linux_targets: &linux_targets_bzlmod
9292
- "//..."
@@ -97,9 +97,9 @@ tasks:
9797
test_targets: *linux_targets_bzlmod
9898
build_flags:
9999
- "--enable_bzlmod"
100-
rbe_ubuntu2004_examples:
100+
rbe_ubuntu2204_examples:
101101
name: Examples
102-
platform: rbe_ubuntu2004
102+
platform: rbe_ubuntu2204
103103
working_directory: examples
104104
rbe_targets: &rbe_targets
105105
- "//..."
@@ -193,15 +193,15 @@ tasks:
193193
test_flags:
194194
- "--noenable_bzlmod"
195195
- "--enable_workspace"
196-
rbe_ubuntu2004_flags:
196+
rbe_ubuntu2204_flags:
197197
name: Flags
198-
platform: rbe_ubuntu2004
198+
platform: rbe_ubuntu2204
199199
working_directory: test/standard_cxx_flags_test
200200
test_targets:
201201
- "//:flags_test"
202-
ubuntu2004_flags:
202+
ubuntu2204_flags:
203203
name: Flags
204-
platform: ubuntu2004
204+
platform: ubuntu2204
205205
working_directory: test/standard_cxx_flags_test
206206
test_targets:
207207
- "//:flags_test"
@@ -217,15 +217,15 @@ tasks:
217217
working_directory: test/standard_cxx_flags_test
218218
test_targets:
219219
- "//:flags_test"
220-
rbe_ubuntu2004_detect_root:
220+
rbe_ubuntu2204_detect_root:
221221
name: Detect root
222-
platform: rbe_ubuntu2004
222+
platform: rbe_ubuntu2204
223223
working_directory: test/detect_root_test
224224
test_targets:
225225
- "//:tests"
226-
ubuntu2004_detect_root:
226+
ubuntu2204_detect_root:
227227
name: Detect root
228-
platform: ubuntu2004
228+
platform: ubuntu2204
229229
working_directory: test/detect_root_test
230230
test_targets:
231231
- "//:tests"
@@ -243,15 +243,15 @@ tasks:
243243
- "//:tests"
244244
docs_linux:
245245
name: Docs
246-
platform: ubuntu2004
246+
platform: ubuntu2204
247247
working_directory: docs
248248
build_targets:
249249
- //...
250250
min_supported_version:
251251
name: "Minimum Supported Version"
252252
bazel: "7.4.1"
253253
skip_in_bazel_downstream_pipeline: "Duplicates tests in other targets"
254-
platform: ubuntu1804
254+
platform: ubuntu2204
255255
build_targets:
256256
- "//..."
257257
test_targets:
@@ -260,7 +260,7 @@ tasks:
260260
name: "Minimum Supported Version Examples"
261261
bazel: "6.5.0"
262262
skip_in_bazel_downstream_pipeline: "Duplicates tests in other targets"
263-
platform: ubuntu1804
263+
platform: ubuntu2204
264264
working_directory: examples
265265
min_supported_targets: &min_supported_targets
266266
- "--"

0 commit comments

Comments
 (0)