X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fsxp%2Fsxp-csit-basic.yaml;h=e184c6b646c22218f60372e60c926db615ce8334;hb=7f2e7ecdae7277b68ffbe2dcbcab96656a220c69;hp=e616ddd3c64bf45a10fde567b2da3be7815050b9;hpb=92edcb7273183a92cc329b2d9d016b41d6d896e1;p=releng%2Fbuilder.git diff --git a/jjb/sxp/sxp-csit-basic.yaml b/jjb/sxp/sxp-csit-basic.yaml index e616ddd3c..e184c6b64 100644 --- a/jjb/sxp/sxp-csit-basic.yaml +++ b/jjb/sxp/sxp-csit-basic.yaml @@ -11,15 +11,18 @@ # Project branches stream: - - boron: + - carbon: branch: 'master' - jdk: 'openjdk8' + jre: 'openjdk8' + - boron: + branch: 'stable/boron' + jre: 'openjdk8' - beryllium: branch: 'stable/beryllium' - jdk: 'openjdk7' + jre: 'openjdk7' - stable-lithium: branch: 'stable/lithium' - jdk: 'openjdk7' + jre: 'openjdk7' install: - only: @@ -28,10 +31,10 @@ scope: 'all' # Features to install - install-features: 'odl-restconf,odl-sxp-all' + install-features: 'odl-restconf,odl-sxp-controller' # Robot custom options robot-options: '' # Trigger jobs (upstream dependencies) - trigger-jobs: 'odlparent-distribution-{stream},yangtools-distribution-{stream},controller-distribution-{stream},tcpmd5-distribution-{stream},sxp-distribution-{stream},mdsal-distribution-{stream},netconf-distribution-{stream}' + trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},sxp-distribution-{stream},mdsal-distribution-{stream},netconf-distribution-{stream}'