X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb%2Fnetconf%2Fnetconf-clustering.yaml;h=5efea41d877f23deccbb5724dbfaa2e7d107ba02;hb=ddf128598a6fc986b48c0aa2173a069ef80ab4ba;hp=6bc1e94c1574624b0e86c6a448a7b1c6fce01fc8;hpb=fc441b2b3f644271eef0b5f8807f6294b702ec9e;p=releng%2Fbuilder.git diff --git a/jjb/netconf/netconf-clustering.yaml b/jjb/netconf/netconf-clustering.yaml index 6bc1e94c1..5efea41d8 100644 --- a/jjb/netconf/netconf-clustering.yaml +++ b/jjb/netconf/netconf-clustering.yaml @@ -2,38 +2,34 @@ - project: name: netconf-csit-clustering jobs: - - '{project}-csit-3node-{functionality}-{install}-{stream}' + - inttest-csit-3node # The project name - project: 'netconf' + project: "netconf" # The functionality under test - functionality: 'clustering' + functionality: "clustering" # Project branches stream: - - nitrogen: - branch: 'master' - jre: 'openjdk8' - - carbon: - branch: 'stable/carbon' - jre: 'openjdk8' - karaf-version: karaf3 - - boron: - branch: 'stable/boron' - jre: 'openjdk8' - karaf-version: karaf3 + - phosphorus: + branch: "master" + jre: "openjdk11" + - silicon: + branch: "stable/silicon" + jre: "openjdk11" + - aluminium: + branch: "stable/aluminium" + jre: "openjdk11" install: - only: - scope: 'only' - - all: - scope: 'all' + scope: "only" # Features to install install-features: > - odl-restconf, - odl-netconf-clustered-topology + odl-restconf, + odl-netconf-clustered-topology # Robot custom options - robot-options: '-v USE_NETCONF_CONNECTOR:False' + robot-options: "-v USE_NETCONF_CONNECTOR:False"