summaryrefslogtreecommitdiff
path: root/third_party/googleapis/.kokoro/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/googleapis/.kokoro/build.sh')
-rwxr-xr-xthird_party/googleapis/.kokoro/build.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/third_party/googleapis/.kokoro/build.sh b/third_party/googleapis/.kokoro/build.sh
deleted file mode 100755
index ad944f7..0000000
--- a/third_party/googleapis/.kokoro/build.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/bash
-
-set -e
-
-cd ${KOKORO_ARTIFACTS_DIR}/github/googleapis
-cp .kokoro/.bazelrc $HOME/.bazelrc
-CACHE_BUCKET=client-libraries-bazel-cache-github
-CACHE_CMDLINE="--remote_cache=https://storage.googleapis.com/${CACHE_BUCKET} --google_default_credentials"
-
-#
-# Run build and tests
-#
-${BAZELISK_BIN} --output_user_root=${BAZEL_ROOT} build ${CACHE_CMDLINE} --keep_going //...
-${BAZELISK_BIN} --output_user_root=${BAZEL_ROOT} test ${CACHE_CMDLINE} --flaky_test_attempts=3 --keep_going //...