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…
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…
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…
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: {
│ …
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…
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:…
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…
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…
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…
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:…
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,…
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…
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…
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…