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