aboutsummaryrefslogtreecommitdiffhomepage
path: root/.bazelci/presubmit.yml
diff options
context:
space:
mode:
Diffstat (limited to '.bazelci/presubmit.yml')
-rw-r--r--.bazelci/presubmit.yml7
1 files changed, 7 insertions, 0 deletions
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"