From: Cédric Ollivier Date: Mon, 17 Mar 2025 15:14:28 +0000 (+0100) Subject: Remove Buster which is EOL X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=9f33a1338bc16da2493c3184c203022d56dab62f;p=releng.git Remove Buster which is EOL Change-Id: I96f93da8b656e1669ccf7918e6b3ce3b2640e98a Signed-off-by: Cédric Ollivier --- diff --git a/jjb/functest/xtesting-ci.yaml b/jjb/functest/xtesting-ci.yaml index a892bfafd..1f95ef1fb 100644 --- a/jjb/functest/xtesting-ci.yaml +++ b/jjb/functest/xtesting-ci.yaml @@ -235,9 +235,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 ;; \