From: Cédric Ollivier Date: Sun, 22 Jan 2023 15:44:53 +0000 (+0100) Subject: Update kind version in jjb X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=5e2008cd9382e5a0eee09bed466fd0ff702ec267;hp=-c;p=releng.git Update kind version in jjb Change-Id: I346f1144521fb543b072f66b227c5dbd92f4bfc1 Signed-off-by: Cédric Ollivier --- 5e2008cd9382e5a0eee09bed466fd0ff702ec267 diff --git a/jjb/functest/xtesting-ci.yaml b/jjb/functest/xtesting-ci.yaml index 61d9560f5..b11cd2fb5 100644 --- a/jjb/functest/xtesting-ci.yaml +++ b/jjb/functest/xtesting-ci.yaml @@ -5,7 +5,7 @@ - shell: | set +x sudo apt-get install python3-pip -y - curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.11.1/kind-linux-amd64 + curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.17.0/kind-linux-amd64 chmod +x ./kind sudo mv ./kind /usr/local/bin/kind kind delete clusters xtesting jenkins gitlab || true