Skip to content

Commit

Permalink
ci: upgrade to rbe_ubuntu2004 (#2316)
Browse files Browse the repository at this point in the history
This is per
#2293 (comment)

From what I can tell ubuntu1604 is very old and not well supported.
  • Loading branch information
rickeylev authored Oct 21, 2024
1 parent 15345b8 commit 0c907bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ tasks:
<<: *minimum_supported_version
<<: *reusable_config
name: "RBE: Ubuntu, minimum Bazel"
platform: rbe_ubuntu1604
platform: rbe_ubuntu2004
build_flags:
# BazelCI sets --action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1,
# which prevents cc toolchain autodetection from working correctly
Expand All @@ -195,7 +195,7 @@ tasks:
rbe:
<<: *reusable_config
name: "RBE: Ubuntu"
platform: rbe_ubuntu1604
platform: rbe_ubuntu2004
test_flags:
- "--test_tag_filters=-integration-test,-acceptance-test"
- "--extra_toolchains=@buildkite_config//config:cc-toolchain"
Expand Down

0 comments on commit 0c907bd

Please sign in to comment.