tobiko/roles/tobiko-run/vars/test-workflow-unit.yaml
Federico Ressi 9a418ad0ed Skip flaky test cases with IR plugin
Change-Id: I0320cdd00078f1c8a6acc19116fce88daed891c6
2022-01-25 15:50:24 +00:00

31 lines
799 B
YAML

test_workflow_steps:
- tox_description: 'run unit tests using Python 3.6'
tox_envlist: py36
python_version: '3.6'
bindep_profile: test py36
test_flaky: true
- tox_description: 'run unit tests using Python 3.7'
tox_envlist: py37
python_version: '3.7'
bindep_profile: test py37
test_flaky: true
- tox_description: 'run unit tests using Python 3.8'
tox_envlist: py38
python_version: '3.8'
bindep_profile: test py38
test_flaky: true
- tox_description: 'run unit tests using Python 3.9'
tox_envlist: py39
python_version: '3.9'
bindep_profile: test py39
test_flaky: true
- tox_description: 'run unit tests using Python 3.10'
tox_envlist: py310
python_version: '3.10'
bindep_profile: test py310
test_flaky: true