Skip to content

Commit

Permalink
Update to ubuntu 20.04 on RBE (#1145)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsharpe authored Dec 21, 2023
1 parent b8c5967 commit ff18c0a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .bazelci/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ tasks:
- "//..."
test_targets:
- "//..."
rbe_ubuntu1604:
platform: rbe_ubuntu1604
rbe_ubuntu2004:
platform: rbe_ubuntu2004
build_targets:
- "//..."
test_targets:
Expand Down Expand Up @@ -76,9 +76,9 @@ tasks:
test_targets: *linux_targets_bzlmod
build_flags:
- "--enable_bzlmod"
rbe_ubuntu1604_examples:
rbe_ubuntu2004_examples:
name: Examples
platform: rbe_ubuntu1604
platform: rbe_ubuntu2004
working_directory: examples
rbe_targets: &rbe_targets
- "//..."
Expand Down Expand Up @@ -163,9 +163,9 @@ tasks:
- "--noenable_bzlmod"
test_flags:
- "--noenable_bzlmod"
rbe_ubuntu1604_flags:
rbe_ubuntu2004_flags:
name: Flags
platform: rbe_ubuntu1604
platform: rbe_ubuntu2004
working_directory: test/standard_cxx_flags_test
test_targets:
- "//:flags_test"
Expand All @@ -187,9 +187,9 @@ tasks:
working_directory: test/standard_cxx_flags_test
test_targets:
- "//:flags_test"
rbe_ubuntu1604_detect_root:
rbe_ubuntu2004_detect_root:
name: Detect root
platform: rbe_ubuntu1604
platform: rbe_ubuntu2004
working_directory: test/detect_root_test
test_targets:
- "//:tests"
Expand Down

0 comments on commit ff18c0a

Please sign in to comment.