Created
February 27, 2026 10:58
-
-
Save jay7x/ec4b5c60966bdf08897ec264b0ddca55 to your computer and use it in GitHub Desktop.
gitlab_ci_runner hiera config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This one is Shell executor, so no docker required | |
| gitlab_ci_runner::manage_docker: false | |
| gitlab_ci_runner::concurrent: 20 | |
| gitlab_ci_runner::runners: | |
| shell: | |
| name: build05-shell | |
| url: "%{alias('gitlab_prod_url')}" | |
| executor: "shell" | |
| request_concurrency: 2 | |
| limit: 1 | |
| token: ENC[PKCS7,...] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment