Add voltha-2.3 to supported branches
Change-Id: I26ee598db3e1e104f6af1b0a8e70d6c4ff9bbf6c
diff --git a/jjb/defaults.yaml b/jjb/defaults.yaml
index d2a34bd..938e93d 100644
--- a/jjb/defaults.yaml
+++ b/jjb/defaults.yaml
@@ -71,9 +71,9 @@
# regexp for gerrit triggers
# list of supported branches, for branch-regexp
all-branches-regexp: '.*'
- supported-branches-regexp: '^(master|cord-7.0|cord-6.1|seba-1.0)$'
+ supported-branches-regexp: '^(master|cord-7.0|cord-6.1|seba-1.0|voltha-2.3)$'
legacy-branches-regexp: '^(cord-5.0|cord-4.1|cord-4.0)$'
- modern-branches-regexp: '^(master|cord-7.0|cord-6.1|cord-6.0|seba-1.0)$'
+ modern-branches-regexp: '^(master|cord-7.0|cord-6.1|cord-6.0|seba-1.0|voltha-2.3)$'
platform-branches-regexp: '^(master|cord-7.0|cord-6.1)$'
seba-branches-regexp: '^(master|cord-7.0|seba-1.0)$'