Questions tagged [github-actions-self-hosted-runners]

Use this tag when asking questions specific to self-hosted runners for GitHub Actions.

GitHub Actions offers the option to self-host your runners instead of using the cloud-based runners provided by GitHub. Using a self-hosted runner provides more control about the runner's configuration.

124 questions
0
votes
1 answer

Azure Datafactory run parallel activities

I have a pipeline with about 20 copy activities which are independent to one another. This copy activity is basically copy data from on premises data source to azure sql DB. I have two questions. Can I run all 20 activities at the same time…
0
votes
1 answer

Is it possible to default to self-hosted runners?

I am planning to move from GitLab to GitHub and just started to experiment with GH Actions. One thing I see is that I have to indicate that I want to run on a self-hosted runner for each job. Is there a way to set a default for the Organization, or…
WoJ
  • 27,165
  • 48
  • 180
  • 345
0
votes
0 answers

Datadog Python log collection from self-hosted Github Runner

I'm trying to collect logs from cron jobs running on our self hosted Github runners, but so far can only see the actual github-runner host logs. I've created a self-hosted Github Runner in AWS running on Unbtu with a standard config. We've also…
-2
votes
1 answer

Phillips-Labs terraform-aws-github-runner not creating ec2 instance

I am trying to set up self-hosted runners for GitHub using Terraform with Phillips-Labs terraform-aws-github-runner module. I see the GH webhook send/receive messages, SQS queue receiving messages and those messages being retrieve. The scale-up…
1 2 3
8
9