Skip to content

Commit

Permalink
Add private network full sync E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paolino committed Jul 15, 2024
1 parent ee3bf3b commit 4d663bb
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,24 @@ steps:
env:
NODE_LOGS_FILE: ../../../logs/node.log
WALLET_LOGS_FILE: ../../../logs/wallet.log
agents:
system: x86_64-linux

- label: Private Network Full Sync
depends_on: linux-nix
timeout: 20
command: |
rm -rf run/private/nix/logs
mkdir -p run/private/nix/logs
rm -rf run/private/nix/databases
cd run/private/nix && ./run.sh sync
artifact_paths:
- "./run/private/nix/logs/*"
agents:
system: x86_64-linux
env:
NODE_LOGS_FILE: ./logs/node.log
WALLET_LOGS_FILE: ./logs/wallet.log

- group: Code Quality Checks
key: code-quality
Expand Down Expand Up @@ -524,3 +539,14 @@ steps:
- "./logs/*"
agents:
system: x86_64-linux

- label: Private Network Full Sync
depends_on: docker-build
timeout: 20
command: |
rm -rf run/private/docker/databases
cd run/private/docker && ./run.sh sync
artifact_paths:
- "./run/private/docker/logs/*"
agents:
system: x86_64-linux

0 comments on commit 4d663bb

Please sign in to comment.