chore(ci): stop auto-dispatching ClaudeBox on #alerts-next-scenario failures#24502
Draft
AztecBot wants to merge 1 commit into
Draft
chore(ci): stop auto-dispatching ClaudeBox on #alerts-next-scenario failures#24502AztecBot wants to merge 1 commit into
AztecBot wants to merge 1 commit into
Conversation
ludamad
approved these changes
Jul 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
The nightly/weekly Spartan scenario + benchmark workflows call
ci3/slack_notify_with_claudebox_kickoffon failure, which both posts a Slacknotice to
#alerts-next-scenarioand auto-dispatches a ClaudeBoxinvestigation session (via
gh workflow run claudebox.yml→ the ClaudeBox v2/runwebhook).This turns off the automatic ClaudeBox dispatch for that channel by
switching those failure steps to plain
ci3/slack_notify— the failure isstill announced in
#alerts-next-scenarioexactly as before, there's just noauto-kickoff. ClaudeBox can still be triggered manually when a failure warrants
investigation.
Why
The auto-kickoff was firing on every nightly failure and burning a lot of
tokens. Requested by Alex Gherghisan — keep the alerts, drop the automatic
investigations, trigger manually as needed.
Scope
7 failure-path call sites, all targeting
#alerts-next-scenario:ci3.yml— Nightly Spartan Scenario (tagged runs)test-network-scenarios.yml— Scenario testsnightly-spartan-bench.yml— Spartan / proving / block-capacity benchmarks (×3)nightly-bench-10tps.yml— 10 TPS benchmarkweekly-proving-bench.yml— weekly real proving benchmarkEach step is renamed to
Notify Slack on failure, drops the now-unusedGITHUB_TOKENenv and the(🤖)marker, and keeps the same failure text.Kickoffs for other channels (
#team-fairies,#team-bonobos,#honk-team,#team-alpha, merge-train/canary) are intentionally left untouched.Notes
aztec-packages-private; these workflow filesmirror there via the merge train, so the change takes effect once it
propagates.
these CI workflows, not in the claudebox routing config.
Created by claudebox · group:
slackbot