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
Fix race condition if a workflow job gets canceled before the runner VM accepted the job leading to an idling VM, always default to latest GitHub runner release if 'github_runner_download_url' is left empty
Copy file name to clipboardexpand all lines: README.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -149,12 +149,13 @@ Error applying IAM policy for cloudrun service "v1/projects/github-spot-runner/l
149
149
150
150
2. Solution: Override the Organization Policy "Domain Restricted Sharing" in the project, by setting it to "Allow all".
151
151
152
-
#### The VM Instance immediately stops after it was created without processing a workflow job
152
+
#### The VM instance stops shortly after it was created without processing a workflow task
153
153
154
-
The VM will shoutdown itself if the registration at the GitHub runner group fails. This can be caused by:
155
-
* An invalid jit-config.
154
+
The VM will stop itself if the registration at the GitHub runner group fails. This can be caused by:
156
155
* A typo in the GitHub Enterprise, Organization, Repository name. Check the Terraform variables `github_enterprise`, `github_organization`, `github_repositories` for typos.
157
156
* A not existing GitHub runner group within the Enterprise/Organization. Check the Terraform variable `github_runner_group` for typos.
157
+
* The GitHub runner version is [deprecated](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/autoscaling-with-self-hosted-runners#controlling-runner-software-updates-on-self-hosted-runners). The GitHub runner won't accept any Workflow job. Check the Terraform variable `github_runner_download_url` and update to latest GitHub runner version.
158
+
* An invalid jit-config.
158
159
159
160
You can observer the runner registration process by connecting to the VM instance via SSH and running:
description="A download link pointing to the gitlab runner package (WARNING: deprecated runner versions won't process jobs). If this variable is empty (by default), the latest runner release will be downloaded."
0 commit comments