tobiko/roles/tobiko-run/vars/test-workflow-check-resources-heat.yaml
Federico Ressi 89aee760c7 Create Heat's workflows
Change-Id: I45cd2f24f521f5be833d8a5b15249693f5083802
2021-10-18 20:23:04 +00:00

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