Amir Szekely
Amir Szekely
@choco-nishant #518 is working IIRC. It's just limited to I believe 1 hour jobs. I haven't had a chance yet to fix that. But if one hour is enough for...
> @kichik we are using ECS runners and as per my understanding the [fleet](https://github.com/CloudSnorkel/cdk-github-runners/tree/fleet) branch only supports EC2 runners, right? Yes
I consider 1 hour limit on jobs that were unlimited before a blocker. I won't merge until I get a chance to fix that.
The base image doesn't have everything we need. Specifically the [actions runner](https://github.com/actions/runner) is not installed. That said, you can use [`StaticRunnerImage.fromDockerHub`](https://constructs.dev/packages/@cloudsnorkel/cdk-github-runners/v/0.14.4/api/StaticRunnerImage?lang=typescript#fromDockerHub) or similar implementation to avoid ECR. You will need...
Sounds like they may have added that for their support of [GitHub Actions](https://docs.aws.amazon.com/codebuild/latest/userguide/action-runner.html). Honestly it sounds like that feature might be more in line with what you're looking for. I...
GitHub CLI has an extension API now. So I [forked](https://github.com/kichik/gh-act) and released act as a ghcli extension. ``` $ gh ext install kichik/gh-act $ gh act [CDK Deploy/Python package] 🚀...
Thanks for the PR. I would rather see the warning silenced as it's not valid for our use case. The bucket isn't versioned. Even if it was, we generate a...
This is waiting on [projen ESM support](https://github.com/projen/projen/issues/3447).
I'm not PowerShell expert, but I do believe we are already doing that. Are you sure these are the logs of the right instance? It seems like a log of...
Would you be able pull up the user data log from that machine so I can better understand what exactly failed there? It should be in `C:\ProgramData\Amazon\EC2-Windows\Launch\Log\UserdataExecution.log`. As far as...