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

Hello, First, thank you very much for this very good module ! We search to increase [wait_for_services_timeout](https://docs.gitlab.com/runner/configuration/advanced-configuration.html#the-runnersdocker-section) runner parameter but, it seems that this parameter is not implemented in the...

We're using a runner based on the [runner-default](https://github.com/npalm/terraform-aws-gitlab-runner/blob/develop/examples/runner-default) example, and overall it's been great: we're able to run most* of our builds on it, and they run much faster than...

Hi. First of all thanks for this great module. I've faced an issue when running terragrunt plan command `Error: no matching EC2 Subnet found │ │ with data.aws_subnet.runners, │ on...

Some CI job require alter kernel parameters or access ec2 link local address. It could be helpful if we can use the host network. [runner-config](https://docs.gitlab.com/runner/configuration/advanced-configuration.html)

## Description Support multiple profiles in the gitlab runner config (multiple [[runners]] sections), based on the subnets provided. We required this because we saw our pipelines stalling due to unavailability...

## Description No need to create the some resources that are directly relevant to docker machine since variable `runners_executor` does not have value `docker+machine`. ## Migrations required NO - If...

## Description Add tests for example runner-default using terratest ## Migrations required NO ## Verification n/a ## Documentation Added README for tests

## Description It's my first attempt to answer [my own question](https://github.com/npalm/terraform-aws-gitlab-runner/issues/246) - if it's ok to create many runners within a single EC2 "manager" instance, then let's do this. In...

If any change triggers a user_data update and an ASG recreation, the docker machine instance is not terminated, only the manager. Configuration: ```terraform module "runner" { source = "npalm/gitlab-runner/aws" version...

bug
help wanted

We have `enable_eip = true`, and it seems to cause a race condition when rolling out a deployment on the GitLab Runner ASG. If the new instance tries to assign...