Remove sanity tests from Octavia faults workflow

So far there have been some sanity tests that failed on Octavia jobs
that run Tobiko.

Octavia currently does not have any sanity test, and whenever Octavia
will have any, Octavia jobs will run those specific ones.

Currently they simply make Octavia jobs unstable, and take some time,
without much (or any) benefit, yet.

This patch removes the sanity tests from the Octavia faults workflow.

Change-Id: Ifa984bc8c63f200ed2c61625fa2e722c6d3bda23
This commit is contained in:
Omer 2022-11-17 16:20:53 +01:00
parent 39357023dc
commit e45c33429c

View File

@ -11,12 +11,6 @@ test_workflow_steps:
tox_envlist: octavia_faults tox_envlist: octavia_faults
tox_step_name: verify_octavia_faults tox_step_name: verify_octavia_faults
- tox_description: 'run sanity test cases after disruptive test cases'
tox_envlist: sanity
tox_step_name: verify_services_after_faults
tox_environment:
TOBIKO_PREVENT_CREATE: no
- tox_description: 'verify Octavia resources' - tox_description: 'verify Octavia resources'
tox_envlist: octavia tox_envlist: octavia
tox_step_name: verify_octavia_resources tox_step_name: verify_octavia_resources