.redhat-ci.yml: run vmcheck tests

Use the newly added support for cluster tests in Red Hat CI to run the
vmcheck testsuite.

Closes: #524
Approved by: cgwalters
This commit is contained in:
Jonathan Lebon 2016-11-22 09:29:29 -05:00 committed by Atomic Bot
parent 12c4b5b16f
commit 05c59d11fa
2 changed files with 26 additions and 8 deletions

4
.redhat-ci.ssh-config Normal file
View File

@ -0,0 +1,4 @@
Host vmcheck
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
PasswordAuthentication no

View File

@ -3,6 +3,8 @@ branches:
- auto
- try
context: check
container:
image: projectatomic/ostree-tester
@ -48,14 +50,6 @@ artifacts:
inherit: true
tests:
- ./autogen.sh
--prefix=/usr
--libdir=/usr/lib64
--enable-installed-tests
--enable-gtk-doc CC=clang
- make -j2
context: Clang
env:
@ -64,3 +58,23 @@ env:
tests:
artifacts:
---
inherit: true
context: vmcheck
cluster:
hosts:
- name: vmcheck
distro: fedora/24/atomic
container:
image: projectatomic/ostree-tester
tests:
- cp .redhat-ci.ssh-config ssh-config
- make vmcheck
artifacts:
- vmcheck.log