Seth Goings
Seth Goings
@jentfoo - based on: http://www.cloudbees.com/foss/foss-dev.cb and considering we'll probably need to set up a matrix job for more speed... I'm not sure Cloudbees can even get us to the level...
Sure. This issue is my first way of taking a stab at improving Avian's structure, testing, and build system... I think there's a need to test Avian at different levels,...
I like this idea: > boilr can store the answers given to that particular template and then when asked `boilr plugin migrate ` Where they'd potentially be asked more questions...
Another option might be to change the output quantity via a similar route that `kubectl` uses. `kubectl` allows you to define the output type which then in turn shows ALL...
I'm working with @chaitanyaenr on getting us a container with helm, kubectl, etc that we can use to make kicking off our e2e tests a lot nicer in CI.
Why not just create the structure if it doesn't exist? We have all the logic already. :smile:
Sweet! I've been wanting to see this! Any reason why you used ant's copy instead of the Sync task in Gradle? (or why you didn't wire up the inputs/outputs for...
Note: provides a fix for #26...
Part of the problem is that it was using the copy command in Gradle, not the full-fledged copy task, where the latter doesn't know about inputs/outputs so it doesn't benefit...
I currently am using roundup (built in with Rerun). I'd probably want to move support for BATS into rerun itself if I did this... thoughts?