aboutsummaryrefslogtreecommitdiffhomepage
path: root/.bazelci
diff options
context:
space:
mode:
authorGravatar philwo <philwo@google.com>2018-08-07 01:11:30 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-08-07 01:13:05 -0700
commit9f3e622aedd7fbad12e02eac556146124c492e57 (patch)
treee4343bec5c99f8292c61b7971111fa986bfddd28 /.bazelci
parent6bd0bdf5140525cb33dc2db068b210261d9df271 (diff)
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
Diffstat (limited to '.bazelci')
-rw-r--r--.bazelci/postsubmit.yml7
-rw-r--r--.bazelci/presubmit.yml7
2 files changed, 14 insertions, 0 deletions
diff --git a/.bazelci/postsubmit.yml b/.bazelci/postsubmit.yml
index 86618aa52c..9286983cac 100644
--- a/.bazelci/postsubmit.yml
+++ b/.bazelci/postsubmit.yml
@@ -74,3 +74,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"
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"