Add check-resources-nova and create-resources-nova workflows
Change-Id: I949e019deeb6939969fd6068f847dc66d5a4f563
This commit is contained in:
parent
8213faaa0b
commit
e575b33ce7
roles/tobiko-run/vars
@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
test_workflow_steps:
|
||||
- tox_description: 'check Nova resources'
|
||||
tox_envlist: nova
|
||||
tox_step_name: check_nova_resources
|
||||
tox_environment:
|
||||
TOBIKO_PREVENT_CREATE: yes
|
@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
test_workflow_steps:
|
||||
- tox_description: 'create Nova resources'
|
||||
tox_envlist: nova
|
||||
tox_step_name: create_nova_resources
|
||||
tox_environment:
|
||||
TOBIKO_PREVENT_CREATE: no
|
Loading…
x
Reference in New Issue
Block a user