Merge "Enable debugging messages in gate workflow"

This commit is contained in:
Zuul 2022-07-04 09:21:09 +00:00 committed by Gerrit Code Review
commit b16fad932e
1 changed files with 7 additions and 0 deletions

View File

@ -5,11 +5,13 @@ test_workflow_steps:
tox_envlist: py3
tox_step_name: unit
test_flaky: true
test_log_debug: true
- tox_description: 'run functional test cases'
tox_envlist: functional
tox_step_name: functional
test_flaky: true
test_log_debug: true
- tox_description: 'create workload resources'
tox_envlist: scenario
@ -17,6 +19,7 @@ test_workflow_steps:
tox_environment:
TOBIKO_PREVENT_CREATE: no
test_flaky: true
test_log_debug: true
- tox_description: 'run sanity test cases before disruptive test cases'
tox_envlist: sanity
@ -24,6 +27,7 @@ test_workflow_steps:
tox_environment:
TOBIKO_PREVENT_CREATE: no
test_flaky: true
test_log_debug: true
- tox_description: 'run disruptive test cases'
tox_envlist: faults
@ -31,6 +35,7 @@ test_workflow_steps:
tox_environment:
TOBIKO_PREVENT_CREATE: no
test_flaky: true
test_log_debug: true
- tox_description: 'run sanity test cases after disruptive test cases'
tox_envlist: sanity
@ -38,6 +43,7 @@ test_workflow_steps:
tox_environment:
TOBIKO_PREVENT_CREATE: no
test_flaky: true
test_log_debug: true
- tox_description: 'verify workload resources'
tox_envlist: scenario
@ -45,3 +51,4 @@ test_workflow_steps:
tox_environment:
TOBIKO_PREVENT_CREATE: yes
test_flaky: true
test_log_debug: true