Skip to content

Commit

Permalink
Add preview boot sync CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
paolino committed Sep 27, 2024
1 parent 19fd579 commit c126e72
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down

0 comments on commit c126e72

Please sign in to comment.