github-actions-self-hosted-runners Questions

3

Solved

I recently updated my self-hosted linux server on compute engine. Pm2 had been working perfectly along my github actions previously. However after update when i restart a pm2 instance from my ssh t...

2

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 m...

1

Is it possible to omit using of Docker Hub and any docker image repo/registry to use a docker image in GitHub Actions? I have a self-hosted runner Linux PC which is able to create my own docker ima...

3

When running Github actions on a self hosted runner machine, how do I access existing custom environment variables that have been set on the machine, in my Github action .yaml script? I have set th...

7

Solved

I'm trying to install a GitHub runner on my Linux machine (Ubuntu 20.04.1 LTS) following the steps described at repo>settings>Actions>add runner. The first steps worked fine but when I run...

3

Solved

I'm running a DAST scanner via github actions and it has failed due to timeout because the job took longer than 6 hours. Reading through the documentation I see the limit should not be applied to s...
Pears asked 1/12, 2021 at 15:44

1

I have below pipeline and in this i want to run lint and lint-test in parallel. Earlier I had one job with multiple steps but as I checked that if we create different jobs then It can run in parall...

1

For those that are familiar with Github Actions... At present, when a job runs, it picks the most suitable runner for the job based on labels and repository (Using self-hosted runners in a workflow...

0

We are using GitHub Action Self Hosted Runners on a Windows Server to build and deploy private repositories. For context, they are .NET Projects. A pattern we've adopted is to break out a workflow ...
Guillema asked 19/1, 2022 at 14:43

1

Solved

I'm trying to organize my workflow artifacts (on a self-hosted runner) using a structure similar to this: c:\github\artifacts\{org}\{repo}\{runid} Different organizations in our enterprise COULD h...
Fluorite asked 13/1, 2022 at 16:52

0

I'm running multiple self hosted runners in one machine. I'd like to give specific # of CPU cores/memory to each runners. How can I achieve this? ps) I can not use VM. ps) As I googled, launching v...
1

© 2022 - 2024 — McMap. All rights reserved.