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
Describe the bug
When a GitHub job is invoked the status is hung in status of "Job is about to start running on the runner: gha-runner-coordinator_0 (repository)".
The GitHub Action self hosted runners are created/register properly. When a workflow is initiated for a push event the workflow invokes. The gha-runner-coordinator-auto-spawned0 VM is created in GCP properly. And appears the job is about to run on the spawned runner VM but never proceeds past the "Job is about to start ..." message. Appears that - even though the runner VM is spawned - there are issues in the coordinator accessing or controlling the runner VM. Eventually the runner VM is torn down and a new runner VM is created. And this cycles repeats for approx 5 runner VM creations and then eventually the job fails - after approx 10 minutes - with the message 'VM starter exited with non-zero exit code: 1".
The runner/worker logs on the coordinator show te VM creation and then "Attempting to connect ...." messages but nothing of interest otherwise.
Would seem like an issue that possibly the coordinator cannot access/control the spawned runner VM. But this seems odd as the coordinator is able to create the VM and the coordinator is using a GCP service account that should have necessary rights.
The GitHub self-hosted runners that are created and become active when the job is initiated properly.
Github Actions workflow logs show the runner VM creation but connecting messages are not successful and are re-attempted.
To Reproduce
Steps to reproduce the behavior:
1). Should be able to reproduce using runner VM JSON spec shared
2). Initiate the GH Actins workflow and observe the runner VM creation but the workflow steps never progress as the connection to the runner VMs is not successful/
Expected behavior
Coordinator should connect to runner VMs and complete the job steos.
Runner Version and Platform
Using latest version and VM image created during install steps provided in ReadMe.
Please let me know if I could provide any further info that would be helpful.
The text was updated successfully, but these errors were encountered:
Describe the bug
When a GitHub job is invoked the status is hung in status of "Job is about to start running on the runner: gha-runner-coordinator_0 (repository)".
The GitHub Action self hosted runners are created/register properly. When a workflow is initiated for a push event the workflow invokes. The
gha-runner-coordinator-auto-spawned0
VM is created in GCP properly. And appears the job is about to run on the spawned runner VM but never proceeds past the "Job is about to start ..." message. Appears that - even though the runner VM is spawned - there are issues in the coordinator accessing or controlling the runner VM. Eventually the runner VM is torn down and a new runner VM is created. And this cycles repeats for approx 5 runner VM creations and then eventually the job fails - after approx 10 minutes - with the message 'VM starter exited with non-zero exit code: 1".The runner/worker logs on the coordinator show te VM creation and then "Attempting to connect ...." messages but nothing of interest otherwise.
Would seem like an issue that possibly the coordinator cannot access/control the spawned runner VM. But this seems odd as the coordinator is able to create the VM and the coordinator is using a GCP service account that should have necessary rights.
The GitHub self-hosted runners that are created and become active when the job is initiated properly.
Github Actions workflow logs show the runner VM creation but connecting messages are not successful and are re-attempted.
The spec used for the runner VM is:
To Reproduce
Steps to reproduce the behavior:
1). Should be able to reproduce using runner VM JSON spec shared
2). Initiate the GH Actins workflow and observe the runner VM creation but the workflow steps never progress as the connection to the runner VMs is not successful/
Expected behavior
Coordinator should connect to runner VMs and complete the job steos.
Runner Version and Platform
Using latest version and VM image created during install steps provided in ReadMe.
Please let me know if I could provide any further info that would be helpful.
The text was updated successfully, but these errors were encountered: