tobiko/roles/tobiko-run/vars/test-workflow-check-resourc...

20 lines
447 B
YAML

---
test_workflow_steps:
- tox_description: 'run functional test cases'
tox_envlist: functional
tox_step_name: functional
tox_environment:
TOBIKO_PREVENT_CREATE: yes
TOX_RERUNS: 2
TOX_RERUNS_DELAY: 60
- tox_description: 'check workload resources'
tox_envlist: scenario
tox_step_name: create_resources
tox_environment:
TOBIKO_PREVENT_CREATE: yes
TOX_RERUNS: 2
TOX_RERUNS_DELAY: 60