Runners are not getting created. #3460
Unanswered
pankajpandav
asked this question in
Q&A
Replies: 1 comment
-
Any updates here? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to use multi-runner mode.
Whenever git action runs, its able to spin up a new ec2 instance but even after long time, runner doesn't get created.
The runner in this case is ubuntu.
When I checked the user-data.log, it keeps on waiting for GH token from Parameter Store.
Here is the log snippet.
An error occurred (ParameterNotFound) when calling the GetParameter operation: Waiting for GH Runner config to become available in AWS SSM
This is coming from start-runner.sh from runners/templates folder.
I am not sure what is wrong with my setup.
I don't see the parameter store entry it's trying to fetch from parameter store which is the token for registration.
I have tried changing the runner mode from persistent to ephemeral and enable_jit_config to true. I see it getting reflected in parameter store but don't see runners using it.
What could be wrong here?
Beta Was this translation helpful? Give feedback.
All reactions