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

Skip batch job if build was skipped as a whole. #3390

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

jdangerx
Copy link
Member

Overview

What problem does this address?

The 2024-02-11 and 2024-02-12 builds were skipped, but we didn't get a Slack notification because the GHA itself failed.

What did you change?

We had forgotten to skip the "kick off a batch job" step when the build was skipped, so it was trying to do that, failing, and then not sending any notification.

I added the skip condition + force the slack notif to always run.

Testing

How did you make sure this worked? How can a reviewer verify this?

We'll see if it works the next time we have a skip!

To-do list

Edit tasklist title
Beta Give feedback Tasklist To-do list, more options

Delete tasklist

Delete tasklist block?
Are you sure? All relationships in this tasklist will be removed.
  1. Review the PR yourself and call out any questions or issues you have
    Options

@jdangerx jdangerx requested review from a team and zaneselvans and removed request for a team February 12, 2024 18:56
@jdangerx jdangerx added this pull request to the merge queue Feb 12, 2024
Merged via the queue into main with commit 0a3d706 Feb 12, 2024
12 checks passed
@jdangerx jdangerx deleted the 2024-02-12-nightly-build-skip-notif branch February 12, 2024 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants