Skip to content

Commit

Permalink
ci: Use cosa kola to pick up ARTIFACT_DIR handling
Browse files Browse the repository at this point in the history
So I can see the logs in Prow.

Signed-off-by: Colin Walters <[email protected]>
  • Loading branch information
cgwalters committed Feb 5, 2023
1 parent 8ac2dbf commit ca08d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run-kola.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ if test -z "${BASE_QEMU_IMAGE:-}"; then
coreos-installer download -p qemu -f qcow2.xz --decompress
BASE_QEMU_IMAGE="$(echo *.qcow2)"
fi
kola run --oscontainer ostree-unverified-registry:${TARGET_IMAGE} --qemu-image "./${BASE_QEMU_IMAGE}" "${kola_args[@]}" ext.bootc.'*'
cosa kola run --oscontainer ostree-unverified-registry:${TARGET_IMAGE} --qemu-image "./${BASE_QEMU_IMAGE}" "${kola_args[@]}" ext.bootc.'*'

echo "ok kola bootc"

0 comments on commit ca08d28

Please sign in to comment.