Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/workflows/merge-train-stale-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.AZTEC_BOT_GITHUB_TOKEN }}
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
run: ./ci3/merge_train_stale_check merge-train/spartan '#team-alpha'
run: ./ci3/merge_train_stale_check merge-train/spartan '#team-alpha-ci'

spartan-v5:
name: Check merge-train/spartan-v5
Expand All @@ -34,7 +34,7 @@ jobs:
GH_TOKEN: ${{ secrets.AZTEC_BOT_GITHUB_TOKEN }}
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
BASE_BRANCH: v5-next
run: ./ci3/merge_train_stale_check merge-train/spartan-v5 '#team-alpha'
run: ./ci3/merge_train_stale_check merge-train/spartan-v5 '#team-alpha-ci'

spartan-v6:
name: Check merge-train/spartan-v6
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/network-healthcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ jobs:
5. Any errors (level >= 50) or warnings (level 40) in the last 8 hours
6. Bot status if applicable

Create a gist with the full healthcheck report. Then post a concise summary to the #team-alpha channel via respond_to_user. Flag anything that needs attention (stopped bots, missed slots, errors, low peer counts).
Create a gist with the full healthcheck report. Then post a concise summary to the #team-alpha-ci channel via respond_to_user. Flag anything that needs attention (stopped bots, missed slots, errors, low peer counts).

Format the respond_to_user message as a brief network status overview, e.g.:
- testnet: healthy, block 5570, 100 peers
- mainnet: healthy, block 1234, 50 peers
- devnet: WARNING - bot stopped (insufficient balance)
Link to the gist for full details."

./ci3/slack_notify_with_claudebox_kickoff "#team-alpha" \
./ci3/slack_notify_with_claudebox_kickoff "#team-alpha-ci" \
"Starting network healthcheck for: ${NETWORKS}" \
"$PROMPT"
Loading
Loading