summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2023-01-22 15:47:15 +0000
committerGerrit Code Review <gerrit@opnfv.org>2023-01-22 15:47:15 +0000
commit936d11a5bee1ee0ddbfedb93688e73f6222a0401 (patch)
treed915ae86ed57ee59f0623550810e9724efcf1853 /jjb
parentecb22a34005d117f41d135be7aa7e6e209323939 (diff)
parent5e2008cd9382e5a0eee09bed466fd0ff702ec267 (diff)
Merge "Update kind version in jjb"
Diffstat (limited to 'jjb')
-rw-r--r--jjb/functest/xtesting-ci.yaml2
1 files changed, 1 insertions, 1 deletions
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