runner
runner copied to clipboard
The Runner for GitHub Actions :rocket:
**Describe the bug** To conduct a POC , we are deploying ARC with a minimum of 2 runners. However, after a few days, when the runner state changes to "failed"...
This PR implements an option to exit the runner in case Docker is not available with `RUNNER_WAIT_FOR_DOCKER_EXIT_ON_FAILURE`. It already has an option to wait a set amount of time for...
**Describe the bug** It appears that the log severity for gha-runner-scale-set is not configurable and defaults to "info". This results in our logging system being overwhelmed with excessive, unnecessary information....
**Describe the bug** We have a self hosted runner that was working and picking up jobs, and after some network issues stopped running with the message `Runner connect error: The...
**Describe the bug** On `windows-latest`, the conpty pseudo-terminal library does not write to the expected pipe, the output appears in the actions log output but never gets written to the...
**Describe the bug** Using the github runner's container image fails if using ```shell: python```. There is no alias to python in the image. Manually entering the running container and running:...
**Describe the bug** We install the latest runner into a macOS VM and it registers it to the org level so that jobs in a repo under the org can...
**Describe the bug** If an action is used multiple times and the owner or repository name varies in case, then the action will be downloaded multiple times. As GitHub asserts...
[2025-01-13 12:20:04Z INFO RSAFileKeyManager] Loading RSA key parameters from file /home/ec2-user/actions-runner/.credentials_rsaparams [2025-01-13 12:20:05Z INFO GitHubActionsService] AAD Correlation ID for this token request: Unknown [2025-01-13 12:25:05Z INFO MessageListener] No message retrieved...
**Describe the bug** When I try to configure a runner with a registration token generated with either a GitHub App or a PAT, a `www` is added to the middle...