diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2023-01-27 09:54:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2023-01-27 09:54:20 +0000 |
commit | 0a758cc0a5a8c91346f1c237cc50d25e091df7bd (patch) | |
tree | 8ab379728a6c5fcf3455dac95f14d01857d74853 /jjb | |
parent | e93986f2ed9c65ca2440f35a4a35dce8fc602b71 (diff) | |
parent | ee16905a0c30f4e9035b96dd938482098e59352a (diff) |
Merge "Also install docker.io"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/xtesting-ci.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/jjb/functest/xtesting-ci.yaml b/jjb/functest/xtesting-ci.yaml index b11cd2fb5..e8b0222b0 100644 --- a/jjb/functest/xtesting-ci.yaml +++ b/jjb/functest/xtesting-ci.yaml @@ -4,7 +4,9 @@ builders: - shell: | set +x - sudo apt-get install python3-pip -y + sudo apt-get -o DPkg::Lock::Timeout=300 update + sudo DEBIAN_FRONTEND=noninteractive apt-get \ + -o DPkg::Lock::Timeout=300 install python3-pip docker.io -y 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 |