chore: add alerting for orbi-bom for devstack provisioning github checks#221
Open
ktyagiapphelix2u wants to merge 1 commit into
Open
chore: add alerting for orbi-bom for devstack provisioning github checks#221ktyagiapphelix2u wants to merge 1 commit into
ktyagiapphelix2u wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Devstack provisioning test GitHub Actions workflow alert routing by changing who receives email notifications when the provisioning matrix fails or returns to normal.
Changes:
- Remove the Opsgenie email recipient from provisioning test failure notifications.
- Remove the Opsgenie email recipient from provisioning test “back to normal” notifications.
Comments suppressed due to low confidence (1)
.github/workflows/provisioning-tests.yml:110
- The PR title mentions adding alerting for "orbi-bom", but this change removes the Opsgenie recipient and leaves only the JSM email for the success/"back to normal" notification. Please confirm this routing change is intended and update the PR title/description accordingly (or re-add Opsgenie if required).
subject: 'Back to normal: Devstack provisioning tests for ${{matrix.services}} #${{github.run_id}}'
to: devstack-provisioning-tests@2u-internal.jsmalerts.atlassian.net
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
93
to
+94
| subject: 'Failure: Devstack provisioning tests for ${{matrix.services}} #${{github.run_id}}' | ||
| to: devstack-provisioning-tests@2u-internal.opsgenie.net, devstack-provisioning-tests@2u-internal.jsmalerts.atlassian.net | ||
| to: devstack-provisioning-tests@2u-internal.jsmalerts.atlassian.net |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.