From 5075fd162ef0a4322c5e3754a6a0e09090484fa9 Mon Sep 17 00:00:00 2001 From: hanabi1224 Date: Fri, 13 Feb 2026 16:03:50 +0800 Subject: [PATCH] fix(ci): disable bootstrap-checks-lotus until a new lotus image with calibnet F3 initial power table is published --- scripts/tests/api_compare/docker-compose.yml | 1 + scripts/tests/api_compare/filter-list | 2 ++ scripts/tests/bootstrapper/docker-compose-lotus.yml | 1 + 3 files changed, 4 insertions(+) diff --git a/scripts/tests/api_compare/docker-compose.yml b/scripts/tests/api_compare/docker-compose.yml index 3221ce40ae84..4407ad5fc1eb 100644 --- a/scripts/tests/api_compare/docker-compose.yml +++ b/scripts/tests/api_compare/docker-compose.yml @@ -183,6 +183,7 @@ services: - LOTUS_CHAINSTORE_ENABLESPLITSTORE=false - LOTUS_SYNC_BOOTSTRAP_PEERS=1 - FULLNODE_API_INFO=/dns/lotus/tcp/${LOTUS_RPC_PORT}/http + - LOTUS_DISABLE_F3_SUBSYSTEM=1 entrypoint: ["/bin/bash", "-c"] command: - | diff --git a/scripts/tests/api_compare/filter-list b/scripts/tests/api_compare/filter-list index 0656b736d920..d6196d5c8e75 100644 --- a/scripts/tests/api_compare/filter-list +++ b/scripts/tests/api_compare/filter-list @@ -1,2 +1,4 @@ # This list contains potentially broken methods (or tests) that are ignored. # They should be considered bugged, and not used until the root cause is resolved. +# Disable until a new lotus image with calibnet F3 initial power table is published +!Filecoin.F3 diff --git a/scripts/tests/bootstrapper/docker-compose-lotus.yml b/scripts/tests/bootstrapper/docker-compose-lotus.yml index 3b52740de658..5eb545272d56 100644 --- a/scripts/tests/bootstrapper/docker-compose-lotus.yml +++ b/scripts/tests/bootstrapper/docker-compose-lotus.yml @@ -69,6 +69,7 @@ services: - FULLNODE_API_INFO=/dns/lotus/tcp/${LOTUS_RPC_PORT}/http - LOTUS_P2P_BOOTSTRAPPERS=${FOREST_BOOTSTRAPPER_ADDRESS} - LOTUS_P2P_DHT_NO_ROUTING_TABLE_FILTER=1 + - LOTUS_DISABLE_F3_SUBSYSTEM=1 entrypoint: ["/bin/bash", "-c"] command: - |