From 3f9956f6b65ea16c201cfcb3985d5ea641ca8dce Mon Sep 17 00:00:00 2001 From: framework-automation <41898282+framework-automation[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 10:28:03 +0000 Subject: [PATCH] Upgrade CI (15 Apr 2024 10:28:03) --- .github/workflows/operator_release.yaml | 12 ++++++++++++ .github/workflows/operator_release_manual.yaml | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/.github/workflows/operator_release.yaml b/.github/workflows/operator_release.yaml index 01c647ad73c..adc1b7c8042 100644 --- a/.github/workflows/operator_release.yaml +++ b/.github/workflows/operator_release.yaml @@ -422,6 +422,18 @@ jobs: if: failure() runs-on: ubuntu-latest steps: + - name: Report Status to a Slack + uses: ravsamhq/notify-slack-action@master + with: + notification_title: 'Release pipeline failed: ${{ needs.pr-check.outputs.opp_pr_title }}' + footer: 'monitoring' +# status: ${{ needs.pr-check.result }} + status: 'failure' + notify_when: 'failure' + env: + SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }} + continue-on-error: true + - name: Google Chat Notification run: | echo "title: Release pipeline failed: ${{ needs.pr-check.outputs.opp_pr_title }}" diff --git a/.github/workflows/operator_release_manual.yaml b/.github/workflows/operator_release_manual.yaml index d01ff7bbb5b..4d9661ea218 100644 --- a/.github/workflows/operator_release_manual.yaml +++ b/.github/workflows/operator_release_manual.yaml @@ -432,6 +432,18 @@ jobs: if: failure() runs-on: ubuntu-latest steps: + - name: Report Status to a Slack + uses: ravsamhq/notify-slack-action@master + with: + notification_title: 'Release pipeline failed: ${{ needs.pr-check.outputs.opp_pr_title }}' + footer: 'monitoring' +# status: ${{ needs.pr-check.result }} + status: 'failure' + notify_when: 'failure' + env: + SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }} + continue-on-error: true + - name: Google Chat Notification run: | echo "title: Release pipeline failed: ${{ needs.pr-check.outputs.opp_pr_title }}"