Skip to content

Commit e7451e0

Browse files
committed
ci: Use cosa kola to pick up ARTIFACT_DIR handling
So I can see the logs in Prow. Signed-off-by: Colin Walters <[email protected]>
1 parent 3640a62 commit e7451e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run-kola.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ if test -z "${BASE_QEMU_IMAGE:-}"; then
3434
coreos-installer download -p qemu -f qcow2.xz --decompress
3535
BASE_QEMU_IMAGE="$(echo *.qcow2)"
3636
fi
37-
kola run --oscontainer ostree-unverified-registry:${TARGET_IMAGE} --qemu-image "./${BASE_QEMU_IMAGE}" "${kola_args[@]}" ext.bootc.'*'
37+
cosa kola run --oscontainer ostree-unverified-registry:${TARGET_IMAGE} --qemu-image "./${BASE_QEMU_IMAGE}" "${kola_args[@]}" ext.bootc.'*'
3838

3939
echo "ok kola bootc"

0 commit comments

Comments
 (0)