Skip to content

Commit

Permalink
Update schedule-daily.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy authored Jul 10, 2024
1 parent 5646d10 commit 04136c9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/schedule-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,16 @@ jobs:
# note: there's just one performance cluster, so the job can't be parallelized
BAZEL_EXTRA_ARGS: "--//bazel:enable_upload_perf_systest_results=True --keep_going --jobs 1"
HONEYCOMB_API_TOKEN: ${{ secrets.HONEYCOMB_API_TOKEN }}

send-slack-alert-failure:
name: Send Slack Alert - Failure
runs-on: ubuntu-latest
needs: [cut-release-candidate, rust-benchmarks, bazel-test-bare-metal, nns-tests-nightly, system-tests-benchmarks-nightly]
if: failure()
steps:
- name: Send Failure Slack Alert
uses: dfinity/ic/.github/workflows/slack-workflow-run.yml@master
with:
name: Schedule Daily
conclusion: Failure
branch: ${{ env.BRANCH_NAME }}

0 comments on commit 04136c9

Please sign in to comment.