terraform-aws-gitlab-runner icon indicating copy to clipboard operation
terraform-aws-gitlab-runner copied to clipboard

Terraform module for AWS GitLab runners on ec2 (spot) instances

Results 110 terraform-aws-gitlab-runner issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi everyone, I'm not really sure if that is an AWS issue or maybe a config issue on our side but right now we are having huge troubles getting runners...

The following error occurs rather regularly during large scale up events. When something like 30-80 new jobs appear beyond the current scale of runners many of the jobs will fail...

Hello, when starting the runner with `enable_manage_gitlab_token = false` the script is supposed to set the token in SSM. However there is an error due to a missing permission. A...

## Description When using this terraform to create GitLab Runners in AWS, I ran into issues with creating the S3 cache bucket using the cache module. The issues were around...

## Description This commit fixes the tracing flag for bash in the user data. Currently if you set the [enable_runner_user_data_trace_log](https://github.com/npalm/terraform-aws-gitlab-runner#input_enable_runner_user_data_trace_log) flag to `false` expecting to disable the tracing in bash...

current version ="4.39.0" Whatever number I put in `runners_idle_count`, number of runners created are double of that. Take a look at this screenshot, `runners_idle_count` is `5` here but total `10`...

see https://github.com/npalm/terraform-aws-gitlab-runner/issues/265 ## Description fixes issue where passing a cache bucket to a runner module would fail on first run with `Invalid Function Arguement` ## Migrations required NO ## Verification...

Hello, I just tried this module recently, i managed to create my EC2 instance and automatically register on Gitlab. The problem is each time i try to run a job...

I always struggle with - formatting the code prior to commit - updating the Terraform docs before commit I saw that pre-commit is used to verify that everything is ok....

This module "npalm/gitlab-runner/aws" is meant to be run in a Terraform container, however script `bin/cancel-spot-instances.sh` doesn't work because it requires bash which doesn't exist in Terraform images. Terraform images only...