Merge "Add option to skip all remaining test cases after a given timeout is expired"
This commit is contained in:
@@ -8,13 +8,15 @@ test_default_conf:
|
||||
|
||||
testcase:
|
||||
timeout: "{{ test_case_timeout }}"
|
||||
test_runner_timeout: "{{ test_runner_timeout }}"
|
||||
|
||||
tripleo:
|
||||
undercloud_ssh_hostname: "{{ undercloud_ssh_hostname }}"
|
||||
|
||||
test_log_debug: false
|
||||
|
||||
test_case_timeout: 7200.
|
||||
test_case_timeout: 1800.
|
||||
test_runner_timeout: 14400.
|
||||
|
||||
# OpenStack client credentials
|
||||
stackrc_file: '{{ ansible_user_dir }}/overcloudrc'
|
||||
|
||||
@@ -15,7 +15,7 @@ tox_step_index: 0
|
||||
tox_report_name:
|
||||
"{{ test_report_name }}{% if tox_step_index %}_{{ '{:02d}'.format(tox_step_index | int) }}{% endif %}{% if tox_step_name %}_{{ tox_step_name }}{% endif %}{% if tox_envlist %}_{{ tox_envlist }}{% endif %}"
|
||||
|
||||
tox_run_tests_timeout: 14400 # 4 hours
|
||||
tox_run_tests_timeout: 18000 # 5 hours
|
||||
|
||||
tox_constraints_file: '{{ remote_constraints_file }}'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user