From 9866f70494a3f66965a67fce52107bf9a34cb32b Mon Sep 17 00:00:00 2001 From: lizhencheng <140870529+LiZhenCheng9527@users.noreply.github.com> Date: Fri, 23 Feb 2024 15:50:11 +0800 Subject: [PATCH] Pinning the Version of license-lint (#609) * Pinning the Version of license-lint Signed-off-by: LiZhenCheng9527 * change wait time in install-kurator.sh Signed-off-by: LiZhenCheng9527 --------- Signed-off-by: LiZhenCheng9527 --- Makefile | 2 +- hack/e2e-test/install-kurator.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 32eb5140..00fbb293 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,7 @@ mod-download-go: .PHONY: mirror-licenses mirror-licenses: mod-download-go; \ - go install istio.io/tools/cmd/license-lint@latest; \ + go install istio.io/tools/cmd/license-lint@v0.0.0-20240221165422-57f6bfb4cd73; \ rm -fr licenses; \ license-lint --mirror diff --git a/hack/e2e-test/install-kurator.sh b/hack/e2e-test/install-kurator.sh index fbc8ebcb..709dd3db 100755 --- a/hack/e2e-test/install-kurator.sh +++ b/hack/e2e-test/install-kurator.sh @@ -12,7 +12,7 @@ export KUBECONFIG=${MAIN_KUBECONFIG} COMMIT_ID=$(git rev-parse --short HEAD) VERSION=$(echo "$COMMIT_ID" | grep -o '^[0-9]') -sleep 5s +sleep 10s helm repo add jetstack https://charts.jetstack.io helm repo update