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:
parent
a8df61edbb
commit
82eb1ca837
@ -32,6 +32,7 @@ if [ -d ${APT_DIR} ]; then
|
|||||||
FILE=${APT_DIR}/99unauthenticated
|
FILE=${APT_DIR}/99unauthenticated
|
||||||
sudo dd of=${FILE} <<EOF
|
sudo dd of=${FILE} <<EOF
|
||||||
APT::Get::AllowUnauthenticated "true";
|
APT::Get::AllowUnauthenticated "true";
|
||||||
|
Acquire::AllowInsecureRepositories "true";
|
||||||
EOF
|
EOF
|
||||||
sudo chmod 0644 ${FILE}
|
sudo chmod 0644 ${FILE}
|
||||||
fi
|
fi
|
||||||
|
@ -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=bionic
|
@ -0,0 +1 @@
|
|||||||
|
tar,qcow2
|
@ -51,6 +51,9 @@ DEFAULT_SKIP_TESTS=(
|
|||||||
|
|
||||||
# This job is a bit unreliable, even if we get mirroring
|
# This job is a bit unreliable, even if we get mirroring
|
||||||
debian-minimal/testing-build-succeeds
|
debian-minimal/testing-build-succeeds
|
||||||
|
|
||||||
|
# Replaced by bionic
|
||||||
|
ubuntu-minimal/trusty-build-succeeds
|
||||||
)
|
)
|
||||||
|
|
||||||
# The default output formats (specified to disk-image-create's "-t"
|
# The default output formats (specified to disk-image-create's "-t"
|
||||||
|
Loading…
Reference in New Issue
Block a user