Skip to content

Commit

Permalink
route workspaces team alerts to core services
Browse files Browse the repository at this point in the history
  • Loading branch information
marctalbott committed Oct 17, 2024
1 parent 0306eb0 commit a977086
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/full-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
MATRIX_CONTEXT: ${{ toJson(matrix) }}
with:
status: ${{ job.status }}
channel: "#dsp-workspaces-test-alerts"
channel: "#dsp-core-services-alerts"
username: "WSM full integration test"
author_name: "${{ matrix.gradleTask }}"
icon_emoji: ":bangbang:"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/full-service-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
MATRIX_CONTEXT: ${{ toJson(matrix) }}
with:
status: ${{ job.status }}
channel: "#dsp-workspaces-test-alerts"
channel: "#dsp-core-services-alerts"
username: "WSM full service test branch"
author_name: "${{ matrix.gradleTask }}"
icon_emoji: ":bangbang:"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
MATRIX_CONTEXT: ${{ toJson(matrix) }}
with:
status: ${{ job.status }}
channel: "#dsp-workspaces-test-alerts"
channel: "#dsp-core-services-alerts"
username: "WSM push to main branch"
author_name: "integrationTest"
icon_emoji: ":triangular_ruler:"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-promotion-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,15 +144,15 @@ jobs:
author_name: "Workspace Manager ${{ steps.set-env-step.outputs.test-env }} integrationTest"
fields: repo,job,workflow,commit,eventName,author,took

- name: "Notify Workspaces test failure Slack"
- name: "Notify WSM test failure Slack"
if: failure()
uses: broadinstitute/[email protected]
# see https://github.com/broadinstitute/action-slack
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
with:
status: ${{ job.status }}
channel: "#dsp-workspaces-test-alerts"
channel: "#dsp-core-services-alerts"
username: "Workspace Manager ${{ steps.set-env-step.outputs.test-env }} tests"
author_name: "Workspace Manager ${{ steps.set-env-step.outputs.test-env }} integrationTest"
fields: repo,job,workflow,commit,eventName,author,took
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
MATRIX_CONTEXT: ${{ toJson(matrix) }}
with:
status: ${{ job.status }}
channel: "#dsp-workspaces-test-alerts"
channel: "#dsp-core-services-alerts"
username: "WSM push to main branch"
author_name: "${{ matrix.gradleTask }}"
icon_emoji: ":triangular_ruler:"
Expand Down

0 comments on commit a977086

Please sign in to comment.