X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnic%2Fnic-csit-vtnrenderer.yaml;h=ef2ec0e2e3fc379f237bfc8cd573fc29faf5a786;hb=c6dd8be243134ba5a87db1a2eb96b90452608f3d;hp=255c688fb4d58a350ac6e7d8dbceb3b95384721b;hpb=1f2ceb398a04b196b29fd701f023e843646d4020;p=releng%2Fbuilder.git diff --git a/jjb/nic/nic-csit-vtnrenderer.yaml b/jjb/nic/nic-csit-vtnrenderer.yaml index 255c688fb..ef2ec0e2e 100644 --- a/jjb/nic/nic-csit-vtnrenderer.yaml +++ b/jjb/nic/nic-csit-vtnrenderer.yaml @@ -12,12 +12,19 @@ # Project branches stream: - - boron: + - carbon: branch: 'master' + jre: 'openjdk8' + - boron: + branch: 'stable/boron' + jre: 'openjdk8' - beryllium: branch: 'stable/beryllium' + jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' + jre: 'openjdk7' install: - only: @@ -26,10 +33,10 @@ scope: 'all' # Features to install - install-features: 'odl-nic-core,odl-nic-console,odl-nic-renderer-vtn' + install-features: 'odl-nic-console,odl-nic-renderer-vtn' # Robot custom options robot-options: '' # Trigger jobs (upstream dependencies) - trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},nic-distribution-{stream},vtn-distribution-{stream}' + trigger-jobs: 'nic-distribution-{stream},vtn-distribution-{stream}'