146 questions
0
votes
0
answers
74
views
Playwright storage state preserved in GH runner at next run
I am testing a developer portal. This developer portal is using microsoft MFA enforced login. I'm handling this MFA through the otpauth library. I am also using Playwright's storage state in order to ...
1
vote
1
answer
676
views
ARC Self-hosted jobs queued "Waiting for a runner to pick up this job... "
I have setup ARC and its runners on my Azure AKS cluster. Following this tutorial. The problem is that my job remains queued and never starts. There appear to be no errors in any of my logs. What have ...
3
votes
1
answer
1k
views
Cannot mount docker compose volume in Gitea action
I've got a GitHub action (running on a self-hosted Gitea server) that runs a few docker compose commands to set up a test environment and run tests. The compose files work on my local machine and with ...
0
votes
1
answer
318
views
Self-hosted runner proxy URI malformed
I want to use a self-hosted runner for a local GitHub Enterprise Server Instance on a Debian machine.
I already installed the runner and the connection to my local GitHub is established. All machines ...
3
votes
1
answer
7k
views
How to use GitHub Actions Runner Images in a self hosted runner?
I have set up a self hosted github actions runner based on this image: ghcr.io/actions/actions-runner:latest.
It does seem that the Github Actions hosted runners are using pretty much the same image, ...
1
vote
1
answer
465
views
GitHub Actions Runner Controller on Azure AKS and VM serving as a proxy for the AKS cluster not able to push using docker/build-push-action@v6 action [closed]
I'm using a self-hosted GitHub Actions runner setup with Actions Runner Controller (ARC) on Azure AKS, along with a small VM serving as a proxy for the AKS. My self-hosted Docker registry is set up ...
2
votes
1
answer
507
views
Self-Hosted GitHub Runner idling and not picking up Jobs
My Self-Hosted Windows GitHub Runner is not picking up job when it has been inactivate for about 1-2 hours.
So when first connecting it, it's picking up jobs but then when there is no jobs for a while ...
0
votes
0
answers
144
views
Pass system env variable to self-hosted github-runner
I have a self-hosted runner based on Mac OS Ventura 13.6.5.
Mac has installed Python using Homebrew:
brew install python
and Path for python variable in .zshrc
export PATH="$(brew --prefix ...
0
votes
1
answer
596
views
Building a Image by using kaniko and trying to push to docker regsitry
Action Point : I have to build the image and push to docker registry with the help Kaniko executor.
I am using self hosted github runner.
Steps: First I tried to set up docker configuration
name: Set ...
-1
votes
1
answer
174
views
Github Self Hosted Runner on MacOS - Run Python Script with elevated permissions?
I am hosting a self-hosted runner, using python to automate some Unity tests. I have set up a .env file for local variables so eventually I can deploy the runner and the scripts onto any computer. ...
0
votes
1
answer
401
views
The SSL connection could not be established on Windows Runner for Github
I have a Windows Server 2019 Data Center on which I am setting up github action runner.
Windows Version - 1809
While executing the command -
./config.cmd --url https://github.com/org/repo --token ...
2
votes
0
answers
704
views
[WARNING]: No python interpreters found for host
I set up a deployment pipeline using GitHub actions and am experiencing an issue with Ansible seemingly not being able to find the python interpreter.
The step in the job is as follows. I set the ...
2
votes
2
answers
3k
views
Environment Secrets in Next.js with actions-runner and GitHub Actions
I deployed a Next.js app to a VPS with action-runners using GitHub Actions. Howver, I discovered that secrets not prefixed with NEXT_PUBLIC are not being picked up in the app. Only variables prefixed ...
0
votes
1
answer
875
views
Install Python on Self Hosted Windows runner for Github Action
I am using Windows Server 2019 as a self hosted runner for my Github Actions. I need to install Python.
Shall install this python as one time activity or through github action workflow every time that ...
1
vote
1
answer
358
views
Is there a way to determine in a GitHub Actions workflow step if the current runner is self-hosted?
I have set up a self-hosted runner for GitHub Actions. It works fine but I have a step that uses setup-xcode-version and this needs sudo access. So when it gets to this step the terminal running the ...
0
votes
0
answers
1k
views
Github Self-hosted Runners: Remove logs
When using a self-hosted runner for Github actions, the log files seem to be stored in actions-runner/_diag/. How can I clean up these logs either at the start of a workflow run? I know we have to use ...
0
votes
1
answer
445
views
Process variables in Yaml in Terraform
I am trying to use this module:
https://github.com/philips-labs/terraform-aws-github-runner/blob/main/modules/multi-runner/runners.tf
This is my yaml
matcherConfig:
exactMatch: true
labelMatchers:
...
0
votes
1
answer
555
views
How do I install new actions in a self hosted github actions runner?
Our organization uses GitHub enterprise. We’ve deployed our own self hosted runner in a basic Amazon instance. The instance is missing various actions that we would like to use in our workflows. I ...
1
vote
1
answer
2k
views
Can a self-hosted GitHub Actions Runner deploy an application on the same machine that is hosting the GitHub Runner?
I am currently trying to configure a GitHub Repository with GitHub Actions enabled, using a self-hosted GitHub Actions Runner running on a Ubuntu VM.
I would like to deploy my application to the same ...
0
votes
1
answer
318
views
Sonar on - Self Hosted Runner - Cant use npm to coverage and docker together
When i try to run (action checkout) on self hosted runner with npm run coverage and after sonarqube i got this error:"
docker: Error response from daemon: pull access denied for 6cd1db, ...
1
vote
1
answer
2k
views
How to deploy ARC runners to a Github org correctly
I have been struggling with all the documentation on Github and broader, on how to deploy ARC runners to our Github organisation
I have followed these guides:
https://docs.github.com/en/actions/...
14
votes
2
answers
6k
views
'Unable to Find User ContainerUser' when building Windows Dockerfile via Actions Runner
When building my windows dockerfile (.net core nano)...
docker build -f *** -t ***:*** --build-arg ARG1=foo --build-arg ARG2=bar .
I'm getting an error during the build that occurs in response to my ...
0
votes
1
answer
574
views
Cypress GitHub Actions Error: The cypress-ntlm-auth plugin must be loaded before using this method
I downloaded latest NodeJS application and using Cypress 9.7.0 .
Below are the steps I followed:
1.Proxy Set Up
2.npm install
3.used npx cypress-ntlm open/run
It's working on the runner server, but ...
0
votes
0
answers
1k
views
How to pass PAT Environment Variables from self-hosted runner to actions/checkout in Github Actions?
github actions, PAT Environment Variable does not work from self hosted runner
I have Action runner controller running in kubernetes.
created GITHUB PAT and added GH_PAT and MY_TEST Environment ...
1
vote
1
answer
2k
views
AZ CLI Issue - Github Actions Self hosted runner
I get the error shown in screenshot below while trying to fetch Azure key vault secrets using Azure CLI from github actions. The error says Please run 'az login' to setup account.
As one can see, the ...