Skip to content

Commit b5f0770

Browse files
committed
gocd#50 kitchen docker tests to install from package file
1 parent c547a43 commit b5f0770

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.kitchen.docker.yml

+15
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,18 @@ suites:
5454
environments: ['staging', 'perf']
5555
resources: ['foo', 'bar', 'baz']
5656
hostname: 'example-host'
57+
- name: package_file
58+
run_list:
59+
- recipe[gocd]
60+
attributes:
61+
gocd:
62+
install_method: 'package_file'
63+
server:
64+
max_mem: '1024m'
65+
min_mem: '512m'
66+
agent:
67+
autoregister:
68+
key: 'auto-register-key'
69+
environments: ['staging', 'perf']
70+
resources: ['foo', 'bar', 'baz']
71+
hostname: 'example-host'

0 commit comments

Comments
 (0)