Start func testing on centos-minimal again
Because we run this image in openstack-infra, we want to increase our test coverage to help avoid potential breaks to our CI systems. Change-Id: I26405e3f7465654075278ec35b5e0da1338bb45e Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
d9dcb3fe99
commit
9d9a1e3000
@ -7,6 +7,10 @@ BASE_DIR=$(cd $(dirname "$0")/.. && pwd)
|
||||
export DIB_ELEMENTS=$BASE_DIR/elements
|
||||
export DIB_CMD=$BASE_DIR/bin/disk-image-create
|
||||
|
||||
# Setup sane locale defaults, because this information is leaked into DIB.
|
||||
export LANG=en_US.utf8
|
||||
export LC_ALL=
|
||||
|
||||
#
|
||||
# Default skip tests
|
||||
#
|
||||
@ -23,8 +27,6 @@ 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
|
||||
# No longer reasonable to test upstream (lacks a mirror in infra)
|
||||
centos/build-succeeds
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user