Skip to content

Commit

Permalink
fix: no fast deployments when the boot node needs to restart. (#12557)
Browse files Browse the repository at this point in the history
  • Loading branch information
just-mitch authored Mar 7, 2025
1 parent ed1dbdc commit 866582e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spartan/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ case "$cmd" in
./scripts/test_kind.sh src/spartan/transfer.test.ts ci.yaml transfer${NAME_POSTFIX:-}
;;
"test-kind-upgrade-rollup-version")
OVERRIDES="bot.enabled=false" \
OVERRIDES="bot.enabled=false,ethereum.acceleratedTestDeployments=false" \
FRESH_INSTALL=${FRESH_INSTALL:-true} INSTALL_METRICS=false \
./scripts/test_kind.sh src/spartan/upgrade_rollup_version.test.ts ci.yaml upgrade-rollup-version${NAME_POSTFIX:-}
;;
Expand Down

0 comments on commit 866582e

Please sign in to comment.