Merge "Add tests for building *-minimal images"
This commit is contained in:
commit
41c7dd2e56
@ -0,0 +1 @@
|
||||
Verify we can build a centos-minimal image.
|
@ -0,0 +1 @@
|
||||
Verify we can build a fedora-minimal image.
|
@ -0,0 +1,2 @@
|
||||
# Pin to this mirror because the roundrobin is fairly unreliable
|
||||
export DIB_DISTRIBUTION_MIRROR=http://dl.fedoraproject.org/pub/fedora/linux
|
@ -0,0 +1 @@
|
||||
Verify we can build a ubuntu-minimal image.
|
@ -11,8 +11,11 @@ sudo apt-get install -y --force-yes \
|
||||
inetutils-ping \
|
||||
lsb-release \
|
||||
kpartx \
|
||||
python-lzma \
|
||||
qemu-utils \
|
||||
uuid-runtime || \
|
||||
rpm \
|
||||
uuid-runtime \
|
||||
yum-utils || \
|
||||
sudo yum -y install \
|
||||
debootstrap \
|
||||
docker \
|
||||
@ -22,4 +25,6 @@ sudo apt-get install -y --force-yes \
|
||||
app-emulation/qemu \
|
||||
dev-python/pyyaml \
|
||||
sys-block/parted \
|
||||
sys-fs/multipath-tools
|
||||
sys-fs/multipath-tools \
|
||||
qemu-img \
|
||||
yum-utils
|
||||
|
@ -21,6 +21,8 @@ DEFAULT_SKIP_TESTS=(
|
||||
# good to have the test case around - but because of changes
|
||||
# in testing does not work always.
|
||||
debian-minimal/testing-build-succeeds
|
||||
# Currently failing due to bug in locale generation
|
||||
centos-minimal/build-succeeds
|
||||
)
|
||||
|
||||
# run_disk_element_test <test_element> <element>
|
||||
|
Loading…
Reference in New Issue
Block a user