[ci/on-merge] Wait for quick checks and build to complete (#180537)

Before proceeding with tests. This is already implemented in the pull
request pipeline, and will allow the pipeline to end early if there's
lint errors.
This commit is contained in:
Jon 2024-04-11 08:31:27 -05:00 committed by GitHub
parent 157c6c27f9
commit c1e76ad2ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 11 deletions

View file

@ -39,6 +39,19 @@ steps:
- exit_status: '*'
limit: 1
- command: .buildkite/scripts/steps/quick_checks.sh
label: 'Quick Checks'
agents:
queue: n2-2-spot
key: quick_checks
timeout_in_minutes: 60
retry:
automatic:
- exit_status: '-1'
limit: 3
- wait
- command: .buildkite/scripts/steps/on_merge_api_docs.sh
label: Check Public API Docs
key: public-api-docs
@ -363,16 +376,6 @@ steps:
- exit_status: '-1'
limit: 3
- command: .buildkite/scripts/steps/quick_checks.sh
label: 'Quick Checks'
agents:
queue: n2-2-spot
timeout_in_minutes: 60
retry:
automatic:
- exit_status: '-1'
limit: 3
- command: .buildkite/scripts/steps/checks.sh
label: 'Checks'
agents:

View file

@ -23,7 +23,6 @@ steps:
label: 'Quick Checks'
agents:
queue: n2-2-spot
key: quick_checks
timeout_in_minutes: 60
retry:
automatic: