X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnetide%2Fnetide-csit-basic.yaml;h=6b228d3d6692954ece5d0c54b635ca40382b24ba;hb=d6c6bb7136720d8ff3a46134b5e9216c3281777c;hp=d69ac0c58317b402a0f24427712baee5ac22bd7a;hpb=5bb916eae434a033004e1aaf30ee6825929f203a;p=releng%2Fbuilder.git diff --git a/jjb/netide/netide-csit-basic.yaml b/jjb/netide/netide-csit-basic.yaml index d69ac0c58..6b228d3d6 100644 --- a/jjb/netide/netide-csit-basic.yaml +++ b/jjb/netide/netide-csit-basic.yaml @@ -1,8 +1,9 @@ +--- - project: name: netide-csit-basic jobs: - - '{project}-csit-verify-1node-{functionality}' - - '{project}-csit-1node-{functionality}-{install}-{stream}' + - '{project}-csit-verify-1node-{functionality}' + - '{project}-csit-1node-{functionality}-{install}-{stream}' # The project name project: 'netide' @@ -12,24 +13,20 @@ # Project branches stream: - - boron: - branch: 'master' - jre: 'openjdk8' - - beryllium: - branch: 'stable/beryllium' - jre: 'openjdk7' + - 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-openflowplugin-flow-services-ui,odl-netide-rest' # Robot custom options robot-options: '' - - # Trigger jobs (upstream dependencies) - trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream},netide-distribution-{stream}'