aboutsummaryrefslogtreecommitdiff
path: root/kokoro
diff options
context:
space:
mode:
authorambrosin <ambrosin@google.com>2023-03-31 06:05:43 -0700
committerCopybara-Service <copybara-worker@google.com>2023-03-31 06:06:55 -0700
commit21838f89b3498078a45d1bffd4e7cb42e37167b9 (patch)
treee0334cb8a1fc5ebb78715406f47e4384bb2c3e86 /kokoro
parenta5cf4ae8a1355cd0ff58a47f05b539b07cfd0c65 (diff)
downloadtink-21838f89b3498078a45d1bffd4e7cb42e37167b9.tar.gz
Remove unused test scripts.
PiperOrigin-RevId: 520903947
Diffstat (limited to 'kokoro')
-rw-r--r--kokoro/gcp_ubuntu_per_language/cross_language/run_tests.sh23
-rw-r--r--kokoro/gcp_ubuntu_per_language/tools/run_tests.sh21
2 files changed, 0 insertions, 44 deletions
diff --git a/kokoro/gcp_ubuntu_per_language/cross_language/run_tests.sh b/kokoro/gcp_ubuntu_per_language/cross_language/run_tests.sh
deleted file mode 100644
index 4aeab5dba..000000000
--- a/kokoro/gcp_ubuntu_per_language/cross_language/run_tests.sh
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/bash
-# Copyright 2020 Google LLC
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-################################################################################
-
-
-set -euo pipefail
-
-CURRENT_BAZEL_VERSION=""
-
-# These tests are now run using the script
-# testing/kokoro/gcp_ubuntu/bazel/run_tests.sh
diff --git a/kokoro/gcp_ubuntu_per_language/tools/run_tests.sh b/kokoro/gcp_ubuntu_per_language/tools/run_tests.sh
deleted file mode 100644
index 10218f60d..000000000
--- a/kokoro/gcp_ubuntu_per_language/tools/run_tests.sh
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/bash
-# Copyright 2020 Google LLC
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-################################################################################
-
-set -euo pipefail
-
-cd ${KOKORO_ARTIFACTS_DIR}/git/tink
-
-# These tests are now run in tink/github/tinkey/gcp_ubuntu/bazel/continuous.