Remove Buster which is EOL 30/74830/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 17 Mar 2025 15:14:28 +0000 (16:14 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 17 Mar 2025 15:14:28 +0000 (16:14 +0100)
Change-Id: I96f93da8b656e1669ccf7918e6b3ce3b2640e98a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
jjb/functest/xtesting-ci.yaml

index a892bfa..1f95ef1 100644 (file)
           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 ;; \