X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Focpplugin%2Focpplugin-csit-basic.yaml;h=2b05a076862986b3709735ad598e59978c577c5c;hb=f9510ad2361a13149cd478e9d0863d0efe3dd772;hp=a7c1e96a17411c92bb1a78b3518563c7963737cc;hpb=fbb05fa41f9724e6324ddf9547f2f1bf8bdd8200;p=releng%2Fbuilder.git diff --git a/jjb/ocpplugin/ocpplugin-csit-basic.yaml b/jjb/ocpplugin/ocpplugin-csit-basic.yaml index a7c1e96a1..2b05a0768 100644 --- a/jjb/ocpplugin/ocpplugin-csit-basic.yaml +++ b/jjb/ocpplugin/ocpplugin-csit-basic.yaml @@ -1,8 +1,9 @@ +--- - project: name: ocpplugin-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: 'ocpplugin' @@ -12,21 +13,23 @@ # Project branches stream: - - boron: - branch: 'master' - jre: 'openjdk8' + - oxygen: + branch: 'master' + jre: 'openjdk8' + - nitrogen: + branch: 'stable/nitrogen' + jre: 'openjdk8' + - carbon: + branch: 'stable/carbon' + jre: 'openjdk8' + karaf-version: karaf3 install: - - only: - scope: 'only' - - all: - scope: 'all' + - all: + scope: 'all' # Features to install install-features: 'odl-restconf,odl-l2switch-switch,odl-ocpplugin-all' # Robot custom options robot-options: '' - - # Trigger jobs (upstream dependencies) - trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},ocpplugin-distribution-{stream}'