From: Jamo Luhrsen Date: Wed, 10 Aug 2016 20:10:02 +0000 (-0700) Subject: move ovsdb csit to use carbon for master and stable/boron X-Git-Tag: release/boron~97^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=198855856df9d72571865aa56743abd0be8b7969;p=releng%2Fbuilder.git move ovsdb csit to use carbon for master and stable/boron Change-Id: I005bdb2c5e6534be5c8ffd67b6e4e8b1603478fc Signed-off-by: Jamo Luhrsen --- diff --git a/jjb/ovsdb/ovsdb-csit-clustering.yaml b/jjb/ovsdb/ovsdb-csit-clustering.yaml index e6aac723b..9282deddc 100644 --- a/jjb/ovsdb/ovsdb-csit-clustering.yaml +++ b/jjb/ovsdb/ovsdb-csit-clustering.yaml @@ -11,9 +11,12 @@ # Project branches stream: - - boron: + - carbon: branch: 'master' jre: 'openjdk8' + - boron: + branch: 'stable/boron' + jre: 'openjdk8' - beryllium: branch: 'stable/beryllium' jre: 'openjdk7' diff --git a/jjb/ovsdb/ovsdb-csit-scalability-daily.yaml b/jjb/ovsdb/ovsdb-csit-scalability-daily.yaml index 54ce4ded5..9cfc0c3a8 100644 --- a/jjb/ovsdb/ovsdb-csit-scalability-daily.yaml +++ b/jjb/ovsdb/ovsdb-csit-scalability-daily.yaml @@ -11,9 +11,12 @@ # Project branches stream: - - boron: + - carbon: branch: 'master' jre: 'openjdk8' + - boron: + branch: 'stable/boron' + jre: 'openjdk8' - beryllium: branch: 'stable/beryllium' jre: 'openjdk7' diff --git a/jjb/ovsdb/ovsdb-csit-southbound.yaml b/jjb/ovsdb/ovsdb-csit-southbound.yaml index c4f588bc7..f3f999a36 100644 --- a/jjb/ovsdb/ovsdb-csit-southbound.yaml +++ b/jjb/ovsdb/ovsdb-csit-southbound.yaml @@ -11,9 +11,12 @@ # Project branches stream: - - boron: + - carbon: branch: 'master' jre: 'openjdk8' + - boron: + branch: 'stable/boron' + jre: 'openjdk8' - beryllium: branch: 'stable/beryllium' jre: 'openjdk7' diff --git a/jjb/ovsdb/ovsdb-patch-test.yaml b/jjb/ovsdb/ovsdb-patch-test.yaml index b625a322a..834e98671 100644 --- a/jjb/ovsdb/ovsdb-patch-test.yaml +++ b/jjb/ovsdb/ovsdb-patch-test.yaml @@ -8,7 +8,7 @@ # Project branches stream: - - boron: + - carbon: branch: 'master' jdk: 'openjdk8' csit-list: > @@ -16,6 +16,14 @@ ovsdb-csit-1node-southbound-all-{stream}, ovsdb-csit-3node-clustering-only-{stream} + - boron: + branch: 'stable/boron' + jdk: 'openjdk8' + csit-list: > + ovsdb-csit-1node-southbound-only-{stream}, + ovsdb-csit-1node-southbound-all-{stream}, + ovsdb-csit-3node-clustering-only-{stream} + - beryllium: branch: 'stable/beryllium' jdk: 'openjdk7'