X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fiotdm%2Fiotdm-csit-basic.yaml;h=2903451c301c374b786d8965dc9be10c7d227d38;hb=d6c6bb7136720d8ff3a46134b5e9216c3281777c;hp=ecf14b1b9a450035488e9f95a003b0cbcfdd0270;hpb=19bb52dd81ab2d861c6a2db0bf3338e6eca01327;p=releng%2Fbuilder.git diff --git a/jjb/iotdm/iotdm-csit-basic.yaml b/jjb/iotdm/iotdm-csit-basic.yaml index ecf14b1b9..2903451c3 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}' + - '{project}-csit-1node-{functionality}-{install}-{stream}' + - '{project}-csit-verify-1node-{functionality}' # The project name project: 'iotdm' @@ -12,31 +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' - - # TODO: Delete the following if suites are compatible with Boron again. - verify-stream: 'carbon' - # TODO: Remove the lines above and below when carbon becomes the default scit-verify stream. - verify-branch: 'master' - # TODO: Update the line above when stable/carbon is created. + - 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}'