ci: expand rootfs on CentOS

The new kernel tests require a little bit more space.

Closes: #1247
Approved by: cgwalters
This commit is contained in:
Jonathan Lebon 2018-02-14 13:56:51 +00:00 committed by Atomic Bot
parent 75f4636320
commit 99aa6f89d2

View File

@ -68,6 +68,8 @@ extra-repos:
gpgcheck: 0
tests:
# we're still on devmapper here; we need to expand rootfs for tests
- for vm in vmcheck{1..3}; do ssh $vm lvresize -r -L +5G atomicos/root; done
- yum install -y epel-release
- ci/build-check.sh
- make vmcheck