aboutsummaryrefslogtreecommitdiff
path: root/kokoro
diff options
context:
space:
mode:
authorwconner <wconner@google.com>2023-06-27 08:01:21 -0700
committerCopybara-Service <copybara-worker@google.com>2023-06-27 08:04:37 -0700
commit0ca8c2bf7ecf252308c4f3183697777c352a7d5b (patch)
treef73b816b3e879842e7e94a54b6b6b6fdbc2669e5 /kokoro
parent51f733cc70556e5e745c150dbf2717a1cdd612c5 (diff)
downloadtink-0ca8c2bf7ecf252308c4f3183697777c352a7d5b.tar.gz
Remove javascript directory.
PiperOrigin-RevId: 543745141
Diffstat (limited to 'kokoro')
-rw-r--r--kokoro/gcp_ubuntu_per_language/javascript/run_tests.sh24
-rw-r--r--kokoro/macos_external/javascript/run_tests.sh23
2 files changed, 0 insertions, 47 deletions
diff --git a/kokoro/gcp_ubuntu_per_language/javascript/run_tests.sh b/kokoro/gcp_ubuntu_per_language/javascript/run_tests.sh
deleted file mode 100644
index fe30ec1c3..000000000
--- a/kokoro/gcp_ubuntu_per_language/javascript/run_tests.sh
+++ /dev/null
@@ -1,24 +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
-
-cd javascript
-use_bazel.sh $(cat .bazelversion)
-bazel build ...
-bazel test --test_output=errors -- ...
diff --git a/kokoro/macos_external/javascript/run_tests.sh b/kokoro/macos_external/javascript/run_tests.sh
deleted file mode 100644
index 1e59dd6dd..000000000
--- a/kokoro/macos_external/javascript/run_tests.sh
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/bash
-# Copyright 2022 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
-
-if [[ -n "${KOKORO_ARTIFACTS_DIR:-}" ]]; then
- cd "$(echo "${KOKORO_ARTIFACTS_DIR}"/git*/tink)"
-fi
-
-./kokoro/testutils/run_bazel_tests.sh javascript