Skip to content

Commit

Permalink
fix upgrade tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Jun 21, 2024
1 parent 26e3c8d commit 5489d03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions contrib/localnet/orchestrator/start-zetae2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ if [ "$LOCALNET_MODE" == "upgrade" ]; then
UPGRADE_HEIGHT=${UPGRADE_HEIGHT:=225}

if [[ ! -f deployed.yml ]]; then
zetae2e "$ZETAE2E_CMD" --setup-only --config-out deployed.yml --skip-header-proof
zetae2e local $E2E_ARGS --setup-only --config-out deployed.yml --skip-header-proof
if [ $? -ne 0 ]; then
echo "e2e setup failed"
exit 1
Expand All @@ -97,7 +97,7 @@ if [ "$LOCALNET_MODE" == "upgrade" ]; then
echo "running E2E command to setup the networks and populate the state..."

# Use light flag to ensure tests can complete before the upgrade height
zetae2e $E2E_ARGS --skip-setup --config deployed.yml --light --skip-header-proof
zetae2e local $E2E_ARGS --skip-setup --config deployed.yml --light --skip-header-proof
if [ $? -ne 0 ]; then
echo "first e2e failed"
exit 1
Expand Down
2 changes: 0 additions & 2 deletions contrib/localnet/scripts/start-upgrade-orchestrator.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/bash

UPGRADE_HEIGHT=$1

CHAINID="athens_101-1"
UPGRADE_AUTHORITY_ACCOUNT="zeta10d07y265gmmuvt4z0w9aw880jnsr700jvxasvr"

Expand Down

0 comments on commit 5489d03

Please sign in to comment.