You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expected this to create two runners for on the host and that they both would be online.
Instead it replaced the first runner with the second one.
Ive been looking at the code to understand why its replacing the existing one instead of generating a separate one, but Im not able to figure it out as of yet so figured Id put in an Issue.
The text was updated successfully, but these errors were encountered:
It seems that If i keep the runners in separate folders by specifying the path for each runner with: gh_runner_installation_path
This seems to solve the situation for me.
Adding to this, I had to also set 'gh_runner_workspace_path' to be unique for every runner, otherwise i sometime got error for missing files in '/var/cache/github-actions-runner' folder.
I was trying to create multiple github runnner for an Org, using indididual repo keys,
I expected this to create two runners for on the host and that they both would be online.
Instead it replaced the first runner with the second one.
Ive been looking at the code to understand why its replacing the existing one instead of generating a separate one, but Im not able to figure it out as of yet so figured Id put in an Issue.
The text was updated successfully, but these errors were encountered: