From 9f33a1338bc16da2493c3184c203022d56dab62f Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 17 Mar 2025 16:14:28 +0100 Subject: Remove Buster which is EOL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I96f93da8b656e1669ccf7918e6b3ce3b2640e98a Signed-off-by: Cédric Ollivier --- jjb/functest/xtesting-ci.yaml | 3 --- 1 file changed, 3 deletions(-) (limited to 'jjb') 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 ;; \ -- cgit