Skip to content

Commit

Permalink
ci/prow-entrypoint: Use a separated directory for each kola run
Browse files Browse the repository at this point in the history
Keep a distinct directory for test output for each kola run.
  • Loading branch information
travier committed Apr 4, 2023
1 parent db54842 commit ea46e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/prow-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ kola_test_qemu() {
cosa kola --basic-qemu-scenarios --skip-secure-boot
fi
kola run-upgrade -b rhcos -v --find-parent-image --qemu-image-dir tmp/ --output-dir tmp/kola-upgrade
cosa kola run --parallel 2
cosa kola run --parallel 2 --output-dir tmp/kola-all
}

# Build metal, metal4k & live images and run kola tests
Expand Down

0 comments on commit ea46e82

Please sign in to comment.