diff --git a/ci/prow/Dockerfile b/ci/prow/Dockerfile index 40317501f9..75db7873c7 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 /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.*'