Skip to content
Snippets Groups Projects
Unverified Commit 23c859ae authored by Erik-jan Riemers's avatar Erik-jan Riemers Committed by GitHub
Browse files

Merge pull request #10 from samjetski/concurrency-processor-vcpus

Fix concurrency auto-detection
parents ca6da350 3cff31e6
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
gitlab_runner_package_name: 'gitlab-ci-multi-runner'
# Maximum number of jobs to run concurrently
gitlab_runner_concurrent: '{{ ansible_processor_cores }}'
gitlab_runner_concurrent: '{{ ansible_processor_vcpus }}'
# GitLab coordinator URL
gitlab_runner_coordinator_url: 'https://gitlab.com/ci'
......@@ -30,4 +30,4 @@ gitlab_runner_ssh_password: ''
# Runner SSH identity file
gitlab_runner_ssh_identity_file: ''
# Runner Locked
gitlab_runner_locked: 'false'
\ No newline at end of file
gitlab_runner_locked: 'false'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment