From: Luis Gomez Date: Thu, 20 Oct 2016 22:12:01 +0000 (-0700) Subject: Fix l2switch patch test X-Git-Tag: release/beryllium-sr4~1 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=b4d0d075b6e28f0d6deb29e028f95b5ed7f1ded6;p=releng%2Fbuilder.git Fix l2switch patch test Add missing commas Add beryllium branch Change-Id: I9f6a8b77462c43b6de60a502587b3505ae00dc8b Signed-off-by: Luis Gomez --- diff --git a/jjb/l2switch/l2switch-patch-test.yaml b/jjb/l2switch/l2switch-patch-test.yaml index 548fbbb8a..7deffdf4c 100644 --- a/jjb/l2switch/l2switch-patch-test.yaml +++ b/jjb/l2switch/l2switch-patch-test.yaml @@ -14,10 +14,13 @@ - boron: branch: 'stable/boron' jdk: 'openjdk8' + - beryllium: + branch: 'stable/beryllium' + jdk: 'openjdk7' feature: - all: csit-list: > - l2switch-csit-1node-periodic-host-scalability-daily-{stream} - l2switch-csit-1node-scalability-only-{stream} - l2switch-csit-1node-switch-only-{stream} \ No newline at end of file + l2switch-csit-1node-periodic-host-scalability-daily-{stream}, + l2switch-csit-1node-scalability-only-{stream}, + l2switch-csit-1node-switch-only-{stream}