Skip to content

[DDO-3972] Stop sending perf test notifications to #dsde-qa #402

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 9, 2025
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
13 changes: 0 additions & 13 deletions .github/workflows/test-runner-nightly-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading