File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -704,7 +704,7 @@ case "$cmd" in
704704 export AVM_TRANSPILER=0
705705 barretenberg/cpp/bootstrap.sh ci
706706 ;;
707- " ci-barretenberg-full" )
707+ " ci-barretenberg-full" )
708708 export CI=1
709709 export USE_TEST_CACHE=1
710710 export AVM=0
Original file line number Diff line number Diff line change @@ -288,11 +288,7 @@ case "$cmd" in
288288 source_network_env kind-provers
289289 namespace=" upgrade-rollup-version${NAME_POSTFIX:- } "
290290 # First run smoke test to verify network health
291- OVERRIDES=" ${OVERRIDES:- bot.enabled=false} " \
292- FRESH_INSTALL=${FRESH_INSTALL:- true} INSTALL_METRICS=false \
293- ./scripts/test_kind.sh src/spartan/smoke.test.ts " $namespace "
294291 # Then run upgrade test on same deployment
295- OVERRIDES=" ${OVERRIDES:- bot.enabled=false} " \
296292 FRESH_INSTALL=false INSTALL_METRICS=false \
297293 ./scripts/test_kind.sh src/spartan/upgrade_via_cli.test.ts " $namespace "
298294 ;;
You can’t perform that action at this time.
0 commit comments