Merge "Add option to skip all remaining test cases after a given timeout is expired"

This commit is contained in:
Zuul
2021-07-10 00:15:58 +00:00
committed by Gerrit Code Review
6 changed files with 71 additions and 11 deletions

View File

@@ -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'

View File

@@ -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 }}'