Skip to content

Commit

Permalink
lets see now
Browse files Browse the repository at this point in the history
  • Loading branch information
enekofb committed Nov 17, 2023
1 parent 33c67ef commit cfbeb18
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/publish-test-results.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@ jobs:
fail_on_failure: true
annotate_only: true # it wont add a build check so we dont want the build to fail if smokes fail
report_paths: ${{ env.TEST_RESULTS_PATH }}/**/${{ inputs.junit-results-glob-pattern }}
# - name: Notify slack of test results
# uses: archive/github-actions-slack@d9dae40827adf93bddf939db6552d1e392259d7d # v2.7.0
# id: slack
# if: steps.test-report.outcome == 'failure'
# with:
# slack-bot-user-oauth-access-token: ${{ secrets.SLACK_BOT_TOKEN }}
# slack-channel: C063ZPPJC5U # tmp-tolerant-failures
# slack-text: |
# :sad-parrot: smokes failure
# slack-optional-icon_url: "https://avatars.githubusercontent.com/u/9976052"
- name: Notify slack of test results
uses: archive/github-actions-slack@d9dae40827adf93bddf939db6552d1e392259d7d # v2.7.0
id: slack
if: steps.test-report.outcome == 'failure'
with:
slack-bot-user-oauth-access-token: ${{ secrets.SLACK_BOT_TOKEN }}
slack-channel: C063ZPPJC5U # tmp-tolerant-failures
slack-text: |
:sad-parrot: The <https://github.com/weaveworks/weave-gitops-enterprise/commit/${{ github.sha }}|latest commit> from ${{ github.actor }} is failing on main. <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|Click here> and weep. Then fix the underlying issue and ensure main remains green.
slack-optional-icon_url: "https://avatars.githubusercontent.com/u/9976052"
- name: Notify slack of test results 2
if: steps.test-report.outcome == 'failure'
id: slack2
Expand Down

0 comments on commit cfbeb18

Please sign in to comment.