Merge "Add check-resources-nova and create-resources-nova workflows"

This commit is contained in:
Zuul 2021-09-27 10:11:02 +00:00 committed by Gerrit Code Review
commit 7a179281d5
2 changed files with 16 additions and 0 deletions

View File

@ -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

View File

@ -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