Merge "adding "all-branches-regexp". needed for repos with support branches"
diff --git a/jjb/defaults.yaml b/jjb/defaults.yaml
index 684e084..f323bb5 100644
--- a/jjb/defaults.yaml
+++ b/jjb/defaults.yaml
@@ -63,6 +63,7 @@
# regexp for gerrit triggers
# list of supported branches, for branch-regexp
+ all-branches-regexp: '.*'
supported-branches-regexp: '^(master|cord-6.1|seba-1.0|cord-6.0|cord-5.0|cord-4.1|cord-4.0)$'
legacy-branches-regexp: '^(cord-5.0|cord-4.1|cord-4.0)$'
modern-branches-regexp: '^(master|cord-6.0|cord-6.1|seba-1.0)$'
diff --git a/jjb/verify/att-workflow-driver.yaml b/jjb/verify/att-workflow-driver.yaml
index f5ec604..0c915f2 100644
--- a/jjb/verify/att-workflow-driver.yaml
+++ b/jjb/verify/att-workflow-driver.yaml
@@ -7,7 +7,7 @@
jobs:
- 'verify-att-workflow-driver-jobs':
- branch-regexp: '{supported-branches-regexp}'
+ branch-regexp: '{all-branches-regexp}'
- job-group:
name: 'verify-att-workflow-driver-jobs'