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:
parent
29840bcecb
commit
c65ac2955c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user