X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fdaexim%2Fdaexim-csit-basic.yaml;h=083be0a88ff28024bf6562a52c281f9ef60893bd;hb=refs%2Fchanges%2F83%2F68683%2F11;hp=b828d39e55e2cf8ba833abbb1559a3093022096b;hpb=72aba96a0f22c8b9e24e42b4df9bbbc40c5db2e6;p=releng%2Fbuilder.git diff --git a/jjb/daexim/daexim-csit-basic.yaml b/jjb/daexim/daexim-csit-basic.yaml index b828d39e5..083be0a88 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,23 +12,22 @@ # Project branches stream: - - carbon: - branch: 'master' - jre: 'openjdk8' + - fluorine: + branch: 'master' + - oxygen: + branch: 'stable/oxygen' + - nitrogen: + branch: 'stable/nitrogen' 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' + install-features: 'odl-daexim-all,odl-netconf-topology,odl-jolokia' # Robot custom options robot-options: '' - - # Trigger jobs (upstream dependencies) - trigger-jobs: '' -