3,200 questions
0
votes
0
answers
15
views
GitLab Runner with bash executor in windows failing to load bash profile
I see this error in gitlab runner job when im trying to use bash executor:
Running with gitlab-runner 17.11.0 (0f67ff19)
on xx-shell txxxx, system ID: 123
Resolving secrets
Preparing the “shell” ...
0
votes
0
answers
21
views
GitLab Registry and Runners - is there a way to set URL for Runners to connect to Registry explicitly?
Problem:
There are two machines in an internal network, one being reverse proxy, second one being GitLab. Runner is located on the first one.
None of the machines do know about their public IP address....
0
votes
0
answers
24
views
Volume mounting issues with Docker-in-Docker in GitLab Runner Kubernetes executor
Problem Summary
I'm running a GitLab CI pipeline with a Kubernetes runner that uses Docker-in-Docker (privileged mode). When I try to mount a volume from the GitLab Runner's filesystem into a Docker ...
0
votes
0
answers
29
views
gitlab runner error: The scheduler failed to assign job to the runner, please try again or contact system administrator
Requesting help to get my first gitlab runner going on my windows PC. I'm self hosting gitlab CE v18.1.1. I've created my runner and you can see it catching the job via the screenshot below. However, ...
0
votes
0
answers
27
views
GitLab Runner on Windows with Docker and ECR login helper – no basic auth credentials error
I'm running into an issue with a GitLab Runner on Windows pulling images from AWS ECR.
Here’s my setup:
Windows Server instance running on AWS
Docker and GitLab Runner installed
The runner is using ...
0
votes
0
answers
38
views
Ultra-Fast Angular CI: Persistent, Local node_modules Cache on Self-Hosted Runner
so I'm having a bit of a headache with my CI setup. I've got my GitLab runner running right here on my own machine, you know, locally.
The main thing is, I want my node_modules to be super, super fast....
-3
votes
1
answer
53
views
glab release create fails: cannot unmarshal upload.ReleaseAsset
I am trying to fix a GitLab runner that creates releases with glab release create, but it is failing.
Within .gitlab-ci.yml:
glab release create $CI_COMMIT_TAG --assets-links "{\"name\":...
-1
votes
1
answer
66
views
Snowflake now requires MFA — CI/CD pipeline with Flyway fails when switching to key pair authentication (still asks for password)
Snowflake has recently started enforcing multi-factor authentication (MFA) for users in our account. This broke our GitLab CI/CD pipeline, which used Flyway to apply SQL migrations to Snowflake using ...
0
votes
0
answers
47
views
File Capabilities not working for self hosted podman gitlab runner
On an air-gapped network, I am setting up a podman gitlab runner which needs to run podman-in-podman to build additional containers I'll need on the network. I have created a container file to run ...
0
votes
0
answers
54
views
How can I use variables in (GitLab Runner Helm Chart) Value File (to avoid repetition in another deployment)?
Disclaimer: I am fairly new to Kubernetes and Helm, but not to Docker.
TL;DR: I want to move GitLab Runner Helm Chart configuration values out of the original values.yaml in a home-made configuration ...
1
vote
1
answer
231
views
GitLab CI pipeline for a uv Python project does not cache environment and dependencies
I have a GitLab runner on a Linux machine that uses the shell executor. This runner is for testing a Python project that uses uv for virtual environment and dependency management. I have the Python ...
0
votes
1
answer
61
views
Cannot connect to the Docker daemon at tcp://127.0.0.1:2375. Gitlab CI
I'm running a basic pipeline on Ubuntu WSL that runs test, build, and deploy. I've tried almost all the advice from issues and Stack Overflow.
When I'm trying to run pipeline, the build stage stops ...
0
votes
0
answers
21
views
How to name Gitlab runner volumes
I have a gitlab runner setup using EC2 and I have few worker nodes for the gitlab runner that are invoked when needed otherwise will be in stopped state. I want to configure the setup in a way that ...
1
vote
0
answers
71
views
Loading a postgres database dump for testing in GitLab CI
For testing I am bringing up PostgreSQL and trying to use the default database postgres to dump my database to test the application, the problem is that I can't do it. I get errors at the moment of ...
0
votes
0
answers
25
views
Trying to update Record in AWS Route53 using gitlab-ci.yml
I am trying to update a record in our Route53 and it seems the code in gitlab-ci.yml syntax is correct but it it getting an error on execution,
See this is the code:
create_dns_record:
stage: ...