runner
runner copied to clipboard
The Runner for GitHub Actions :rocket:
**Describe the bug** I start running a job and i geting this error many times and the job is cancelled System.UnauthorizedAccessException: Access to the path '/proc/554/oom_score_adj' is denied. ``` test-t82bf-runner-vcgwt...
**Describe the bug** I have configured my runners to use a local proxy (so that no runners can access anything inside the cluster) However, every 100 or so runner pod...
Windows runners intermittently hang and timeout on the last action. e.g.  **To Reproduce** run on job ona a windows runner **Expected behavior** the job finishes OK ## Runner Version...
Replace /bin/bash by /usr/bin/env bash. Ensure that #! is used everywhere as prefix. Should fix parts of https://github.com/actions/runner/issues/3382
**Describe the bug** The current released scripts have bash in a hardcoded path. In (newer) distributions bash no longer exists in that path. **Expected behavior** The shebang should be `#!/usr/bin/env...
**Describe the bug** When the CI job correctly returns a non-zero exit code (ie pylint find a problem) on a self-hosted runner the ContainerHookManager still requests users to contact their...
🔍 **Issue Description**: Currently, when using reusable workflows in GitHub Actions, there is a complexity in passing secrets to these workflows. Even with the use of `secrets: inherit`, secrets still...
**Describe the bug** I one of our systemd repositories, I came across a strange issue where if a step fails, the runner correctly reports the step failed, but then it...
**Describe the bug** Calling the `force-cancel` endpoint using the following syntax, returns a 500 error (related to the recently implemented #1846). **To Reproduce** Have a workflow run that's hanging (if...
**Describe the bug** We've noticed that dependabot's PRs often suffer from this issue: - The newest enqueued job gets canceled in favor of older ones - This doesn't happen in...