Skip to content

Commit

Permalink
Add preview full sync via docker CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
paolino committed Sep 27, 2024
1 parent c126e72 commit 7d14ae2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,18 @@ steps:
system: x86_64-linux
env:
USE_LOCAL_IMAGE: true

- label: Preview Network Full Sync
timeout_in_minutes: 60
command: |
cd run/preview/docker
export WALLET_TAG=$(buildkite-agent meta-data get "release-cabal-version")
rm -rf databases
./run.sh sync
agents:
system: x86_64-linux
env:
USE_LOCAL_IMAGE: true

- label: Sanchonet Full Sync
timeout_in_minutes: 240
Expand Down

0 comments on commit 7d14ae2

Please sign in to comment.