Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Let's cap build runs to 4h. Builds should never take that long. Ideally, we'd do timeouts per stage, and that could make sense (e.g. signing for example could in the worst case take more than 1h, but building the qcow2 shouldn't really take more than 15m), though just having one overall timeout to start with will at least prevent jobs from getting stuck anywhere in the process forever and taking up a pod in a cluster. Closes: #195
- Loading branch information