[ci][tvm-bot] Re-running an in-progress github action workflow fails #12847
Labels
dev:ci
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
See #12785 (comment) on #12785:
This happened while one job was failed (MacOS) and 2 were still running (Android and Windows). The rerun request went to workflow 3091384727 which was the stopped MacOS build, but it might have errored out since the MacOS is a failed job within a workflow that contains other running jobs (Windows / MacOS). The fix here might be to break up
main.yml
in.github/workflows
tomacos.yml
/windows.yml
/android.yml
(though the rerun-failed-jobs endpoint sounds like it should work fine with this case). We could also try cancelling the whole workflow, waiting a bit, then issuing the rerun.cc @Mousius @areusch @gigiblender
The text was updated successfully, but these errors were encountered: