From 8375be81919e9a54936d9f29fad0d0364412c83b Mon Sep 17 00:00:00 2001 From: hanabi1224 Date: Mon, 13 Oct 2025 17:32:32 +0800 Subject: [PATCH] fix(ci): snapshot parity test --- scripts/tests/snapshot_parity/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tests/snapshot_parity/docker-compose.yml b/scripts/tests/snapshot_parity/docker-compose.yml index 2668a3712692..1e3d60e1aab3 100644 --- a/scripts/tests/snapshot_parity/docker-compose.yml +++ b/scripts/tests/snapshot_parity/docker-compose.yml @@ -48,7 +48,7 @@ services: --import-mode=symlink & forest-cli wait-api forest-cli sync wait - forest-cli snapshot export -t=$(ls /data/*.car.zst | tail -n 1 | grep -Eo '[0-9]+' | tail -n 1) -d=${EXPORT_EPOCHS} -o /data/exported/forest.car.zst + forest-cli snapshot export --format v1 -t=$(ls /data/*.car.zst | tail -n 1 | grep -Eo '[0-9]+' | tail -n 1) -d=${EXPORT_EPOCHS} -o /data/exported/forest.car.zst kill -KILL $! lotus: depends_on: