[master] 147891247 circleci: Retire ubuntu:bionic jobs

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Mon Mar 4 11:38:06 UTC 2024


commit 147891247f30de456da464c478805f16076fc18e
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 41e46ede2..90851f72e 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -209,7 +209,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
@@ -419,11 +419,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
@@ -459,7 +454,6 @@ workflows:
           matrix:
             parameters:
               platform:
-                - ubuntu:bionic
                 - ubuntu:focal
                 - ubuntu:jammy
                 - ubuntu:noble


More information about the varnish-commit mailing list