Merge "Replace the ubuntu-minimal trusty test with a bionic one"
This commit is contained in:
commit
668c93b118
@ -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
|
||||
|
@ -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
|
@ -52,6 +52,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"
|
||||
|
Loading…
Reference in New Issue
Block a user