Update branch patterns for parent jobs
Some jobs had two versions,
one for branches that /didn't/ match
'^(unmaintained/|stable/(2024.1|2024.2))'
and one for branches that did match
'^(stable/(2024.1|2024.2))'. This means that
this job does not exist on the unmaintained/2024.1
and 2024.2 branches, leading to jobs there not running.
Change-Id: I10b8b020668c49315723d6f0e464f6da8c76cb56
Signed-off-by: Zachary Raines <zachary.raines@canonical.com>
diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml
index 273e38a..8d16140 100644
--- a/zuul.d/jobs.yaml
+++ b/zuul.d/jobs.yaml
@@ -569,7 +569,7 @@
- job:
name: octavia-v2-dsvm-scenario
parent: octavia-v2-dsvm-scenario-base
- branches: ^(stable/(2024.1|2024.2))
+ branches: ^(unmaintained/|stable/(2024.1|2024.2))
nodeset: octavia-single-node-ubuntu-jammy
- job:
@@ -857,7 +857,7 @@
- job:
name: octavia-v2-dsvm-tls-barbican
parent: octavia-v2-dsvm-tls-barbican-base
- branches: ^(stable/(2024.1|2024.2))
+ branches: ^(unmaintained/|stable/(2024.1|2024.2))
nodeset: octavia-single-node-ubuntu-jammy
- job:
@@ -1005,7 +1005,7 @@
- job:
name: octavia-v2-act-stdby-dsvm-scenario
parent: octavia-v2-act-stdby-dsvm-scenario-base
- branches: ^(stable/(2024.1|2024.2))
+ branches: ^(unmaintained/|stable/(2024.1|2024.2))
nodeset: octavia-single-node-ubuntu-jammy
- job: