From 9f3e622aedd7fbad12e02eac556146124c492e57 Mon Sep 17 00:00:00 2001 From: philwo Date: Tue, 7 Aug 2018 01:11:30 -0700 Subject: Enable the new rbe_ubuntu1604 platform for Bazel's CI. This will test that we can correctly build Bazel via RBE on each pre- and postsubmit. It's also required for the downstream pipeline to work again. I've tested this change via a GitHub PR here: https://buildkite.com/bazel/bazel-bazel-github-presubmit/builds/333 RELNOTES: None. PiperOrigin-RevId: 207675545 --- .bazelci/presubmit.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.bazelci/presubmit.yml') diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 52aab52039..84f4f0d500 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -101,3 +101,10 @@ platforms: - "--test_timeout=1200" test_targets: - "//src:all_windows_tests" + rbe_ubuntu1604: + shell_commands: + - sed -i.bak -e 's/^# android_sdk_repository/android_sdk_repository/' -e 's/^# + android_ndk_repository/android_ndk_repository/' WORKSPACE + - rm -f WORKSPACE.bak + build_targets: + - "//src:bazel" -- cgit v1.2.3