X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fdaexim%2Fdaexim-csit-basic.yaml;h=731844dea318efb09327c0648ef03025425f452e;hb=ddbf3cde9195f2b3635318fed187269504853ab1;hp=ba2edf7ae6726ce1279dbc420e08271a41af4f3c;hpb=f7584368cfb689492a2f69b2335c4f33acbe75f3;p=releng%2Fbuilder.git diff --git a/jjb/daexim/daexim-csit-basic.yaml b/jjb/daexim/daexim-csit-basic.yaml index ba2edf7ae..731844dea 100644 --- a/jjb/daexim/daexim-csit-basic.yaml +++ b/jjb/daexim/daexim-csit-basic.yaml @@ -1,7 +1,8 @@ +--- - project: name: daexim-csit-basic jobs: - - '{project}-csit-1node-{functionality}-{install}-{stream}' + - inttest-csit-1node # The project name project: 'daexim' @@ -11,24 +12,22 @@ # Project branches stream: - - carbon: - branch: 'master' - jre: 'openjdk8' - bundleurl: 'https://jenkins.opendaylight.org/releng/view/daexim/job/daexim-merge-carbon/lastSuccessfulBuild/org.opendaylight.daexim$daexim-karaf/artifact/org.opendaylight.daexim/daexim-karaf/1.0.0-SNAPSHOT/daexim-karaf-1.0.0-SNAPSHOT.zip' + - neon: + branch: 'master' + - fluorine: + branch: 'stable/fluorine' + - oxygen: + branch: 'stable/oxygen' install: - - only: - scope: 'only' + - only: + scope: 'only' # no mininet required - mininet-vms: 0 + tools_system_count: 0 # Features to install install-features: 'odl-daexim-all,odl-netconf-topology,odl-jolokia' # Robot custom options robot-options: '' - - # Trigger jobs (upstream dependencies) - trigger-jobs: 'daexim-merge-{stream}' -