Skip to content

Commit 0c907bd

Browse files
authored
ci: upgrade to rbe_ubuntu2004 (bazel-contrib#2316)
This is per bazel-contrib#2293 (comment) From what I can tell ubuntu1604 is very old and not well supported.
1 parent 15345b8 commit 0c907bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.bazelci/presubmit.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ tasks:
177177
<<: *minimum_supported_version
178178
<<: *reusable_config
179179
name: "RBE: Ubuntu, minimum Bazel"
180-
platform: rbe_ubuntu1604
180+
platform: rbe_ubuntu2004
181181
build_flags:
182182
# BazelCI sets --action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1,
183183
# which prevents cc toolchain autodetection from working correctly
@@ -195,7 +195,7 @@ tasks:
195195
rbe:
196196
<<: *reusable_config
197197
name: "RBE: Ubuntu"
198-
platform: rbe_ubuntu1604
198+
platform: rbe_ubuntu2004
199199
test_flags:
200200
- "--test_tag_filters=-integration-test,-acceptance-test"
201201
- "--extra_toolchains=@buildkite_config//config:cc-toolchain"

0 commit comments

Comments
 (0)