Add Ubuntu 24.04 (noble) build to testing
Ubuntu 24.04 has been officially released now, so add some test job exercising the build. Change-Id: I59d4c61e58fb37ec2923d64c5991a79658ed6c31
This commit is contained in:
parent
30a8948271
commit
a56e621229
.zuul.d
@ -243,6 +243,22 @@
|
||||
nodepool_diskimage:
|
||||
base_element: ubuntu-minimal
|
||||
release: 'jammy'
|
||||
mirror: "http://{{ zuul_site_mirror_fqdn }}/ubuntu"
|
||||
env-vars:
|
||||
DIB_APT_LOCAL_CACHE: '0'
|
||||
DIB_DISABLE_APT_CLEANUP: '1'
|
||||
DIB_DEBOOTSTRAP_EXTRA_ARGS: '--no-check-gpg'
|
||||
|
||||
- job:
|
||||
name: dib-nodepool-functional-openstack-ubuntu-noble-src
|
||||
description: |
|
||||
Test building and booting an Ubuntu noble image with Nodepool
|
||||
and OpenStack
|
||||
parent: dib-nodepool-functional-src-base
|
||||
vars:
|
||||
nodepool_diskimage:
|
||||
base_element: ubuntu-minimal
|
||||
release: 'noble'
|
||||
# mirror: "http://{{ zuul_site_mirror_fqdn }}/ubuntu"
|
||||
env-vars:
|
||||
DIB_APT_LOCAL_CACHE: '0'
|
||||
|
@ -48,6 +48,7 @@
|
||||
- dib-nodepool-functional-openstack-ubuntu-bionic-src
|
||||
- dib-nodepool-functional-openstack-ubuntu-focal-src
|
||||
- dib-nodepool-functional-openstack-ubuntu-jammy-src
|
||||
- dib-nodepool-functional-openstack-ubuntu-noble-src
|
||||
# NOTE(ianw): 2020-04-22 these have been out of the gate for a
|
||||
# while; promote to voting after some stability.
|
||||
- dib-nodepool-functional-openstack-opensuse-15-src:
|
||||
@ -97,6 +98,7 @@
|
||||
- dib-nodepool-functional-openstack-ubuntu-bionic-src
|
||||
- dib-nodepool-functional-openstack-ubuntu-focal-src
|
||||
- dib-nodepool-functional-openstack-ubuntu-jammy-src
|
||||
- dib-nodepool-functional-openstack-ubuntu-noble-src
|
||||
- dib-functests
|
||||
- ironic-python-agent-check-image-dib-centos9
|
||||
experimental:
|
||||
|
Loading…
x
Reference in New Issue
Block a user