aboutsummaryrefslogtreecommitdiffhomepage
path: root/.bazelci
diff options
context:
space:
mode:
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"