Add workflow for gating tobiko changes
Change-Id: Id08b4926af065e103b931318816e4e6fe3363ae2
This commit is contained in:
parent
47ab780209
commit
27e0ce5ef3
24
roles/tobiko-run/vars/test-workflow-gate.yaml
Normal file
24
roles/tobiko-run/vars/test-workflow-gate.yaml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
test_workflow_steps:
|
||||||
|
- tox_description: 'run unit test cases'
|
||||||
|
tox_envlist: py3
|
||||||
|
tox_step_name: unit
|
||||||
|
|
||||||
|
- tox_description: 'run functional test cases'
|
||||||
|
tox_envlist: functional
|
||||||
|
tox_step_name: functional
|
||||||
|
|
||||||
|
- tox_description: 'create workload resources'
|
||||||
|
tox_envlist: scenario
|
||||||
|
tox_step_name: create_resources
|
||||||
|
|
||||||
|
# - tox_description: 'run disruptive test cases'
|
||||||
|
# tox_envlist: faults
|
||||||
|
# tox_step_name: faults
|
||||||
|
|
||||||
|
- tox_description: 'verify workload resources'
|
||||||
|
tox_envlist: scenario
|
||||||
|
tox_step_name: verify_resources
|
||||||
|
tox_environment:
|
||||||
|
TOBIKO_PREVENT_CREATE: yes
|
Loading…
x
Reference in New Issue
Block a user