X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnetide%2Fnetide-csit-basic.yaml;h=b6917ee7e9446e6b299c2130aa9e31c33a6a37aa;hb=57368a56c8a5a3597c5790752cc50196705434e2;hp=23f3202acdac99f0fee6bfe35b889154a3860bfd;hpb=c30fe2137a1c2883f9e4d58fbf8893b9e18729dc;p=releng%2Fbuilder.git diff --git a/jjb/netide/netide-csit-basic.yaml b/jjb/netide/netide-csit-basic.yaml index 23f3202ac..b6917ee7e 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,20 +13,24 @@ # Project branches stream: - - beryllium: - branch: 'master' + - carbon: + branch: 'master' + jre: 'openjdk8' + - boron: + branch: 'stable/boron' + jre: 'openjdk8' + - beryllium: + branch: 'stable/beryllium' + jre: 'openjdk7' install: - - only: - scope: 'only' - - all: - scope: 'all' + - only: + scope: 'only' + - 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}'