Skip to content

Add ability to specify tags for GitLab runner

While migrating to auto-scaling runners on AWS, we want to be able to target some builds to go to AWS while others stay with our current runner. This adds the ability for us to put tags on the runner.

I've validated that specifying an empty string for --tag-list doesn't cause any errors.

Merge request reports