Skip to content

Commit

Permalink
IDX GitHub Automation
Browse files Browse the repository at this point in the history
  • Loading branch information
IDX GitHub Automation authored and IDX GitHub Automation committed Jul 10, 2024
1 parent 57bb861 commit f7d9cd2
Showing 1 changed file with 10 additions and 18 deletions.
28 changes: 10 additions & 18 deletions .github/workflows/release-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,26 +110,18 @@ jobs:
BAZEL_EXTRA_ARGS_RULES: "--test_tag_filters=system_test_hotfix --deleted_packages=gitlab-ci/src/gitlab_config"
HONEYCOMB_API_TOKEN: ${{ secrets.HONEYCOMB_API_TOKEN }}
send-slack-alert-success:
name: Send Slack Alert - Success
runs-on: ubuntu-latest
needs: [bazel-system-test-nightly, bazel-system-test-staging, bazel-system-test-hotfix]
if: success()
steps:
- name: Send Success Slack Alert
uses: dfinity/ic/.github/workflows/slack-workflow-run.yml@master
with:
name: Release Testing
conclusion: "success"
branch: ${{ env.BRANCH_NAME }}
uses: dfinity/ic/.github/workflows/slack-workflow-run.yml@master
with:
name: Release Testing
conclusion: Success
branch: ${{ env.BRANCH_NAME }}
send-slack-alert-failure:
name: Send Slack Alert - Failure
runs-on: ubuntu-latest
needs: [bazel-system-test-nightly, bazel-system-test-staging, bazel-system-test-hotfix]
if: failure()
steps:
- name: Send Failure Slack Alert
uses: dfinity/ic/.github/workflows/slack-workflow-run.yml@master
with:
name: Release Testing Failure
conclusion: Failure
branch: ${{ env.BRANCH_NAME }}
uses: dfinity/ic/.github/workflows/slack-workflow-run.yml@master
with:
name: Release Testing Failure
conclusion: Failure
branch: ${{ env.BRANCH_NAME }}

0 comments on commit f7d9cd2

Please sign in to comment.