File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ WORKDIR /src
3
3
COPY . .
4
4
RUN ./ci/build.sh && make install DESTDIR=/cosa/component-install
5
5
RUN make -C tests/kolainst install DESTDIR=/cosa/component-tests
6
+ RUN cp -a tests/vmcheck /cosa/component-source-tests
6
7
# Uncomment this to fake a build to test the code below
7
8
# RUN mkdir -p /cosa/component-install/usr/bin && echo foo > /cosa/component-install/usr/bin/foo
8
9
Original file line number Diff line number Diff line change @@ -12,4 +12,11 @@ cosa init https://github.com/coreos/fedora-coreos-config/
12
12
rsync -rlv /cosa/component-install/ overrides/rootfs/
13
13
cosa fetch
14
14
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
15
22
cosa kola run ' ext.rpm-ostree.*'
You can’t perform that action at this time.
0 commit comments