X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fsxp%2Fsxp-csit-basic.yaml;h=47fe89ded49fbc17cbc29b4b1c611cfd39218378;hb=f9510ad2361a13149cd478e9d0863d0efe3dd772;hp=5ac355b3f9dca7449dd4ae24e38716819e52c9f3;hpb=c6dd8be243134ba5a87db1a2eb96b90452608f3d;p=releng%2Fbuilder.git diff --git a/jjb/sxp/sxp-csit-basic.yaml b/jjb/sxp/sxp-csit-basic.yaml index 5ac355b3f..47fe89ded 100644 --- a/jjb/sxp/sxp-csit-basic.yaml +++ b/jjb/sxp/sxp-csit-basic.yaml @@ -1,7 +1,8 @@ +--- - project: name: sxp-csit-basic jobs: - - '{project}-csit-1node-{functionality}-{install}-{stream}' + - '{project}-csit-1node-{functionality}-{install}-{stream}' # The project name project: 'sxp' @@ -11,31 +12,23 @@ # Project branches stream: - - carbon: - branch: 'master' - jre: 'openjdk8' - - boron: - branch: 'stable/boron' - jre: 'openjdk8' - - beryllium: - branch: 'stable/beryllium' - jre: 'openjdk7' - - stable-lithium: - disabled: true - branch: 'stable/lithium' - jre: 'openjdk7' + - 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-sxp-controller' # Robot custom options robot-options: '' - - # Trigger jobs (upstream dependencies) - trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},sxp-distribution-{stream},mdsal-distribution-{stream},netconf-distribution-{stream}'