Brad Rydzewski

Results 251 comments of Brad Rydzewski

> Although I may be able to think of a way to re-code it to use drone deploy; the challenge here is persisting the verified state file for application. One...

> Would you want me to keep keep this issue open for idealization? Keep it open for sure. I think pausing and resuming (or chaining) pipelines is important. I think...

Lets also collect some use cases for pausing and resuming (or stringing together) pipelines. Here are some initial use cases that come to mind * Wait for approval * Wait...

One additional thing to consider ... right now we don't have multi-machine fan-in or fan-out. This means if you are running a matrix builds, for example, there is no way...

@tonglil turns out the multi-machine changes I'm making in 0.9 enable stringing together multiple pipelines. You can then block a pipeline pending approval. The yaml is being slightly adjusted (with...

@tonglil also we need to find a better way to prevent tempering with the yaml. Currently we are checking to see if the yaml is new (has not been seen...

I'm not really familiar with Circle, but Drone has the ability to block a build pending approval. The goal is to extend this capability so that Drone can pause mid-pipeline...

You mark the build as "protected" which currently on requires approval when the yaml changes. This will be expanded when 0.9 is released to use an API / webhook to...

I wanted to provide an update since multi-machine builds are on my mind. Drone now has the ability to run multiple pipelines, and is able to pause in between pipeline...

@mellena1 the syntax is just a proposal. It is out of scope for 1.0 but could land in a future 1.x