redhat-ci: provision more nodes for vmcheck

Make use of the new support for parallel execution. In the best case,
this should bring down the execution time to about a third.

Closes: #675
Approved by: cgwalters
This commit is contained in:
Jonathan Lebon 2017-03-10 17:56:16 -05:00 committed by Atomic Bot
parent 29840bcecb
commit c65ac2955c

View File

@ -64,17 +64,20 @@ required: true
cluster:
hosts:
- name: vmcheck
- name: vmcheck1
distro: fedora/25/atomic
- name: vmcheck2
distro: fedora/25/atomic
- name: vmcheck3
distro: fedora/25/atomic
container:
image: projectatomic/rpm-ostree-tester
tests:
- make vmcheck
- make vmcheck HOSTS="vmcheck1 vmcheck2 vmcheck3"
artifacts:
- vmcheck.log
- vmcheck-journal.txt
- vmcheck
# We really need to work on getting this down:
# https://github.com/projectatomic/rpm-ostree/issues/662