From af4d8d7abbb0c1818777353cfa2fb045d3a918fb Mon Sep 17 00:00:00 2001 From: Chelsea Hoover <60902147+choover-broad@users.noreply.github.com> Date: Thu, 9 Jan 2025 09:27:34 -0500 Subject: [PATCH] [DDO-3972] Stop sending perf test notifications to #dsde-qa --- .github/workflows/test-runner-nightly-perf.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/test-runner-nightly-perf.yml b/.github/workflows/test-runner-nightly-perf.yml index 9ceedc4f..2da160b9 100644 --- a/.github/workflows/test-runner-nightly-perf.yml +++ b/.github/workflows/test-runner-nightly-perf.yml @@ -52,19 +52,6 @@ jobs: with: name: Test Reports path: buffer-clienttests/build/reports - - name: Notify QA Slack - # Always notify #dsde-qa when test finishes, and it is not manually triggered(workflow_dispatch). - if: github.event_name != 'workflow_dispatch' && always() - uses: broadinstitute/action-slack@v3.8.0 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} - with: - status: ${{ job.status }} - channel: "#dsde-qa" - username: "Resource Buffer tests" - text: "Perf tests" - fields: repo,message,commit,author,action,eventName,ref,workflow,job,took - name: Notify PF team when perf test fails if: failure() && github.event_name != 'workflow_dispatch' uses: broadinstitute/action-slack@v3.8.0