aboutsummaryrefslogtreecommitdiff
path: root/kokoro
diff options
context:
space:
mode:
authorjuerg <juerg@google.com>2023-03-29 06:08:26 -0700
committerCopybara-Service <copybara-worker@google.com>2023-03-29 06:09:33 -0700
commit4e6accfd580a1e0914b2d68c615c518398448fe4 (patch)
treeb89185712ee76020571b4019423c16ec3ab959d9 /kokoro
parentc1d59e1ecea9c42bff6faaa957b0d9098ab3b513 (diff)
downloadtink-4e6accfd580a1e0914b2d68c615c518398448fe4.tar.gz
Internal change.
PiperOrigin-RevId: 520314597
Diffstat (limited to 'kokoro')
-rw-r--r--kokoro/gcp_ubuntu_per_language/tools/run_tests.sh28
1 files changed, 1 insertions, 27 deletions
diff --git a/kokoro/gcp_ubuntu_per_language/tools/run_tests.sh b/kokoro/gcp_ubuntu_per_language/tools/run_tests.sh
index 30ed48ec1..10218f60d 100644
--- a/kokoro/gcp_ubuntu_per_language/tools/run_tests.sh
+++ b/kokoro/gcp_ubuntu_per_language/tools/run_tests.sh
@@ -18,30 +18,4 @@ set -euo pipefail
cd ${KOKORO_ARTIFACTS_DIR}/git/tink
-./kokoro/testutils/copy_credentials.sh "tools/testdata" "all"
-./kokoro/testutils/update_android_sdk.sh
-./kokoro/testutils/upgrade_gcc.sh
-# Sourcing required to update callers environment.
-source ./kokoro/testutils/install_python3.sh
-source ./kokoro/testutils/install_go.sh
-
-echo "Using go binary from $(which go): $(go version)"
-
-cd tools
-use_bazel.sh $(cat .bazelversion)
-time bazel build -- ...
-time bazel test --test_output=errors -- ...
-
-# Run manual tests which rely on key material injected into the Kokoro
-# environement.
-if [[ -n "${KOKORO_ROOT}" ]]; then
- declare -a MANUAL_TARGETS
- MANUAL_TARGETS=(
- "//tinkey/src/test/java/com/google/crypto/tink/tinkey:AddKeyCommandTest"
- "//tinkey/src/test/java/com/google/crypto/tink/tinkey:CreateKeysetCommandTest"
- "//tinkey/src/test/java/com/google/crypto/tink/tinkey:CreatePublicKeysetCommandTest"
- "//tinkey/src/test/java/com/google/crypto/tink/tinkey:RotateKeysetCommandTest"
- )
- readonly MANUAL_TARGETS
- time bazel test --test_output=errors -- "${MANUAL_TARGETS[@]}"
-fi
+# These tests are now run in tink/github/tinkey/gcp_ubuntu/bazel/continuous.