diff options
author | 2025-02-16 14:23:31 +1000 | |
---|---|---|
committer | 2025-02-16 14:25:21 +1000 | |
commit | 91c80b1851335c7e27d9f78f2f6f582d49fc9056 (patch) | |
tree | 4f97e3fdd94c03417b7c94792173aaedb67f076f /jjb | |
parent | 1e68c16336b0818fa91fbfc62b623e66eb18df6a (diff) |
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 <abelur@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/ci-management/ci-management-packer-jobs.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
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 |