From d77549d1492dd3ec632df509696a66adb5d98c44 Mon Sep 17 00:00:00 2001 From: Eduardo Olivares Date: Wed, 16 Nov 2022 13:20:11 +0100 Subject: [PATCH] Remove unit and functional tests from tobiko d/s gate workflow Those sets of tests are executed on the upstream jobs and they are intended to test the tobiko framework, so they are not requiered for the downstream jobs Change-Id: I2850465d3b90bd45db190d04e6bcc102f30ceb56 --- roles/tobiko-run/vars/test-workflow-gate.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/roles/tobiko-run/vars/test-workflow-gate.yaml b/roles/tobiko-run/vars/test-workflow-gate.yaml index 552a356bb..9342f5e1c 100644 --- a/roles/tobiko-run/vars/test-workflow-gate.yaml +++ b/roles/tobiko-run/vars/test-workflow-gate.yaml @@ -1,16 +1,6 @@ --- test_workflow_steps: - - tox_description: 'run unit test cases' - tox_envlist: py3 - tox_step_name: unit - test_flaky: true - - - tox_description: 'run functional test cases' - tox_envlist: functional - tox_step_name: functional - test_flaky: true - - tox_description: 'create workload resources' tox_envlist: scenario tox_step_name: create_resources