Create workflows for before and after updates/upgrades

Change-Id: I45d4e1f9faf118335c8404cbed8b934ea5136b41
This commit is contained in:
Federico Ressi 2020-04-20 15:44:38 +02:00
parent 6ea9300837
commit d89913348b
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
test_workflow_steps:
- tox_description: 'check workload resources'
tox_envlist: scenario
tox_step_name: check_resources
tox_environment:
TOBIKO_PREVENT_CREATE: yes

View File

@ -0,0 +1,8 @@
---
test_workflow_steps:
- tox_description: 'create workload resources'
tox_envlist: scenario
tox_step_name: create_resources
tox_environment:
TOBIKO_PREVENT_CREATE: no