Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jobs/build: Add a release lock to the job
We're hitting a subtle issue here where newer x86_64 pipelines are running (and early uploading their builds.json) before the release job runs for the previous build. That release job then fails. This commit adds a new lock to try to prevent newer x86_64 (main) pipeline jobs from running before the fleet of jobs from the previous run are complete.
- Loading branch information