input-output-hk / cardano-sl

Cryptographic currency implementing Ouroboros PoS protocol
Apache License 2.0
3.78k stars 632 forks source link

remove stateDir after acceptance tests #4254

Closed manveru closed 4 years ago

manveru commented 4 years ago

Description

The acceptance tests run only once a day, and after they run, the whole chain remains on the Buildkite agent until it gets deleted the next day by the next run.

This PR will remove the chain after each run, to make space for other jobs and avoid running out of space s often.

Linked issue

Type of change

Developer checklist

Testing checklist

QA Steps

We should see whether the nightly tests pass.

Screenshots (if available)

How to merge

Send the message bors r+ to merge this PR. For more information, see docs/how-to/bors.md.

cleverca22 commented 4 years ago

bors r+

iohk-bors[bot] commented 4 years ago

Build failed

cleverca22 commented 4 years ago

@rvl the very first thing the test does is delete any previous chain, so it can never benefit from a pre-existing copy

cleverca22 commented 4 years ago

bors r+

iohk-bors[bot] commented 4 years ago

Build succeeded