X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnic%2Fnic-csit-basic.yaml;h=b777acef95ee793449f8accd6f59479bdf17b248;hb=b0ee3dcc9ba7c94a5969548f7e818894e65b05d9;hp=3e2fec7ba933cd5d3abee5693e75a6d3ab9c4330;hpb=5e9656e4cac52ab5e622f68a999af3eeb450aa87;p=releng%2Fbuilder.git diff --git a/jjb/nic/nic-csit-basic.yaml b/jjb/nic/nic-csit-basic.yaml index 3e2fec7ba..b777acef9 100644 --- a/jjb/nic/nic-csit-basic.yaml +++ b/jjb/nic/nic-csit-basic.yaml @@ -1,8 +1,9 @@ +--- - project: name: nic-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: 'nic' @@ -12,27 +13,22 @@ # Project branches stream: - - carbon: - branch: 'master' - jre: 'openjdk8' - - boron: - branch: 'stable/boron' - jre: 'openjdk8' - - beryllium: - branch: 'stable/beryllium' - jre: 'openjdk7' + - fluorine: + branch: 'master' + - oxygen: + branch: 'stable/oxygen' + - 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-nic-console' + install-features: 'odl-nic-intent-common' # Robot custom options robot-options: '' - - # Trigger jobs (upstream dependencies) - trigger-jobs: 'nic-distribution-{stream},vtn-distribution-{stream}'