Merge "Update kind version in jjb"
authorCedric Ollivier <cedric.ollivier@orange.com>
Sun, 22 Jan 2023 15:47:15 +0000 (15:47 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Sun, 22 Jan 2023 15:47:15 +0000 (15:47 +0000)
jjb/functest/xtesting-ci.yaml

index 61d9560..b11cd2f 100644 (file)
@@ -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