X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Fdistribution%2Fdistribution-csit-userfeatures.yaml;h=1381e246b30d37cf4159e23d63d8fe4d29254567;hb=48465542237f1041d435cf40d05610ffa3a2076f;hp=c2acf2b51e26c381435c6fb829dc3606ac109cf9;hpb=b45bb213bd96aa69b01346d090ad2c9db5b1a0a0;p=releng%2Fbuilder.git diff --git a/jjb/integration/distribution/distribution-csit-userfeatures.yaml b/jjb/integration/distribution/distribution-csit-userfeatures.yaml index c2acf2b51..1381e246b 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,26 +12,19 @@ # Project branches stream: - - boron: - branch: 'master' - jre: 'openjdk8' - - # TODO: Add Beryllium when everything is backported there. + - neon: + branch: 'master' + - fluorine: + branch: 'stable/fluorine' + - oxygen: + branch: 'stable/oxygen' install: - - only: - scope: 'only' - - all: - scope: 'all' + - all: + scope: 'all' # Features to install - install-features: 'odl-restconf,odl-distribution-version,odl-netconf-connector-all' + install-features: 'odl-restconf,odl-distribution-version,odl-netconf-topology,odl-jolokia' # Robot custom options - robot-options: '' - - # Trigger jobs (upstream dependencies) - trigger-jobs: > - odlparent-distribution-{stream}, - controller-distribution-{stream}, - netconf-distribution-{stream} + robot-options: '-v USE_NETCONF_CONNECTOR:False'