Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jobs/build: Add a release lock to the job #581

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jul 29, 2022

  1. 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.
    dustymabe committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    be31122 View commit details
    Browse the repository at this point in the history