Create Heat's workflows
Change-Id: I45cd2f24f521f5be833d8a5b15249693f5083802
This commit is contained in:
@@ -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
|
||||||
@@ -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
|
||||||
Reference in New Issue
Block a user