Open manxorist opened 10 months ago
I'm suspecting that it's the same problem that persists that has been reported before: https://github.com/cross-platform-actions/action/issues/72 and https://github.com/cross-platform-actions/action/issues/61. The root cause has not been fixed.
After #47, I do not have any use case for this any more. I am running OpenBSD on QEMU on Ubuntu now, which appears to work fine so far.
I am seeing spurious failures due to timeout when executing consecutive commands in multiple steps in an OpenBSD 7.4 VM:
example run: https://github.com/OpenMPT/openmpt/actions/runs/7376167362/job/20068624263
workflow file: https://github.com/OpenMPT/openmpt/blob/91abfddfd96e8d8a3edee28b4f92c31e7eaa70df/.github/workflows/OpenBSD-7.4-Makefile.yml
Failure rate appears to be 1 failure in 5..10 runs (we only had about 15 runs since switching to multi-step runs).
I cannot compare to QEMU because of #73.