Add support for building Ubuntu Resolute (26.04)
Change-Id: Ia2cda8cd4e70549d3a4ced47a9a7f278386c93eb Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
- ubuntu/focal-build-succeeds
|
||||
- ubuntu/jammy-build-succeeds
|
||||
- ubuntu/noble-build-succeeds
|
||||
- ubuntu/resolute-build-succeeds
|
||||
|
||||
# NOTE(ianw) : these jobs are split to keep the build times a bit more
|
||||
# reasonable.
|
||||
@@ -59,6 +60,7 @@
|
||||
- ubuntu-minimal/focal-arm64-build-succeeds
|
||||
- ubuntu-minimal/jammy-arm64-build-succeeds
|
||||
- ubuntu-minimal/noble-arm64-build-succeeds
|
||||
- ubuntu-minimal/resolute-arm64-build-succeeds
|
||||
- debian-minimal/bullseye-arm64-build-succeeds
|
||||
- debian-minimal/bookworm-arm64-build-succeeds
|
||||
|
||||
@@ -318,6 +320,28 @@
|
||||
DIB_DEBOOTSTRAP_EXTRA_ARGS: '--no-check-gpg'
|
||||
DIB_DISTRIBUTION_MIRROR: "http://{{ zuul_site_mirror_fqdn }}/ubuntu"
|
||||
|
||||
- job:
|
||||
name: dib-devstack-functional-openstack-ubuntu-resolute-src
|
||||
description: |
|
||||
Test building and booting Ubuntu Resolute with devstack.
|
||||
parent: dib-devstack-functional-src-base
|
||||
vars:
|
||||
# TODO(mnasiadka): Remove when Resolute is mirrored within OpenDev
|
||||
default_elements:
|
||||
- vm
|
||||
- simple-init
|
||||
- growroot
|
||||
- devuser
|
||||
- openssh-server
|
||||
- journal-to-console
|
||||
diskimage:
|
||||
base_element: ubuntu-minimal
|
||||
release: 'resolute'
|
||||
env-vars:
|
||||
DIB_APT_LOCAL_CACHE: '0'
|
||||
DIB_DISABLE_APT_CLEANUP: '1'
|
||||
DIB_DEBOOTSTRAP_EXTRA_ARGS: '--no-check-gpg'
|
||||
|
||||
- job:
|
||||
name: dib-devstack-functional-openstack-gentoo-src
|
||||
description: |
|
||||
|
||||
@@ -56,6 +56,7 @@
|
||||
- dib-devstack-functional-openstack-ubuntu-focal-src
|
||||
- dib-devstack-functional-openstack-ubuntu-jammy-src
|
||||
- dib-devstack-functional-openstack-ubuntu-noble-src
|
||||
- dib-devstack-functional-openstack-ubuntu-resolute-src
|
||||
# NOTE(ianw): 2020-04-22 these have been out of the gate for a
|
||||
# while; promote to voting after some stability.
|
||||
- dib-devstack-functional-openstack-opensuse-15-src:
|
||||
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
Verify we can build a ubuntu-minimal image.
|
||||
|
||||
Note this test includes the vm element to test the bootloader install,
|
||||
and specifies to output a .qcow2
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
block-device-efi
|
||||
vm
|
||||
+1
@@ -0,0 +1 @@
|
||||
export DIB_RELEASE=resolute
|
||||
+1
@@ -0,0 +1 @@
|
||||
tar,qcow2
|
||||
@@ -0,0 +1,4 @@
|
||||
Verify we can build a ubuntu image.
|
||||
|
||||
Note this test includes the vm element to test the bootloader install,
|
||||
and specifies to output a .qcow2
|
||||
@@ -0,0 +1,3 @@
|
||||
block-device-mbr
|
||||
vm
|
||||
|
||||
+1
@@ -0,0 +1 @@
|
||||
export DIB_RELEASE=resolute
|
||||
+1
@@ -0,0 +1 @@
|
||||
tar,qcow2
|
||||
Reference in New Issue
Block a user