File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ WORKDIR /src
33COPY . .
44RUN ./ci/build.sh && make install DESTDIR=/cosa/component-install
55RUN make -C tests/kolainst install DESTDIR=/cosa/component-tests
6+ RUN cp -a tests /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
Original file line number Diff line number Diff line change @@ -12,4 +12,12 @@ cosa init https://github.com/coreos/fedora-coreos-config/
1212rsync -rlv /cosa/component-install/ overrides/rootfs/
1313cosa fetch
1414cosa build
15+
16+ # vmcheck tests
17+ export COSA_DIR=$( pwd)
18+ cd /cosa/component-source-tests
19+ env JOBS=2 ./tests/vmcheck.sh
20+ cd ${COSA_DIR}
21+
22+ # kola tests, just ours for now
1523cosa kola run ' ext.rpm-ostree.*'
You can’t perform that action at this time.
0 commit comments