Casey Lee
Casey Lee
I think having a`Service.Provider = batch` would be the most ideal as it avoids a lot of duplication. how plausible would it be to implement?
looking good! curious, what is this for? ``` ProviderOverride string `yaml:"provider,omitempty"` ``` https://github.com/stelligent/mu/compare/develop...AndreyMarchuk:batch-as-service-provider?expand=1#diff-5db7db86b937470e53496a6ce29a1d3dR160
@augarrett that would be awesome, thank you!
@albertogviana I'd suggest adding a new field named `Disabled` here: https://github.com/stelligent/mu/blob/develop/common/types.go#L75 and then surround the step in the workflow with a conditional: https://github.com/stelligent/mu/blob/develop/workflows/environment_upsert.go#L28
That would be great @jdbohrman
@timbaileyjones not that easy. No way to tell CloudFormation to "reattach" to a resource that already exists. So, when mu goes to upsert the CFN stack for the repo, CFN...
I want to capture original idea behind how to implement private extensions: Currently you can use `s3://...` urls for the extensions and this will require the mu caller to be...
@mmontagna absolutely!
See https://github.com/nektos/act#runners. You can customize the image used for the runs-on. I've created an image that is a match to GitHub runners, but its like 15GB!
Tough problem. The runners that GitHub Actions offers are huge. I didn't feel right using an 18GB image as the default, requiring users of `act` to download that large of...