Skip to content

Commit

Permalink
CI: Run podman bundle with crc
Browse files Browse the repository at this point in the history
This PR make sure we run the podman bundles which is created
by CI using crc. It will make sure produced bundles are able to
run without any issue.
  • Loading branch information
praveenkumar authored and openshift-merge-robot committed May 3, 2023
1 parent 9b90c53 commit 660e344
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ set -exuo pipefail
./shellcheck.sh
./snc.sh
./createdisk.sh crc-tmp-install-data

git clone https://github.com/code-ready/crc.git
pushd crc
make cross
sudo mv out/linux-amd64/crc /usr/local/bin/
popd

crc config set bundle crc_podman_libvirt_*.crcbundle
crc config set preset podman
crc setup
crc start

rc=$?
echo "${rc}" > /tmp/test-return
set -e
Expand Down

0 comments on commit 660e344

Please sign in to comment.