I have a pipeline as below.
pipeline
First two are automatic and the last two jobs are manual.
When I ran the curl command to run the pipeline, as below.
curl -X POST \
--fail \
-F token=TOKEN \
-F "ref=REF_NAME" \
-F…
The server which I deploied Gerrit's OS is Ubuntu 18.04.05, and my Gitlab server's IP address is 192.168.0.167. I tried using replication plugin to push gerrit project to local Gitlab server. My gerrit_site/etc/replication.config file likes…
I hope somebody can help me.
Well, I'm building a server (CentOS) with Gitlab, Gitlab-Runner, docker, and Kubernetes to CI/CD.
GitLab information
Version: 14.10.2
Revision: 07d12f3fd11
Directory: …
I want to run amazon linux commands as part of gitlab pipeline.
So, trying to use docker image as runner, amazonlinux:latest
So, connected to docker container and ran below command.
yum -yq install aws-cli
It installed aws-cli
Then, configured aws…
I'm having a problem where putty's key forwarding (via pageant) to my gitlab server isn't working. I'm doing a putty session to my server, with ssh auth forwarding enabled. I see the effects of that forwarding in the environment variables on the…
for my company I have been tasked with creating a standard configuration and template for an (EKS) Kubernetes cluster in Terraform that can be deployed using GitLab CI/CD. The deployment and configuration has been done for a while, but I have been…
I have custom image where I want to run some tests which require installed app which in turn need openGL context. I can run it in container composed this way and manually build project and run tests. docker-compose.yml:
version: "3.6"
image:…
We recently updated gitlab server and we can see for some repos while creating Merge Requests we can see "Checking pipeline status" as stuck. We verified and confirmed settings for "Pipelines must succeed" is not enabled for this repo and also this…
We have two etcd clusters running in Kubernetes one act as primary(A) and the second one act as backup(B). We also have etcdctl make-mirror in place between these two clusters, now the problem is if we switch traffic from cluster A to B then cluster…
I have an HTTPS-enabled centOS7 server setup with GitLab/nginx, with an A record registered on a payed DNS and certificate verified by Let's Encrypt. (I will use gitlab.example.com here). The domain name has been tested to be accessible at least via…
Running with gitlab-runner 14.5.2 (e91107dd)
on ibrahimrunner a8c7nx2r
Preparing the "shell" executor
00:00
Using Shell executor...
Preparing environment
00:00
Running on ip-172-31-5-177...
ERROR: Job failed: prepare environment: exit status 1.…
I've got problem when deploying to server getting the below error (screen 1). After machine restart I can't install gitlab-runner. Any idea where the problem is?
When I attempt to create ssh keys on my Debian instance :
ssh-keygen -f /home/serverkeys/.ssh/id_rsa
I am getting the error : Saving key "/home/serverkeys/.ssh/id_rsa" failed: No such file or directory
I am using root user and when I check…
I am running a redis cluster helm install -n redis staging bitnami/redis-cluster in my k8s cluster and want to use this with a self hosted gitlab. In the docs I see I have to set
redis:
install: false
global:
redis:
host: ???
password:…