X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fiotdm%2Fiotdm-csit-basic.yaml;h=6c53fd8029fd1c894b813f62d13aa9d79e7d8f6b;hb=4ef2a863969dc4eda8c16975c8d11f7af0bdd565;hp=1323074ab99a02eea42c172f8a9c581881e1162a;hpb=c2e0bca8f1e7f62cacef768a1b88ca38975ec5b3;p=releng%2Fbuilder.git diff --git a/jjb/iotdm/iotdm-csit-basic.yaml b/jjb/iotdm/iotdm-csit-basic.yaml index 1323074ab..6c53fd802 100644 --- a/jjb/iotdm/iotdm-csit-basic.yaml +++ b/jjb/iotdm/iotdm-csit-basic.yaml @@ -1,8 +1,9 @@ +--- - project: name: iotdm-csit-basic jobs: - - '{project}-csit-1node-{functionality}-{install}-{stream}' - - '{project}-csit-verify-1node-{functionality}' + - inttest-csit-1node + - inttest-csit-verify-1node # The project name project: 'iotdm' @@ -12,25 +13,20 @@ # Project branches stream: - # Removed jobs testing Beryllium and Boron branches due to - # backward incompatible changes in test suites for Carbon - # TODO: Create test suites for specific release before - # Carbon if needed. - - carbon: - branch: 'master' - jre: 'openjdk8' + - oxygen: + branch: 'master' + - nitrogen: + branch: 'stable/nitrogen' + - carbon: + branch: 'stable/carbon' + karaf-version: karaf3 install: - - only: - scope: 'only' - - all: - scope: 'all' + - all: + scope: 'all' # Features to install - install-features: 'odl-iotdm-onem2m' + install-features: 'odl-iotdmcsitdist' # Robot custom options robot-options: '' - - # Trigger jobs (upstream dependencies) - trigger-jobs: 'iotdm-distribution-{stream}'