Skip to content
Snippets Groups Projects

Support runner options for Docker Machine

Merged Erick Hitter requested to merge add/machine-opts into master
Files
7
+ 8
0
@@ -33,3 +33,11 @@ gitlab_runner_ssh_password: ''
@@ -33,3 +33,11 @@ gitlab_runner_ssh_password: ''
gitlab_runner_ssh_identity_file: ''
gitlab_runner_ssh_identity_file: ''
# Runner Locked
# Runner Locked
gitlab_runner_locked: 'false'
gitlab_runner_locked: 'false'
 
 
# Runner machine
 
gitlab_runner_machine_idle_nodes: 0
 
gitlab_runner_machine_idle_time: 2
 
 
# Docker Machine
 
docker_machine_version: 'v0.15.0'
 
docker_machine_binary_dest: /usr/local/bin/docker-machine
Loading