Replace the ubuntu-minimal trusty test with a bionic one

Add a bionic test in replacement of trusty.  We are already building
bionic images in the gate, so this seems like a good time to switch.

Change-Id: I20d4c25e9b79e7326c86767c36be8615ba0888a3
This commit is contained in:
Ian Wienand 2018-05-18 14:54:02 +10:00
parent a8df61edbb
commit 82eb1ca837
6 changed files with 13 additions and 0 deletions

View File

@ -32,6 +32,7 @@ if [ -d ${APT_DIR} ]; then
FILE=${APT_DIR}/99unauthenticated
sudo dd of=${FILE} <<EOF
APT::Get::AllowUnauthenticated "true";
Acquire::AllowInsecureRepositories "true";
EOF
sudo chmod 0644 ${FILE}
fi

View File

@ -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

View File

@ -0,0 +1,3 @@
block-device-mbr
openstack-ci-mirrors
vm

View File

@ -51,6 +51,9 @@ DEFAULT_SKIP_TESTS=(
# This job is a bit unreliable, even if we get mirroring
debian-minimal/testing-build-succeeds
# Replaced by bionic
ubuntu-minimal/trusty-build-succeeds
)
# The default output formats (specified to disk-image-create's "-t"