Arnaud Bailly

Results 53 comments of Arnaud Bailly

OK. I actually looked at it but was expecting to be able to run it as an external command so that I can schedule it in a cron for example....

OK. But this means I have to allocate clients to some tests explicitly in the description of the tests...

Yes, but then if I don't set explicit provide/require all clients will do everything all the time, which is not what I want. I guess what I want may be...

Sure, here is the main bake file: ``` type ImageId = String type HostPort = Int data Action = Compile | Dependencies | RunDocker ImageId HostPort | Deploy | IntegrationTest...

Thanks, that's also what I inferred: adding another client won't help us as-is. And your proposal definitely makes sense. The model I have in mind is that of a DAG...

Between "Nice to have" and "Should have"... I would be happy to help if you can point me at the right direction :-)

To elaborate: UI Tests, integration tests and ETE Tests are an integral part of the deployment process and take a significant share of the time it takes to build our...

Hmm, computation actually wrong as I do not take into account downstream (sequential) steps, but you get the idea :-)

Docker generates random combination of two meaningful words like silly-einstein or happy-newton. Makes names easy to remember and use yet mostly random Le mercredi 22 juillet 2015, Neil Mitchell [email protected]...