galaxyproject / ephemeris

Library for managing Galaxy plugins - tools, index data, and workflows.
https://ephemeris.readthedocs.org/
Other
28 stars 38 forks source link

Test tools in parallel, with regular user permissions, without a shared filesystem #118

Closed mvdbeek closed 5 years ago

mvdbeek commented 5 years ago

We'll need a galaxy-lib update with https://github.com/galaxyproject/galaxy/pull/7167 for re-using the history.

We've got a new galaxy-lib update, so let's get this in. It allows testing tools without an admin API key and without a shared filesystem.

mvdbeek commented 5 years ago

Alright, test are done and passing at https://travis-ci.org/galaxyproject/ephemeris/jobs/515746753

rhpvorderman commented 5 years ago

Looks great!

rhpvorderman commented 5 years ago

Thanks a lot @mvdbeek for implementing this!

mvdbeek commented 5 years ago

Thanks for the review and merge!