Merge "Add Ubuntu 24.04 (noble) build to testing"
This commit is contained in:
commit
bc48388e81
@ -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'
|
||||
|
@ -50,6 +50,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:
|
||||
@ -104,6 +105,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…
Reference in New Issue
Block a user