Questions tagged [gitlab]

Gitlab is self hosted Git management software.

The main site for Gitlab.

464 questions
0
votes
0 answers

Continous delivery using Gitlab, Foreman and Puppet

We are using different tools to orchestrate our environment. On one side, we have Puppet and Foreman to deploy our different server applications, on the other side, we are using Gitlab in order to manager issues, integrated with the Git merge…
0
votes
0 answers

Gitlab runner fails when running too many job same time

I've set some scheduled jobs on gitlab. It is running some parallel jobs every minute and reaches about 500 simultaneous process . After some point runner throws below error and fails. Running with gitlab-runner 15.5.0 (0d4137b8) on XXXX…
ibrahim
  • 431
  • 1
  • 7
  • 20
0
votes
0 answers

How to ssh through the gitlab subdomain URL

From this question I'd like to ask more of it https://stackoverflow.com/questions/75527943/unable-to-git-clone-from-self-hosted-gitlab-instance-with-custom-port-6022 Solved the problem that I need to open the port on the cloud service. Now the next…
Sam
  • 101
  • 2
0
votes
1 answer

AWS EKS Cluster : InvalidParameterException: Unsupported Kubernetes minor version update ,Terraform Gitlab CI

The following errors occur every time I run the pipeline │ Error: error updating EKS Cluster (business-staging) version: InvalidParameterException: Unsupported Kubernetes minor version update from 1.19 to 1.18 │ { │ RespMetadata: { │ …
0
votes
0 answers

Docker-in-docker/GitLab CI: adding and using credential helper

For my organization I am building a GitLab CI/CD pipeline for one of our projects. One job in this pipeline will be executed on a Docker executor GitLab runner running on one of our own servers. The job involves using image docker:20.10.20 together…
0
votes
1 answer

Keep GitLab environment running in Docker container

I'm aiming to deploy an environment for testing. It's a PHP application, and I could simply serve the PHP files using the embedded server. My .gitlab-ci.yml is plain simple: docker_test: stage: deploy image: php:7.2 rules: - if:…
0
votes
0 answers

GITLab with Multiple Servers

I have gitlab setup and deployed: We are pushing to 3 different Development Servers, 3 different Test Servers, and ultimately 9 different production servers. Each server has separate configurations, i.e. Dev Server 1 reads from Database x, while Dev…
Nathan
  • 73
  • 4
0
votes
0 answers

Planning nodegroups for Gitlab with EKS cluster

I am in the process of building an infrastructure for my gitlab instance using AWS EKS. I have already created an EKS cluster, added a managed node group and installed the gitlab-runner in the cluster. In this node group I can now run my pipelines…
ninjab3s
  • 11
  • 5
0
votes
0 answers

GitLab Managed Terraform tf.state backend fails

I am trying to run Terraform with AWS provider using GitLab CI/CD. I was using the backend as S3 to store the tf.state file and everything was working fine. As part of a research, I wanted to experiment with GitLab managed Terraform tf.state. The…
arjunbnair
  • 143
  • 1
  • 2
  • 11
0
votes
2 answers

How to force install an rpm?

I have a gitlab pipeline where I will be installing latest rpm everytime. Some times, even if the target machine is changed manually, the rpm should be installed successfully. But some how I am getting below error. Loaded plugins:…
Kalel
  • 134
  • 1
  • 4
  • 16
0
votes
1 answer

How to have a single pipeline run and single commit in github?

In jenkins, we can schedule poll scm to check for every 1 hr, 2hr,etc. In the meanwhile, even if we add n number of commits, let’s say poll scm is 1 hr After 1 hr, it will check for latest commits and if any new, it will launch once. If no commits,…
user2331760
  • 155
  • 4
  • 12
0
votes
0 answers

How to check either of variable exist in the gitlab rules?

I have a gitlab rule condition like below. '$ACTION && $REGION && $ROLE_ARN && $PACKAGEURL && $ACTION == "new" && $CLOUD_PLATFORM == "aws" && $ROLE_ARN != "" && $PACKAGEURL != "" && $REGION != ""' Want to modify it a bit so that, it should check…
Kalel
  • 134
  • 1
  • 4
  • 16
0
votes
1 answer

How to configure aws cli on ubuntu gitlab?

While trying to install and configure aws cli on ubuntu runner in pipeline, stuck at below screen. pipeline stuck How to do that?
Kalel
  • 134
  • 1
  • 4
  • 16
0
votes
0 answers

How to set global variable from pipeline job of gitlab?

I have set few variables in the pipeline. If the variable PACKAGEPATH set, then only the build stage will run. I want to add one more stage before build as prebuild and add a job there. So, if the PACKAGEPATH is not set then the job in prebuild…
Kalel
  • 134
  • 1
  • 4
  • 16
0
votes
1 answer

Gitlab backups have recently ballooned

I've installed and am running Gitlab via Omnibus installation. For years my Gitlab backups have hovered around 1 gigabyte, total. Over the last year or so though, they have ballooned in size and now a single backup is almost 40 gigabytes. Needless…
Thomas
  • 135
  • 1
  • 3