2017-09-26 11:27:18 +00:00
|
|
|
---
|
|
|
|
|
2017-09-20 21:34:01 +00:00
|
|
|
# When swap setup is necessary, make it this size
|
|
|
|
swapfileGB: 8
|
|
|
|
|
2017-09-26 11:27:18 +00:00
|
|
|
# For results.yml Paths use rsync 'source' conventions
|
|
|
|
artifacts: "/tmp/artifacts" # Base-directory for collection
|
|
|
|
crio_integration_filepath: "{{ artifacts }}/testout.txt"
|
|
|
|
crio_node_e2e_filepath: "{{ artifacts }}/junit_01.xml"
|
|
|
|
result_dest_basedir: '{{ lookup("env","WORKSPACE") |
|
|
|
|
default(playbook_dir, True) }}/artifacts'
|