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
19 lines
499 B
YAML
19 lines
499 B
YAML
---
|
|
|
|
test_workflow_steps:
|
|
- tox_description: 'create Octavia resources'
|
|
tox_envlist: octavia
|
|
tox_step_name: create_octavia_resources
|
|
tox_environment:
|
|
TOBIKO_PREVENT_CREATE: no
|
|
|
|
- tox_description: 'run Octavia disruptive test cases'
|
|
tox_envlist: octavia_faults
|
|
tox_step_name: verify_octavia_faults
|
|
|
|
- tox_description: 'verify Octavia resources'
|
|
tox_envlist: octavia
|
|
tox_step_name: verify_octavia_resources
|
|
tox_environment:
|
|
TOBIKO_PREVENT_CREATE: yes
|