Skip to content

Commit 5acbae8

Browse files
authored
[ADP-3421] Suspend mithril checks (#4765)
- Suspend mithril checks in the main pipeline as they are offering old snapshots that time out the steps ADP-3421
2 parents f5fa6bb + bf20343 commit 5acbae8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.buildkite/pipeline.yml

+2
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ steps:
200200

201201
- label: Mainnet Boot Sync with Mithril
202202
timeout_in_minutes: 120
203+
if: 0 == 1 # Disabled until new mihtril snapshots
203204
depends_on:
204205
- linux-mainnet-full-sync-block
205206
command: |
@@ -698,6 +699,7 @@ steps:
698699

699700
- label: Mainnet Boot Sync via Mithril
700701
timeout_in_minutes: 120
702+
if: 0 == 1 # Disabled until new mihtril snapshots
701703
command: |
702704
cd run/mainnet/docker
703705
export WALLET_TAG=$(buildkite-agent meta-data get "release-cabal-version")

0 commit comments

Comments
 (0)