X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fiotdm%2Fiotdm-csit-basic.yaml;h=53f4e54f59ac02b1c91d7be6390c7aaff37faddd;hb=93b797fef8f0f190899a305909b47179801f1eb1;hp=36d0ed742ed5b3566b84b2727d44e0f8b06b593e;hpb=55cfb6b185c108236002e4c0663e6f0fa5403e30;p=releng%2Fbuilder.git diff --git a/jjb/iotdm/iotdm-csit-basic.yaml b/jjb/iotdm/iotdm-csit-basic.yaml index 36d0ed742..53f4e54f5 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,30 +13,28 @@ # Project branches stream: - - carbon: - branch: 'master' - jre: 'openjdk8' - - boron: - branch: 'stable/boron' - jre: 'openjdk8' - - beryllium: - branch: 'stable/beryllium' - jre: 'openjdk7' - - stable-lithium: - branch: 'stable/lithium' - jre: 'openjdk7' + # 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. install: - - only: - scope: 'only' - - all: - scope: 'all' + - only: + scope: 'only' + - all: + scope: 'all' # Features to install - install-features: 'odl-iotdm-onem2m' + install-features: 'odl-onem2mall-iotdm' # Robot custom options robot-options: '' - - # Trigger jobs (upstream dependencies) - trigger-jobs: 'iotdm-distribution-{stream}'