|
|
@ -22,12 +22,13 @@ |
|
|
|
path: /home/{{ ansible_ssh_user }}/git/ansible/test-files/docker-python |
|
|
|
path: /home/{{ ansible_ssh_user }}/git/ansible/test-files/docker-python |
|
|
|
name: python |
|
|
|
name: python |
|
|
|
state: build |
|
|
|
state: build |
|
|
|
async: 3600 |
|
|
|
async: 1200 |
|
|
|
poll: 5 |
|
|
|
poll: 5 |
|
|
|
|
|
|
|
|
|
|
|
- name: Run infinite tests |
|
|
|
- name: Run infinite tests |
|
|
|
shell: seq {{ ansible_processor_vcpus }} | parallel --max-args=0 /home/{{ ansible_ssh_user }}/git/ansible/test-files/testrunner.sh |
|
|
|
shell: seq {{ ansible_processor_vcpus }} | parallel --max-args=0 /home/{{ ansible_ssh_user }}/git/ansible/test-files/testrunner.sh |
|
|
|
async: "{{ 3600 * 2 }}" |
|
|
|
# run for two months |
|
|
|
|
|
|
|
async: "{{ 60 * 60 * 24 * 30 * 2 }}" |
|
|
|
poll: 0 |
|
|
|
poll: 0 |
|
|
|
register: log_runner |
|
|
|
register: log_runner |
|
|
|
|
|
|
|
|
|
|
|