[6.0] eba586066 circleci: Retire ubuntu:bionic jobs

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


commit eba5860669d66dc3150149b7a888939a3ee589f4
Author: Guillaume Quintard <guillaume.quintard at varnish-software.com>
Date:   Thu Feb 29 09:56:57 2024 -0800

    circleci: Retire ubuntu:bionic jobs

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 36149e80b..cb6587ce7 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -208,7 +208,7 @@ jobs:
         description: the Linux distribution (debian|ubuntu)
         type: string
       release:
-        description: the release name (buster|bullseye|bionic|focal|jammy)
+        description: the release name (buster|bullseye|bookworm|focal|jammy|noble)
         type: string
       make_target:
         description: the make target to execute during the build
@@ -418,11 +418,6 @@ workflows:
           name: build_debian_bookworm
           dist: debian
           release: bookworm
-      # latest ubuntu uses sanitizers
-      - build:
-          name: build_ubuntu_bionic
-          dist: ubuntu
-          release: bionic
       - build:
           name: build_ubuntu_focal
           dist: ubuntu
@@ -458,7 +453,6 @@ workflows:
           matrix:
             parameters:
               platform:
-                - ubuntu:bionic
                 - ubuntu:focal
                 - ubuntu:jammy
                 - ubuntu:noble


More information about the varnish-commit mailing list