X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fdaexim%2Fdaexim-csit-basic.yaml;h=3e4a6de67701b6bf5ee1ba3438fe7e27a0821e3f;hb=7d193ad6826e170979fb762371b5811b60dddace;hp=ba2edf7ae6726ce1279dbc420e08271a41af4f3c;hpb=2abbbb1875d628e9d420425975e3521676c56ed2;p=releng%2Fbuilder.git diff --git a/jjb/daexim/daexim-csit-basic.yaml b/jjb/daexim/daexim-csit-basic.yaml index ba2edf7ae..3e4a6de67 100644 --- a/jjb/daexim/daexim-csit-basic.yaml +++ b/jjb/daexim/daexim-csit-basic.yaml @@ -1,34 +1,42 @@ +--- - project: name: daexim-csit-basic jobs: - - '{project}-csit-1node-{functionality}-{install}-{stream}' + - inttest-csit-1node # The project name - project: 'daexim' + project: "daexim" # The functionality under test - functionality: 'basic' + functionality: "basic" # 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' + - chlorine: + branch: "master" + jre: "openjdk11" + - sulfur: + branch: "stable/sulfur" + jre: "openjdk11" + - phosphorus: + branch: "stable/phosphorus" + jre: "openjdk11" + - silicon: + branch: "stable/silicon" + jre: "openjdk11" 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' + install-features: > + odl-daexim-all, + odl-netconf-topology, + odl-jolokia # Robot custom options - robot-options: '' - - # Trigger jobs (upstream dependencies) - trigger-jobs: 'daexim-merge-{stream}' - + robot-options: ""