diff options
-rw-r--r-- | jjb/functest/xtesting-ci.yaml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/jjb/functest/xtesting-ci.yaml b/jjb/functest/xtesting-ci.yaml index a892bfafd..c8757c8f9 100644 --- a/jjb/functest/xtesting-ci.yaml +++ b/jjb/functest/xtesting-ci.yaml @@ -52,7 +52,7 @@ ssh -T opnfv@172.30.12.84 << EOF sudo apt -o DPkg::Lock::Timeout=300 update sudo DEBIAN_FRONTEND=noninteractive apt \ - -o DPkg::Lock::Timeout=300 install python3-pip docker.io -y + -o DPkg::Lock::Timeout=300 install python3-pip docker.io podman -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 @@ -140,7 +140,7 @@ name: 'playbook' playbook: - all - # - podman + - podman - proxy - proxy2 - radosgw @@ -152,6 +152,7 @@ - jjb - https - https2 + - properties - gitlab.insert - jenkins_kind - jenkins_kind2 @@ -235,9 +236,6 @@ apt update && DEBIAN_FRONTEND=noninteractive apt \ -o DPkg::Lock::Timeout=300 install git -y && \ case {debian} in \ - buster) \ - [ -z "$VIRTUAL_ENV" ] && DEBIAN_FRONTEND=noninteractive apt \ - -o DPkg::Lock::Timeout=300 install python3-pip -y && pip3 install ansible ;; \ bullseye) \ [ -z "$VIRTUAL_ENV" ] && DEBIAN_FRONTEND=noninteractive apt \ -o DPkg::Lock::Timeout=300 install python3-pip -y && pip3 install ansible ;; \ |