diff --git a/.github/workflows/lotus-api-bump.yml b/.github/workflows/lotus-api-bump.yml index 509a9cd85e3..016c1a25e61 100644 --- a/.github/workflows/lotus-api-bump.yml +++ b/.github/workflows/lotus-api-bump.yml @@ -17,6 +17,7 @@ jobs: NETWORK=calibnet TAG=$(curl --silent https://api.github.com/repos/filecoin-project/lotus/releases | jq -r 'first | .tag_name') sed -i "s/\(LOTUS_IMAGE=.*\):.*/\1:$TAG-$NETWORK/" ./scripts/tests/api_compare/.env + sed -i "s/\(LOTUS_IMAGE=.*\):.*/\1:$TAG-$NETWORK/" ./scripts/tests/snapshot_parity/.env - name: Create Pull Request uses: peter-evans/create-pull-request@v6 with: diff --git a/scripts/tests/snapshot_parity/.env b/scripts/tests/snapshot_parity/.env index fd8ad4ed836..5305d2bc84f 100644 --- a/scripts/tests/snapshot_parity/.env +++ b/scripts/tests/snapshot_parity/.env @@ -1,4 +1,4 @@ -LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.26.3-calibnet +LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.27.0-rc2-calibnet FIL_PROOFS_PARAMETER_CACHE=/var/tmp/filecoin-proof-parameters LOTUS_RPC_PORT=1234 FOREST_RPC_PORT=2345 diff --git a/scripts/tests/snapshot_parity/docker-compose.yml b/scripts/tests/snapshot_parity/docker-compose.yml index 6f9ebacb2cd..75bdef88507 100644 --- a/scripts/tests/snapshot_parity/docker-compose.yml +++ b/scripts/tests/snapshot_parity/docker-compose.yml @@ -74,7 +74,7 @@ services: - | set -euxo pipefail lotus daemon --remove-existing-chain --import-snapshot $(ls /data/*.car.zst | tail -n 1) & - lotus wait-api --timeout 10m + lotus wait-api --timeout 20m lotus sync wait lotus chain export --tipset @$(ls /data/*.car.zst | tail -n 1 | grep -Eo '[0-9]+' | tail -n 1) --recent-stateroots ${EXPORT_EPOCHS} --skip-old-msgs /data/exported/lotus.car kill -KILL $!