diff --git a/.github/workflows/full-integration-tests.yml b/.github/workflows/full-integration-tests.yml index 558402ea9b..d47d894965 100644 --- a/.github/workflows/full-integration-tests.yml +++ b/.github/workflows/full-integration-tests.yml @@ -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:" diff --git a/.github/workflows/full-service-tests.yml b/.github/workflows/full-service-tests.yml index 416106009c..fe8cd190d9 100644 --- a/.github/workflows/full-service-tests.yml +++ b/.github/workflows/full-service-tests.yml @@ -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:" diff --git a/.github/workflows/pr-integration.yml b/.github/workflows/pr-integration.yml index 0fe2ea22b4..736db43525 100644 --- a/.github/workflows/pr-integration.yml +++ b/.github/workflows/pr-integration.yml @@ -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:" diff --git a/.github/workflows/release-promotion-tests.yml b/.github/workflows/release-promotion-tests.yml index 82b0df3b3c..d598acf11e 100644 --- a/.github/workflows/release-promotion-tests.yml +++ b/.github/workflows/release-promotion-tests.yml @@ -144,7 +144,7 @@ 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/action-slack@v3.8.0 # see https://github.com/broadinstitute/action-slack @@ -152,7 +152,7 @@ jobs: 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 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8309178211..3de8f9cbf3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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:"