diff options
author | 2025-03-17 16:14:28 +0100 | |
---|---|---|
committer | 2025-03-17 16:14:28 +0100 | |
commit | 9f33a1338bc16da2493c3184c203022d56dab62f (patch) | |
tree | 8b1610b5f9d71f2d25170e0965925f2f14aaa63a /jjb | |
parent | a250568fc5c4dd1bcb09ef789802e670d6102bfe (diff) |
Remove Buster which is EOL
Change-Id: I96f93da8b656e1669ccf7918e6b3ce3b2640e98a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/xtesting-ci.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
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 ;; \ |