X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Falto%2Falto-csit-setup.yaml;h=e943ef5b009ec2d3c420b2aeb301c5d2d2406cbb;hb=2836488a2373ec0a0e7477f3fdc76ac50e40f040;hp=202f3e4735480f8abb9518e85cabaa41ec819598;hpb=d2a7cd7c77b7d8878de1dcddb9dcc824ea14d576;p=releng%2Fbuilder.git diff --git a/jjb/alto/alto-csit-setup.yaml b/jjb/alto/alto-csit-setup.yaml index 202f3e473..e943ef5b0 100644 --- a/jjb/alto/alto-csit-setup.yaml +++ b/jjb/alto/alto-csit-setup.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,13 @@ scope: 'all' # Features to install - install-features: 'odl-alto-resourcepool,odl-restconf-all' + install-features: 'odl-alto-resourcepool,odl-restconf-all,odl-alto-basic' # Robot custom options robot-options: '' # Trigger jobs (upstream dependencies) - trigger-jobs: 'odlparent-distribution-{stream}, yangtools-distribution-{stream}, controller-distribution-{stream}, aaa-distribution-{stream}, integration-distribution-merge-{stream}, alto-distribution-{stream}' + trigger-jobs: 'alto-distribution-{stream}' + + # Don't spin up mininet vms as alto-csit-setup jobs don't need them + mininet-vms: 0