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

fix: az pipeline output within Merqe Queue Check #2560

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

jpayne3506
Copy link
Contributor

Reason for Change:

Output of az pipeline commands without the use of --query-order QueueTimeDesc was pulling old information on merge queue branches and missing recent runs. This meant that any new runs that were added to the merge queue without the merge commit sha changing were showing up as completed within the github action .

Also changed the sleep for the automatically queued runs to be 5 seconds AND moved it to be before the checks to ensure that an automated queued run does not get skipped and then manually triggered.

Issue Fixed:

Requirements:

Notes:
For the merge commit sha to change you need:

  • a change to master
  • merge commits in front of you in the merge queue
  • a change to your PR in the form of a rebase or new commit

@jpayne3506 jpayne3506 added fix Fixes something. ci Infra or tooling. labels Feb 5, 2024
@jpayne3506 jpayne3506 requested a review from rbtr February 5, 2024 20:30
@jpayne3506 jpayne3506 self-assigned this Feb 5, 2024
@jpayne3506 jpayne3506 requested a review from a team as a code owner February 5, 2024 20:30
@jpayne3506 jpayne3506 enabled auto-merge February 5, 2024 20:39
@jpayne3506 jpayne3506 added this pull request to the merge queue Feb 5, 2024
Merged via the queue into master with commit 5171d7e Feb 5, 2024
13 of 16 checks passed
@jpayne3506 jpayne3506 deleted the jpayne3506/mqaction branch February 5, 2024 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Infra or tooling. fix Fixes something.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants