.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:
parent
12c4b5b16f
commit
05c59d11fa
4
.redhat-ci.ssh-config
Normal file
4
.redhat-ci.ssh-config
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
Host vmcheck
|
||||||
|
UserKnownHostsFile /dev/null
|
||||||
|
StrictHostKeyChecking no
|
||||||
|
PasswordAuthentication no
|
@ -3,6 +3,8 @@ branches:
|
|||||||
- auto
|
- auto
|
||||||
- try
|
- try
|
||||||
|
|
||||||
|
context: check
|
||||||
|
|
||||||
container:
|
container:
|
||||||
image: projectatomic/ostree-tester
|
image: projectatomic/ostree-tester
|
||||||
|
|
||||||
@ -48,14 +50,6 @@ artifacts:
|
|||||||
|
|
||||||
inherit: true
|
inherit: true
|
||||||
|
|
||||||
tests:
|
|
||||||
- ./autogen.sh
|
|
||||||
--prefix=/usr
|
|
||||||
--libdir=/usr/lib64
|
|
||||||
--enable-installed-tests
|
|
||||||
--enable-gtk-doc CC=clang
|
|
||||||
- make -j2
|
|
||||||
|
|
||||||
context: Clang
|
context: Clang
|
||||||
|
|
||||||
env:
|
env:
|
||||||
@ -64,3 +58,23 @@ env:
|
|||||||
|
|
||||||
tests:
|
tests:
|
||||||
artifacts:
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user