From d3cd0710e0238692a98b0a0724d17d82bd7ae2b3 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 9 Jun 2021 17:07:35 -0400 Subject: [PATCH] ci/prow: Also run old vmcheck tests Ideally we port these to kola. But since CCI is down let's try running all of the tests in Prow. --- ci/prow/Dockerfile | 1 + ci/prow/fcos-e2e.sh | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/ci/prow/Dockerfile b/ci/prow/Dockerfile index 40317501f9..aceace3235 100644 --- a/ci/prow/Dockerfile +++ b/ci/prow/Dockerfile @@ -3,6 +3,7 @@ WORKDIR /src COPY . . RUN ./ci/build.sh && make install DESTDIR=/cosa/component-install RUN make -C tests/kolainst install DESTDIR=/cosa/component-tests +RUN cp -a tests/vmcheck /cosa/component-source-tests # Uncomment this to fake a build to test the code below # RUN mkdir -p /cosa/component-install/usr/bin && echo foo > /cosa/component-install/usr/bin/foo diff --git a/ci/prow/fcos-e2e.sh b/ci/prow/fcos-e2e.sh index 6365ad84e8..6d9d2dfa08 100755 --- a/ci/prow/fcos-e2e.sh +++ b/ci/prow/fcos-e2e.sh @@ -12,4 +12,11 @@ cosa init https://github.com/coreos/fedora-coreos-config/ rsync -rlv /cosa/component-install/ overrides/rootfs/ cosa fetch cosa build + +# vmcheck tests +export COSA_DIR=$(pwd) +cd /cosa/component-source-tests +env JOBS=2 ./vmcheck.sh + +# kola tests, just ours for now cosa kola run 'ext.rpm-ostree.*'