Steven Gettys
Steven Gettys
> Hey @sgettys , I just created a simple bundle just to make sure that I understand the scenario. Is this what you are trying to do? If not, do...
> The code looks good to me. Do you mind to add some tests for this scenario for future proof? I can look into adding some. There weren't any existing...
> > > The code looks good to me. Do you mind to add some tests for this scenario for future proof? > > > > > > I can...
> > > The code looks good to me. Do you mind to add some tests for this scenario for future proof? > > > > > > I can...
> Thank you for adding the tests and clarify the behavioral changes that this change indicates. From my perspective, if we ignore the `io.UnexpectedEOF` error, the state file maybe invalid/corrupted,...
Looks like how k8s mounts the /porter/state.tgz file there needs to be a check for the unexpected EOF. The state file will exist but be empty. Adding in fix and...
Another option I forgot to bring up is setting up a porter client in the controller and potentially calling the outputs directly from there although that also feels like a...
> Is this still a WIP or is it ready to review? This is still a WIP, I need to get back to this. I want to get the bundle...
Refactor to have the build step inspect all actions for "workingDir" specified and collect them at build time. Fallback to the "workingDir" set in the mixin config or default
This should be complete