From ff18c0a33a316b316e9d5673bc9deb7a8d13c89d Mon Sep 17 00:00:00 2001 From: James Sharpe Date: Thu, 21 Dec 2023 11:15:44 +0000 Subject: [PATCH] Update to ubuntu 20.04 on RBE (#1145) --- .bazelci/config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.bazelci/config.yaml b/.bazelci/config.yaml index f130ae789..d90dcbe66 100644 --- a/.bazelci/config.yaml +++ b/.bazelci/config.yaml @@ -6,8 +6,8 @@ tasks: - "//..." test_targets: - "//..." - rbe_ubuntu1604: - platform: rbe_ubuntu1604 + rbe_ubuntu2004: + platform: rbe_ubuntu2004 build_targets: - "//..." test_targets: @@ -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 - "//..." @@ -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" @@ -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"