[7.4] 0f3722c21 circleci: Retire Debian Buster jobs

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Fri Jun 21 13:42:15 UTC 2024


commit 0f3722c2192610c0dd697f2a72283794b0697915
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Tue Jun 11 17:36:52 2024 +0200

    circleci: Retire Debian Buster jobs
    
    It reached EOL almost 2 years ago, but the architectures we cover in CI
    had 2 extra years of long term support that is coming to an end this
    month.

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 0cf89f30d..5bcb72e6b 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -124,7 +124,7 @@ jobs:
   package:
     parameters:
       platform:
-        description: the Linux distribution, with release, e.g. debian:buster, fedora:latest
+        description: the Linux distribution, with release, e.g. debian:bookworm, fedora:latest
         type: string
       rclass:
         description: the resource class to use, usually arm.medium or medium
@@ -204,7 +204,7 @@ jobs:
         description: the Linux distribution (debian|ubuntu)
         type: string
       release:
-        description: the release name (buster|bullseye|bookworm|focal|jammy|noble)
+        description: the release name (bullseye|bookworm|focal|jammy|noble)
         type: string
       make_target:
         description: the make target to execute during the build
@@ -394,15 +394,11 @@ workflows:
           release: latest
           make_target: witness.dot
       # oldest debian goes 32bit
-      - build:
-          name: build_debian_buster
-          dist: debian
-          release: buster
-          prefix: i386/
       - build:
           name: build_debian_bullseye
           dist: debian
           release: bullseye
+          prefix: i386/
       - build:
           name: build_debian_bookworm
           dist: debian
@@ -449,7 +445,6 @@ workflows:
                 - ubuntu:focal
                 - ubuntu:jammy
                 - ubuntu:noble
-                - debian:buster
                 - debian:bullseye
                 - debian:bookworm
                 - almalinux:8


More information about the varnish-commit mailing list