X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnemo%2Fnemo-csit-engine.yaml;h=11344951d82c272b539083e968fd62626e0ef0e6;hb=aeacd9629e8ea23a90d73dc07df2ee4fdc15192f;hp=5e759d01351189c80cb3a76340bf09278b70bd96;hpb=652b612345e528a931d8f01dea556a0723136854;p=releng%2Fbuilder.git diff --git a/jjb/nemo/nemo-csit-engine.yaml b/jjb/nemo/nemo-csit-engine.yaml index 5e759d013..11344951d 100644 --- a/jjb/nemo/nemo-csit-engine.yaml +++ b/jjb/nemo/nemo-csit-engine.yaml @@ -12,8 +12,12 @@ # Project branches stream: - - beryllium: + - boron: branch: 'master' + jre: 'openjdk8' + - beryllium: + branch: 'stable/beryllium' + jre: 'openjdk7' install: - only: @@ -22,10 +26,10 @@ scope: 'all' # Features to install - install-features: 'odl-restconf,odl-mdsal-apidocs,odl-nemo-engine-ui' + install-features: 'odl-restconf,odl-mdsal-apidocs,odl-nemo-engine-ui,odl-nemo-openflow-renderer' # Robot custom options robot-options: '' # Trigger jobs (upstream dependencies) - trigger-jobs: 'odlparent-distribution-{stream},yangtools-distribution-{stream},controller-distribution-{stream},nemo-distribution-{stream}' + trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},nemo-distribution-{stream}'