Questions tagged [runner]
250 questions
0
votes
0 answers
Gitlab SaaS CI/CD jobs occasionally in pending state with local linux and windows runners (this is happening only on 1 Project)
it would be great if you could help me with this pending state issue on Gitlab, it is driving me crazy as I cannot point out what is going wrong really.
Please find here the details and configs:
Current Gitlab Plan: Gitlab Premium SaaS Plan
Number…

sacrificulum
- 1
- 1
- 1
0
votes
0 answers
GitLab CI : Runner Docker and cache Maven repository does not working
I'm trying to setup a GitLab CI pipeline on a Docker runner.
I have a Docker runner with a Maven image (maven:3.8.6-openjdk-11) that I'm trying to use for my pipeline that compiles a Maven project.
I have set maven repository cache but I feel like…

Ludo06
- 11
- 1
0
votes
0 answers
Trying to make Unending Boundaries In a Runner Game
Trying to make a runner game. I don't want my character to fall off the edge of the map. How do I make the character always center of the path? I want to make so that my character is always center of the path as it is being instantiated and to never…

nealgoogs
- 21
- 5
0
votes
0 answers
Self-Hosted GitHub Runner: Error when running sudo "sudo: effective uid is not 0..."
I am trying to run self-hosted GitHub runners in a K8s cluster using actions-runner-controller. Whenever I run a workflow on the runner and attempt to use sudo, it fails with the following error: sudo: effective uid is not 0, is /usr/bin/sudo on a…

Erik Umhoefer
- 11
- 2
0
votes
0 answers
Github Runner not picking up the single-dimension matrix
I am facing using implementing the stregix matrix on Github runner with liquibase. Github runner is not picking the other jobs. Only 1 job ran and other went into waiting state.
Getting message "Waiting for runner to pick up the job"
Code
jobs:
…

Manish
- 71
- 7
0
votes
0 answers
AIX 7.2 Gitlab runner core dumps on launch
I have an AIX 7.2 machine (oslevel=7200-03-02-1846) that I want to connect to Gitlab.
Attempting to use the gitlab runner published by PowerDevOps (Gitlab Runner 15.2.0) results in a coredump:
bash-5.1# ./gitlab-runner install --user=runner…

bhouston
- 1
0
votes
0 answers
How to Curve World in Unity3d?
I'm working on a runner game and I want it to be looked like Subway Surfers but don't know how to make it. Is there a way to bend the world without using shaders because I literally have no idea about this stuff. I have found the code…

New One
- 7
- 3
0
votes
0 answers
CICD nightmare: what is a gitlab runner ACTUALLY doing?
I am having a lot of trouble conceptualizing what CICD even is... and how it does what it does. I use it every day and really grasp very little of how it works and it's frustrating to me.
I have been working in the devops space for a long time but…

007chungking
- 55
- 4
0
votes
1 answer
Docker scan step is failing on pipeline with login error
I am trying to use docker scan command in gitlab CI. I am loggin in to docker hub using docker login command and after that I am running docker scan --accept-license :. On my local machine everything works fine, but pipeline failing with this…
0
votes
2 answers
GitHub Actions Runner passes even exit code is not 0
I have a docker compose project. The code doesn't compile in docker and exits with code 2 but GitHub passes the job and marks as done.
Yml file:
name: Docker Build
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
…

Torchizm
- 54
- 6
0
votes
1 answer
POSTMAN - POST API Body doesn't interpret String data correctly
I have a unique issue where string data from an JSON array field doesn't get interpreted by Postman at runtime. The field 'providers' is combined into one string instead of individual strings.
What is the best way to escape string data to get the…

user19575906
- 1
- 1
0
votes
1 answer
Github Please ensure that /home/actions/azure-kubectl is in your search PATH
After installing KubeCTL and KubeLogin using the following line
- id: install-aks-cli
run: |
az aks install-cli --install-location ${{ inputs.kube-ctl-install-location }} --kubelogin-install-location ${{…

Khu
- 39
- 7
0
votes
0 answers
AttributeError when using Github self-hosted runners to run unit test
Hello~ I am trying to use Github workflow to run the unit test for the code in my repository.
So I wrote a yaml file, its function is when I push my code to my repository, it can let me use my local environment to execute my code on Github, and the…

Vincent
- 111
- 1
- 7
0
votes
1 answer
Data not updated on the remote machine after making git pull origin master, pipeline bitbucket
I got this pipeline and a runner on my remote machine
bitbucket_pipeline.yml:
image: rust
pipelines:
branches:
master:
- step:
name: 'Staging'
deployment: Staging
runs-on:
…

rpjs
- 169
- 13
0
votes
0 answers
Error on pipeline bitbucket, load key SSH - docker on runner
I have a pipeline in butbucket with a runner with docker install on a VPS. When I run the pipeline it fails in the line “git pull origin master”.
I set SSH keys in SSH keys menu on bitbucket I’ve added the file authorized_keys on VPS and it gives…

rpjs
- 169
- 13