Replies: 1 comment
-
|
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm setting up a
RunnerDeployment
in a GHE 3.5 instance for the first time. A runner is created, registered for a repository, and its status isIdle
. The problem symptom is that when I trigger a hello world build, the runner appears to accept the job, but then no activity occurs, and after 5 minutes the runner is killed and a new one is created.From the GHE Actions perspective, a log example is:
Requested labels: Linux Job defined at: sample-org/sample-repo/.github/workflows/shell.yml@refs/heads/main Waiting for a runner to pick up this job... Job is about to start running on the runner: repo-runner-trzcm-gwc89 (repository)
Runner log example:
Beta Was this translation helpful? Give feedback.
All reactions