X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnatapp%2Fnatapp-csit-basic.yaml;h=cf2700191c7bfa33c568326d9095465217b08d90;hb=a52f240cf77a1b28ddd413c7d29d5e8eb79330e5;hp=47c766b701cbf754136a9805ed6d125c0ec5f382;hpb=4e1fb6ce977b86ce561ac19802f407605319ea6b;p=releng%2Fbuilder.git diff --git a/jjb/natapp/natapp-csit-basic.yaml b/jjb/natapp/natapp-csit-basic.yaml index 47c766b70..cf2700191 100644 --- a/jjb/natapp/natapp-csit-basic.yaml +++ b/jjb/natapp/natapp-csit-basic.yaml @@ -1,8 +1,9 @@ +--- - project: name: natapp-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: 'natapp' @@ -12,22 +13,16 @@ # Project branches stream: - - boron: - branch: 'master' - jre: 'openjdk8' + - carbon: + branch: 'stable/carbon' + karaf-version: karaf3 install: - - only: - scope: 'only' - - all: - scope: 'all' + - all: + scope: 'all' # Features to install install-features: 'odl-restconf, odl-natapp' # Robot custom options robot-options: '' - - # Trigger jobs (upstream dependencies) - trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowplugin-distribution-{stream},natapp-distribution-{stream}' -