Merge "Add roles/tobiko-run/vars/test-workflow-create-resources-faults.yaml"

This commit is contained in:
Zuul 2022-11-21 13:01:12 +00:00 committed by Gerrit Code Review
commit 046e54140f
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
---
test_workflow_steps:
- tox_description: 'run sanity test cases before creating resources'
tox_envlist: sanity
tox_step_name: before
tox_environment:
TOBIKO_PREVENT_CREATE: no
- tox_description: 'create workload resources'
tox_envlist: scenario
tox_step_name: create_resources
tox_environment:
TOBIKO_PREVENT_CREATE: no