Spliting centos scenario job into 2 jobs

The duration of the c9s scenario job is really close to the max timeout
in Zuul, spliting it into 2 jobs would reduce the duration of the tests
and would avoid possible timeouts.

Change-Id: I3b70171624e5c42fd6055d73a040704af5910944
This commit is contained in:
Gregory Thiemonge 2023-02-16 08:18:06 +01:00
parent 9e9f526d65
commit 7664549b8c
2 changed files with 15 additions and 1 deletions

View File

@ -722,6 +722,18 @@
validation:
ssh_key_type: ecdsa
- job:
name: octavia-v2-dsvm-scenario-centos-9-stream-traffic-ops
parent: octavia-v2-dsvm-scenario-centos-9-stream
vars:
tempest_test_regex: ^octavia_tempest_plugin.tests.scenario.v2.*traffic_ops
- job:
name: octavia-v2-dsvm-scenario-centos-9-stream-non-traffic-ops
parent: octavia-v2-dsvm-scenario-centos-9-stream
vars:
tempest_test_regex: ^octavia_tempest_plugin.tests.scenario.v2.(?!.*traffic_ops)
- job:
name: octavia-v2-dsvm-scenario-ubuntu-focal
parent: octavia-v2-dsvm-scenario

View File

@ -25,7 +25,9 @@
voting: false
- octavia-v2-dsvm-scenario-centos-8-stream:
voting: false
- octavia-v2-dsvm-scenario-centos-9-stream:
- octavia-v2-dsvm-scenario-centos-9-stream-traffic-ops:
voting: false
- octavia-v2-dsvm-scenario-centos-9-stream-non-traffic-ops:
voting: false
- octavia-v2-act-stdby-dsvm-scenario-two-node:
voting: false