X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Fdistribution%2Fdistribution-csit-userfeatures.yaml;h=54d9b5ccba9a50a2dc51b5b609c20b98e358bf36;hb=4ef2a863969dc4eda8c16975c8d11f7af0bdd565;hp=53c400f6008e554428a60f1e866f8ed214e5fe73;hpb=f571cb39b33e760f2267691cf97d792d36848882;p=releng%2Fbuilder.git diff --git a/jjb/integration/distribution/distribution-csit-userfeatures.yaml b/jjb/integration/distribution/distribution-csit-userfeatures.yaml index 53c400f60..54d9b5ccb 100644 --- a/jjb/integration/distribution/distribution-csit-userfeatures.yaml +++ b/jjb/integration/distribution/distribution-csit-userfeatures.yaml @@ -1,7 +1,8 @@ +--- - project: name: distribution-csit-userfeatures jobs: - - '{project}-csit-1node-{functionality}-{install}-{stream}' + - inttest-csit-1node # The project name project: 'distribution' @@ -11,39 +12,20 @@ # Project branches stream: - - carbon: - branch: 'master' - jre: 'openjdk8' - - boron: - branch: 'stable/boron' - jre: 'openjdk8' - install-features: 'odl-restconf,odl-distribution-version,odl-netconf-connector-all,odl-jolokia' - robot-options: '-v USE_NETCONF_CONNECTOR:True' - - beryllium: - branch: 'stable/beryllium' - jre: 'openjdk7' - install-features: 'odl-restconf,odl-distribution-version,odl-netconf-connector-all,odl-jolokia' - robot-options: '-v USE_NETCONF_CONNECTOR:True' - - # TODO: Add Beryllium when everything is backported there. + - oxygen: + branch: 'master' + - 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-restconf,odl-distribution-version,odl-netconf-topology,odl-jolokia' # Robot custom options robot-options: '-v USE_NETCONF_CONNECTOR:False' - - # Trigger jobs (upstream dependencies) - trigger-jobs: > - controller-distribution-{stream}, - integration-distribution-merge-{stream} - - # Controller configuration - controller-image: 'centos7-java-builder-2c-8g' -