X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnetconf%2Fnetconf-userfeatures.yaml;h=66bb266555163d261560a065a3cf4aad83c6fa92;hb=57368a56c8a5a3597c5790752cc50196705434e2;hp=77692ee60c6c75503c4d58e120ad1a2d2a27e44f;hpb=2dbc8e52529ff2624388c85ad569f55a452eb731;p=releng%2Fbuilder.git diff --git a/jjb/netconf/netconf-userfeatures.yaml b/jjb/netconf/netconf-userfeatures.yaml index 77692ee60..66bb26655 100644 --- a/jjb/netconf/netconf-userfeatures.yaml +++ b/jjb/netconf/netconf-userfeatures.yaml @@ -1,8 +1,9 @@ +--- - project: name: netconf-csit-userfeatures 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: 'netconf' @@ -12,27 +13,42 @@ # Project branches stream: - - boron: - branch: 'master' - jre: 'openjdk8' - - beryllium: - branch: 'stable/beryllium' - jre: 'openjdk7' - - stable-lithium: - branch: 'stable/lithium' - jre: 'openjdk7' + - carbon: + branch: 'master' + jre: 'openjdk8' + - boron: + branch: 'stable/boron' + jre: 'openjdk8' + install-features: > + odl-restconf, + odl-netconf-mdsal, + odl-clustering-test-app, + odl-netconf-connector-all, + odl-netconf-topology + robot-options: '-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:True' + - beryllium: + branch: 'stable/beryllium' + jre: 'openjdk7' + install-features: > + odl-restconf, + odl-netconf-mdsal, + odl-clustering-test-app, + odl-netconf-connector-all, + odl-netconf-topology + robot-options: '-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:True' install: - - only: - scope: 'only' - - all: - scope: 'all' + - only: + scope: 'only' + - all: + scope: 'all' # Features to install - install-features: 'odl-restconf,odl-netconf-mdsal,odl-clustering-test-app,odl-netconf-connector-all' + install-features: > + odl-restconf, + odl-netconf-mdsal, + odl-clustering-test-app, + odl-netconf-topology # Robot custom options - robot-options: '-v NETOPEER_USER:root' - - # Trigger jobs (upstream dependencies) - trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},mdsal-distribution-{stream}' + robot-options: '-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:False'