From 8796f5f6bd69bf07b7f629cb70b6418d9a5d656e Mon Sep 17 00:00:00 2001 From: Eduardo Olivares Date: Tue, 26 Oct 2021 11:41:48 +0200 Subject: [PATCH] Add create-resources-neutron and check-resources-neutron workflows Change-Id: I52d8a04acff4f2f38096c45d34d9890f414f88ee --- .../vars/test-workflow-check-resources-neutron.yaml | 8 ++++++++ .../vars/test-workflow-create-resources-neutron.yaml | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 roles/tobiko-run/vars/test-workflow-check-resources-neutron.yaml create mode 100644 roles/tobiko-run/vars/test-workflow-create-resources-neutron.yaml diff --git a/roles/tobiko-run/vars/test-workflow-check-resources-neutron.yaml b/roles/tobiko-run/vars/test-workflow-check-resources-neutron.yaml new file mode 100644 index 000000000..ef6b25f06 --- /dev/null +++ b/roles/tobiko-run/vars/test-workflow-check-resources-neutron.yaml @@ -0,0 +1,8 @@ +--- + +test_workflow_steps: + - tox_description: 'check workload resources' + tox_envlist: neutron + tox_step_name: check_resources + tox_environment: + TOBIKO_PREVENT_CREATE: yes diff --git a/roles/tobiko-run/vars/test-workflow-create-resources-neutron.yaml b/roles/tobiko-run/vars/test-workflow-create-resources-neutron.yaml new file mode 100644 index 000000000..1ea4cd007 --- /dev/null +++ b/roles/tobiko-run/vars/test-workflow-create-resources-neutron.yaml @@ -0,0 +1,8 @@ +--- + +test_workflow_steps: + - tox_description: 'create workload resources' + tox_envlist: neutron + tox_step_name: create_resources + tox_environment: + TOBIKO_PREVENT_CREATE: no