From c126e72a55bc4502af91df0d1ad86d2bb9b9b00d Mon Sep 17 00:00:00 2001 From: paolino Date: Wed, 25 Sep 2024 14:26:33 +0000 Subject: [PATCH] Add preview boot sync CI job --- .buildkite/pipeline.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index d067a0aa217..abdc671442a 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -161,6 +161,26 @@ steps: CLEANUP_DB: true NETWORK: testnet + - label: Preview Network Boot Sync + timeout_in_minutes: 2 + depends_on: [] + command: | + cd run/preview/nix + rm -rf logs + mkdir -p logs + rm -rf databases + ./run.sh sync + artifact_paths: + - "./run/private/nix/logs/*" + agents: + system: x86_64-linux + env: + SUCCESS_STATUS: syncing + NODE_LOGS_FILE: ./logs/node.log + WALLET_LOGS_FILE: ./logs/wallet.log + CLEANUP_DB: true + NETWORK: testnet + - label: Mainnet Boot Sync timeout_in_minutes: 2 depends_on: []