Closed cpswan closed 1 week ago
When we run the Multibuild workflow it frequently hangs/fails on RISC-V or other jobs in [other_build]
Right now we can't re-run failed jobs, we have to re-run the whole workflow, because the temporary branch we create gets tidied up when jobs fail.
The tradeoff here is we'll need to sometimes to some manual git gardening, but that seems like a worthwhile trade.
- What I did
Removed the always clause.
always
- How to verify it
Will require a multibuild (re)run
- Description for the changelog
ci: Don't always cleanup
When we run the Multibuild workflow it frequently hangs/fails on RISC-V or other jobs in [other_build]
Right now we can't re-run failed jobs, we have to re-run the whole workflow, because the temporary branch we create gets tidied up when jobs fail.
The tradeoff here is we'll need to sometimes to some manual git gardening, but that seems like a worthwhile trade.
- What I did
Removed the
always
clause.- How to verify it
Will require a multibuild (re)run
- Description for the changelog
ci: Don't always cleanup