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
diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml
index bd90bea..5ee0de8 100644
--- a/zuul.d/jobs.yaml
+++ b/zuul.d/jobs.yaml
@@ -723,6 +723,18 @@
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
vars: