polydawn / repeatr

Repeatr: Reproducible, hermetic Computation. Provision containers from Content-Addressable snapshots; run using familiar containers (e.g. runc); store outputs in Content-Addressable form too! JSON API; connect your own pipelines! (Or, use github.com/polydawn/stellar for pipelines!)
https://repeatr.io
Apache License 2.0
68 stars 5 forks source link

Make travis more useful #65

Closed warpfork closed 8 years ago

warpfork commented 9 years ago

Travis should test non-root runs of the tests (most of them will skip themselves, but that should also be tested to work properly).

Also, we should not run repeat-thyself as an integration test in some travis builds, because their pattern of testing merge commits makes a synthetic commit that isn't readily fetchable.

warpfork commented 8 years ago

Finally.

finally

This took long enough... but the opportunity to include a bunch of improvements to git logging and error handling quality along the way was too good to pass up, and that was worth it. (And who would have thought it would come down to an issue with shallow clones? Not I. Git, you joyous fractal you.)

TripleDogDare commented 8 years ago

LGTM