Alexandru Mazilu

Results 12 comments of Alexandru Mazilu

I also feel that the default settings must check the main branch of the fork. Not all repos changed from master to main. As an organization we have decided to...

You are right. I went through the audit log and found repos with master and main being updated. Does the App triggers only when new changes are made in upstream...

> Using complex password fixed the issue. This fixed the issue for me

I was able to run on AKS with no issues. When configuring the runner, I used a PowerShell script that I try to keep up to date with this https://github.com/actions-runner-controller/actions-runner-controller/blob/master/runner/startup.sh...

> @mazilu88 this is exactly what https://github.com/isarkis/actions-runner-controller/pull/1 is missing, can we add your change to that pull request? Sure

I have the same setup as the first post. Helm chart with the same values. The pod is not cleaned up ``` √ Removed .credentials √ Removed .runner "Runner listener...

Any advice on how to debug this is highly appreciated The message from the controller is `INFO actions-runner-controller.runnerpod Runner pod is annotated to wait for completion, and the runner container...

Thank you for the reply. I am using RD and HRA so sadly that is not the fix for me

The solution for me was to configure the entrypoint as per documentation https://github.com/actions/actions-runner-controller/blob/3ede9b5a0159a5e0703ccae6eebfdc89defe2b8f/docs/configuring-windows-runners.md In the initial setup, I had `ENTRYPOINT ["pwsh", "-c", "./configure.ps1;]` and inside it the `./run.cmd` Changed it...

I'm looking at implementing this provider. The feature you've introduced aligns perfectly with our current needs. Thank you for your valuable work @ulucinar ! I see this was approved on...