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 0c4b97a commit c1671c6
Showing 1 changed file with 9 additions and 8 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-548 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

0 comments on commit c1671c6

Please sign in to comment.