Create Heat's workflows

Change-Id: I45cd2f24f521f5be833d8a5b15249693f5083802
This commit is contained in:
Federico Ressi 2021-10-18 13:27:27 +02:00
parent fdb25d1538
commit 89aee760c7
2 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,19 @@
---
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

View File

@ -0,0 +1,19 @@
---
test_workflow_steps:
- tox_description: 'run functional test cases'
tox_envlist: functional
tox_step_name: functional
tox_environment:
TOBIKO_PREVENT_CREATE: no
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: no
TOX_RERUNS: 2
TOX_RERUNS_DELAY: 60