From 05c59d11fa9fe412080e61dc156a6e100cee585e Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Tue, 22 Nov 2016 09:29:29 -0500 Subject: [PATCH] .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 --- .redhat-ci.ssh-config | 4 ++++ .redhat-ci.yml | 30 ++++++++++++++++++++++-------- 2 files changed, 26 insertions(+), 8 deletions(-) create mode 100644 .redhat-ci.ssh-config diff --git a/.redhat-ci.ssh-config b/.redhat-ci.ssh-config new file mode 100644 index 00000000..67c15319 --- /dev/null +++ b/.redhat-ci.ssh-config @@ -0,0 +1,4 @@ +Host vmcheck + UserKnownHostsFile /dev/null + StrictHostKeyChecking no + PasswordAuthentication no diff --git a/.redhat-ci.yml b/.redhat-ci.yml index 2b0a4d10..797f0e6d 100644 --- a/.redhat-ci.yml +++ b/.redhat-ci.yml @@ -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