Merge "Also install docker.io"
authorCedric Ollivier <cedric.ollivier@orange.com>
Fri, 27 Jan 2023 09:54:20 +0000 (09:54 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 27 Jan 2023 09:54:20 +0000 (09:54 +0000)
jjb/functest/xtesting-ci.yaml

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