Skip to content

Commit

Permalink
Merge pull request #2904 from cgwalters/prow-ci
Browse files Browse the repository at this point in the history
ci/prow: Build tests before trying to install
  • Loading branch information
cgwalters committed Jun 27, 2023
2 parents 88e399a + 5e2b5ac commit e0e2144
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/prow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM registry.ci.openshift.org/coreos/fcos-buildroot:testing-devel as builder
WORKDIR /src
COPY . .
RUN env CONFIGOPTS=--with-composefs ./ci/build.sh && make install DESTDIR=/cosa/component-install
RUN make -C tests/kolainst
RUN make -C tests/kolainst install DESTDIR=/cosa/component-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
Expand Down

0 comments on commit e0e2144

Please sign in to comment.