Skip to content

Commit

Permalink
Temporarily disable nightly database migrations test
Browse files Browse the repository at this point in the history
Until it can be moved from jormungandr to shelley.
  • Loading branch information
rvl committed Nov 17, 2020
1 parent 06093c4 commit fb2b1b8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
17 changes: 9 additions & 8 deletions .buildkite/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,15 @@ steps:
system: x86_64-linux
queue: benchmark

- label: 'Database Migrations Test'
commands:
- "rm -rf state-migration-test*"
- "nix-build nix/migration-tests.nix -o migration-tests"
- "./migration-tests/runall.sh"
timeout_in_minutes: 60
agents:
system: x86_64-linux
# TODO: ADP-549 Port migrations test to shelley
# - label: 'Database Migrations Test'
# commands:
# - "rm -rf state-migration-test*"
# - "nix-build nix/migration-tests.nix -o migration-tests"
# - "./migration-tests/runall.sh"
# timeout_in_minutes: 60
# agents:
# system: x86_64-linux

- wait

Expand Down
4 changes: 2 additions & 2 deletions nix/migration-tests.nix
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ let
pkgs.coreutils
pkgs.python3
]}
# fixme: port to shelley
# fixme: ADP-549 port to shelley
export genesisDataDir=${latestRelease.src}/lib/jormungandr/test/data/jormungandr
export configFile=${targetRelease.src}/lib/jormungandr/test/data/jormungandr/config.yaml
Expand Down Expand Up @@ -211,7 +211,7 @@ let
mkdir -p $out/${test.name}/data
cp ${test.cardano-wallet}/bin/* $out/${test.name}
cp ${test.runner} $out/${test.name}/${test.runner.name}
# fixme: port to shelley
# fixme: ADP-549 port to shelley
cp ${latest.src}/lib/jormungandr/test/data/jormungandr/{block0.bin,config.yaml,secret.yaml} $out/${test.name}/data
# append test to the run all script
Expand Down

0 comments on commit fb2b1b8

Please sign in to comment.