DataDog / riot

A Python virtual env builder and command runner
https://ddriot.readthedocs.io/
Apache License 2.0
23 stars 15 forks source link

Add option to fail after the first failure #133

Closed brettlangdon closed 3 years ago

brettlangdon commented 3 years ago

Right now Riot will run all jobs specified whether any of them fail or not.

It would be nice to give Riot and option to stop and return after the first job failure.