bgruening / docker-galaxy

:whale::bar_chart::books: Docker Images tracking the stable Galaxy releases.
http://bgruening.github.io/docker-galaxy
MIT License
226 stars 134 forks source link

Fix CI artifacts & retry more often #556

Closed AndreasSko closed 4 years ago

AndreasSko commented 4 years ago

:bug: After https://github.com/bgruening/docker-galaxy-stable/pull/555 the export folder would be removed on every test fail, so the upload-artifacts didn't have any artifacts to save. This change will place the remove command before every test-run, so every test starts from a clean folder, while old artifacts can still be uploaded after all retries have failed.

:green_heart: Also, as some tests are a bit flaky and can still fail after the second try, I'm pushing the retry limit to four, which should hopefully fix some flaky CI runs..