chore: remove labs-owned deploy workflows and scenario/kind/bench machinery - #25296
Merged
Merged
Conversation
…hinery Deletes the network scenario/kind/bench CI machinery and the deployment workflows now owned by the labs repo. Workflows removed: weekly-proving-bench, nightly-spartan-bench, nightly-bench-inclusion-sweep, bench-inclusion-point (only consumer was the sweep), deploy-network, deploy-irm, deploy-staging-public, deploy-staging-internal, create-devnet, devnet-deploys, create-release-branch, ensure-funded-environment(s), network-healthcheck, plus the network-teardown action and the deploy-investigation claudebox runbook. ci3.yml loses the label-triggered ci-network-bench and ci-network-kind jobs. ci.sh, bootstrap.sh and spartan/bootstrap.sh lose the network-* verbs, ci-network-* modes and scenario/bench/kind functions behind them; ci3/run_test_cmd loses the scenario-only Slack fail notification. Also removes the scenario/kind/bench env files, the bench_10tps scraper, test_kind.sh, wait_for_l2_block.sh and the kind cluster helpers. Kept: spartan deploy/teardown/funding scripts (labs workflows own them), the e2e spartan test sources, the aztec-chaos-scenarios chart (used by those tests), extract_proving_metrics.ts (used by the network-logs agent), and metrics-deploy/deploy-rpc/metrics infra.
IlyasRidhuan
approved these changes
Aug 24, 2026
IlyasRidhuan
added this pull request to the merge queue
Aug 24, 2026
This was referenced Aug 25, 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.
FOUNDATION ONLY
Follow-up to #25213, which retired the runs but deliberately left the machinery. This removes it, plus the deployment workflows that are owned by the labs repo now.
Workflows deleted
weekly-proving-bench.yml,nightly-spartan-bench.yml,nightly-bench-inclusion-sweep.yml,bench-inclusion-point.yml(its only consumer was the sweep)deploy-network.yml,deploy-irm.yml,deploy-staging-public.yml,deploy-staging-internal.ymlcreate-devnet.yml,devnet-deploys.yml,create-release-branch.ymlensure-funded-environment.yml,ensure-funded-environments.yml,network-healthcheck.yml.github/actions/network-teardown/(only used by nightly-spartan-bench) and.claude/claudebox/deploy-investigation.md(only dispatched by deploy-network)test-network-scenarios.ymlwas already deleted in #25213.Machinery removed
ci-network-benchandci-network-kindjobs (the&ci_benchmark_*anchors they consumed are inlined back into thecijob).network-*verbs (scenarios/deploy/tests/bench/proving-bench/block-capacity-bench/bench-10tps/inclusion-sweep/teardown/tests-kind) and thegh-spartan-*benchmark download aliases.deploy-rollup-upgradestays.ci-network-*mode block.ci-bench(the m6a.metal benchmark box) stays.kind/test-kind-upgrade-rollup/network_deploy/network_teardown/wait_for_l2_blockwrappers.SCENARIO_TESTS/#alerts-next-scenario).benchmarks/README.md,quickstart.md,scripts/test_kind.sh,scripts/kind-config.yaml,scripts/patch_dns.sh,scripts/wait_for_l2_block.sh,scripts/bench_10tps/, and the scenario/kind/bench env files (tps-scenario, next-scenario, scenario.local, kind-minimal, kind-provers, prove-n-tps-fake, prove-n-tps-real, bench-10tps, bench-inclusion-sweep, block-capacity) with their.gitignorewhitelist lines.Deliberately kept
spartan/scripts/network_deploy.sh,network_teardown.sh, funding scripts — the labs repo's workflows are the consumers of record for this tooling.yarn-project/end-to-end/src/spartan/test sources and theaztec-chaos-scenarioschart they drive.extract_proving_metrics.ts(used by the network-logs agent) and metrics/RPC deploy workflows (metrics-deploy.yml,deploy-rpc.yml).Stale doc pointers left for a separate docs pass:
yarn-project/BRANCHING.md(create-release-branch),ci3/dashboarddeploy-lag workflow list, and the kind references inend-to-end/src/spartan/DEVELOP.md.Validation: YAML parse on all remaining workflows,
bash -non every edited shell script, and a repo-wide grep sweep for the removed verbs/modes/scripts/envs (remaining hits are the doc pointers listed above and comments in the kept e2e tests).