Skip to content

Commit e7ad657

Browse files
authored
fix(ci): disable F3 on lotus until a new lotus image with calibnet F3 initial power table is published (#6601)
1 parent 4bb5416 commit e7ad657

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

scripts/tests/api_compare/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ services:
183183
- LOTUS_CHAINSTORE_ENABLESPLITSTORE=false
184184
- LOTUS_SYNC_BOOTSTRAP_PEERS=1
185185
- FULLNODE_API_INFO=/dns/lotus/tcp/${LOTUS_RPC_PORT}/http
186+
- LOTUS_DISABLE_F3_SUBSYSTEM=1
186187
entrypoint: ["/bin/bash", "-c"]
187188
command:
188189
- |
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# This list contains potentially broken methods (or tests) that are ignored.
22
# They should be considered bugged, and not used until the root cause is resolved.
3+
# Disable until a new lotus image with calibnet F3 initial power table is published
4+
!Filecoin.F3

scripts/tests/bootstrapper/docker-compose-lotus.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ services:
6969
- FULLNODE_API_INFO=/dns/lotus/tcp/${LOTUS_RPC_PORT}/http
7070
- LOTUS_P2P_BOOTSTRAPPERS=${FOREST_BOOTSTRAPPER_ADDRESS}
7171
- LOTUS_P2P_DHT_NO_ROUTING_TABLE_FILTER=1
72+
- LOTUS_DISABLE_F3_SUBSYSTEM=1
7273
entrypoint: ["/bin/bash", "-c"]
7374
command:
7475
- |

0 commit comments

Comments
 (0)