Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/provisioning-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
username: ${{secrets.EDX_SMTP_USERNAME}}
password: ${{secrets.EDX_SMTP_PASSWORD}}
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
Comment on lines 93 to +94
from: github-actions <github-actions@edx.org>
body: |
Devstack provisioning tests in ${{github.repository}} for ${{matrix.services}} failed!
Expand All @@ -107,6 +107,6 @@ jobs:
username: ${{secrets.EDX_SMTP_USERNAME}}
password: ${{secrets.EDX_SMTP_PASSWORD}}
subject: 'Back to normal: 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
from: github-actions <github-actions@edx.org>
body: Devstack provisioning tests in ${{github.repository}} are back to normal for ${{matrix.services}}
Loading