ubuntu-minimal: Add Ubuntu Focal test build
Add test builds for Focal on x86 and ARM64 Change-Id: Idb23f0e00d37c7447441ea002aad078e8c61f969
This commit is contained in:
parent
14ff8f942c
commit
7539e241da
@ -26,6 +26,7 @@
|
|||||||
- pip-and-virtualenv/source-install-ubuntu
|
- pip-and-virtualenv/source-install-ubuntu
|
||||||
- ubuntu-minimal/xenial-build-succeeds
|
- ubuntu-minimal/xenial-build-succeeds
|
||||||
- ubuntu-minimal/bionic-build-succeeds
|
- ubuntu-minimal/bionic-build-succeeds
|
||||||
|
- ubuntu-minimal/focal-build-succeeds
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: dib-functests-image
|
name: dib-functests-image
|
||||||
@ -80,6 +81,7 @@
|
|||||||
vars:
|
vars:
|
||||||
dib_functests:
|
dib_functests:
|
||||||
- ubuntu-minimal/bionic-arm64-build-succeeds
|
- ubuntu-minimal/bionic-arm64-build-succeeds
|
||||||
|
- ubuntu-minimal/focal-arm64-build-succeeds
|
||||||
- centos-minimal/8-aarch64-build-succeeds
|
- centos-minimal/8-aarch64-build-succeeds
|
||||||
|
|
||||||
# Bionic / Python3 tests
|
# Bionic / Python3 tests
|
||||||
|
@ -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
|
@ -0,0 +1,3 @@
|
|||||||
|
block-device-efi
|
||||||
|
openstack-ci-mirrors
|
||||||
|
vm
|
@ -0,0 +1 @@
|
|||||||
|
export DIB_RELEASE=focal
|
@ -0,0 +1 @@
|
|||||||
|
tar,qcow2
|
@ -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
|
@ -0,0 +1,3 @@
|
|||||||
|
block-device-mbr
|
||||||
|
openstack-ci-mirrors
|
||||||
|
vm
|
@ -0,0 +1 @@
|
|||||||
|
export DIB_RELEASE=focal
|
@ -0,0 +1 @@
|
|||||||
|
tar,qcow2
|
4
releasenotes/notes/ubuntu-focal-0f54ed4543247b7e.yaml
Normal file
4
releasenotes/notes/ubuntu-focal-0f54ed4543247b7e.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- |
|
||||||
|
The ``ubuntu-minimal`` element now supports the Focal release.
|
Loading…
Reference in New Issue
Block a user