Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.
Merged
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 @@ -80,7 +80,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@edx.opsgenie.net
to: devstack-provisioning-tests@2u-internal.opsgenie.net
from: github-actions <github-actions@edx.org>
body: 'Devstack provisioning tests in ${{github.repository}} for ${{matrix.services}} failed! For details see "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}". \n Runbook url: https://openedx.atlassian.net/l/c/zoEcLk2z .'

Expand All @@ -93,7 +93,7 @@ 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@edx.opsgenie.net
to: devstack-provisioning-tests@2u-internal.opsgenie.net
from: github-actions <github-actions@edx.org>
body: Devstack provisioning tests in ${{github.repository}} are back to normal for ${{matrix.services}}

Expand Down