From 91c80b1851335c7e27d9f78f2f6f582d49fc9056 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Sun, 16 Feb 2025 14:23:31 +1000 Subject: [PATCH] CI: Build Ubuntu 22.04 packer images Ubuntu 20.04 support ends May 2025 ensure the images are built and ready to upgrade to 22.04 which has support until 2027. Issue-ID: CIMAN-33 Change-Id: I9d435422c0170416b940f2831f388fe235a099e8 Signed-off-by: Anil Belur --- jjb/ci-management/ci-management-packer-jobs.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/jjb/ci-management/ci-management-packer-jobs.yaml b/jjb/ci-management/ci-management-packer-jobs.yaml index f4f50cd52..da83aa2f5 100644 --- a/jjb/ci-management/ci-management-packer-jobs.yaml +++ b/jjb/ci-management/ci-management-packer-jobs.yaml @@ -18,6 +18,7 @@ - centos-cs-8 - ubuntu-18.04 - ubuntu-20.04 + - ubuntu-22.04 templates: builder update-cloud-image: true @@ -41,6 +42,7 @@ - centos-cs-8 - ubuntu-18.04 - ubuntu-20.04 + - ubuntu-22.04 templates: docker update-cloud-image: true @@ -62,6 +64,7 @@ platforms: - centos-cs-8 - ubuntu-20.04 + - ubuntu-22.04 templates: devstack update-cloud-image: true @@ -102,6 +105,7 @@ platforms: - ubuntu-20.04 + - ubuntu-22.04 templates: memcached update-cloud-image: true @@ -140,5 +144,6 @@ platforms: - ubuntu-20.04 + - ubuntu-22.04 templates: helm update-cloud-image: true -- 2.16.6