[6.0] e5c4aab32 circleci: Retire Debian Buster jobs

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Fri Jun 21 13:43:12 UTC 2024


commit e5c4aab32083e28e02be637c0b7ac9cc83720354
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 f3ffa3e70..39d1f3290 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -123,7 +123,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
@@ -203,7 +203,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
@@ -393,15 +393,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
@@ -448,7 +444,6 @@ workflows:
                 - ubuntu:focal
                 - ubuntu:jammy
                 - ubuntu:noble
-                - debian:buster
                 - debian:bullseye
                 - debian:bookworm
                 - almalinux:8


More information about the varnish-commit mailing list