Skip to content

Commit d3cd071

Browse files
committed
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.
1 parent ff58a4b commit d3cd071

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

ci/prow/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ WORKDIR /src
33
COPY . .
44
RUN ./ci/build.sh && make install DESTDIR=/cosa/component-install
55
RUN make -C tests/kolainst install DESTDIR=/cosa/component-tests
6+
RUN cp -a tests/vmcheck /cosa/component-source-tests
67
# Uncomment this to fake a build to test the code below
78
# RUN mkdir -p /cosa/component-install/usr/bin && echo foo > /cosa/component-install/usr/bin/foo
89

ci/prow/fcos-e2e.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,11 @@ cosa init https://github.com/coreos/fedora-coreos-config/
1212
rsync -rlv /cosa/component-install/ overrides/rootfs/
1313
cosa fetch
1414
cosa build
15+
16+
# vmcheck tests
17+
export COSA_DIR=$(pwd)
18+
cd /cosa/component-source-tests
19+
env JOBS=2 ./vmcheck.sh
20+
21+
# kola tests, just ours for now
1522
cosa kola run 'ext.rpm-ostree.*'

0 commit comments

Comments
 (0)