Skip to content

Commit

Permalink
Merge pull request #123780 from aramase/automated-cherry-pick-of-#123…
Browse files Browse the repository at this point in the history
…251-upstream-release-1.28

Automated cherry pick of #123251: ci: bump kind to latest for kms jobs
  • Loading branch information
k8s-ci-robot committed Mar 7, 2024
2 parents 25d9edc + e55ff77 commit a0f9a88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/testing-manifests/auth/encrypt/run-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ create_cluster_and_run_test() {
TEST_ARGS=""
if [ "${SKIP_RUN_TESTS:-}" != "true" ]; then
# (--use-built-binaries) use the kubectl, e2e.test, and ginkgo binaries built during --build as opposed to from a GCS release tarball
TEST_ARGS="--test=ginkgo -- --v=5 --focus-regex=\[Conformance\] --skip-regex=\[Serial\] --parallel 20 --use-built-binaries"
TEST_ARGS="--test=ginkgo -- --focus-regex=\[Conformance\] --skip-regex=\[Serial\] --parallel 20 --use-built-binaries"
else
echo "Skipping running tests"
fi
Expand Down Expand Up @@ -137,7 +137,7 @@ main(){
mkdir -p "${ARTIFACTS}"

export GO111MODULE=on;
go install sigs.k8s.io/kind@v0.17.0;
go install sigs.k8s.io/kind@latest;
go install sigs.k8s.io/kubetest2@latest;
go install sigs.k8s.io/kubetest2/kubetest2-kind@latest;
go install sigs.k8s.io/kubetest2/kubetest2-tester-ginkgo@latest;
Expand Down

0 comments on commit a0f9a88

Please sign in to comment.