From e6c8e8d1ba89df5cf624e7147cee6b8246a9a490 Mon Sep 17 00:00:00 2001 From: Yun Peng Date: Thu, 25 Nov 2021 12:27:41 +0100 Subject: [PATCH] CI configs: switch centos to centos7_java11_devtoolset10 Downstream tests can only fetch Bazel binary from centos7_java11_devtoolset10 platform, therefore we have to make this change to be able to test downstream projects. There is no change to Bazel itself. --- .bazelci/build_bazel_binaries.yml | 2 +- .bazelci/postsubmit.yml | 2 +- .bazelci/presubmit.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bazelci/build_bazel_binaries.yml b/.bazelci/build_bazel_binaries.yml index 5478050004e442..5ff3e1796eb7c5 100644 --- a/.bazelci/build_bazel_binaries.yml +++ b/.bazelci/build_bazel_binaries.yml @@ -1,6 +1,6 @@ --- platforms: - centos7: + centos7_java11_devtoolset10: build_targets: - "//src:bazel" - "//src:bazel_nojdk" diff --git a/.bazelci/postsubmit.yml b/.bazelci/postsubmit.yml index 81b8b29b8ff5d7..548a1917ad5ab6 100644 --- a/.bazelci/postsubmit.yml +++ b/.bazelci/postsubmit.yml @@ -1,6 +1,6 @@ --- tasks: - centos7: + centos7_java11_devtoolset10: shell_commands: - sed -i.bak -e 's/^# android_sdk_repository/android_sdk_repository/' -e 's/^# android_ndk_repository/android_ndk_repository/' WORKSPACE diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 9d54a8623f0493..d9674469863987 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -1,6 +1,6 @@ --- tasks: - centos7: + centos7_java11_devtoolset10: shards: 4 shell_commands: - sed -i.bak -e 's/^# android_sdk_repository/android_sdk_repository/' -e 's/^#