X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnetconf%2Fnetconf-scale.yaml;h=8c27672cfc128c7b37de097050a5c903b9f11114;hb=2de162357b5ce92152e8806bd092baebe70f4432;hp=7ea02b322b9f82c74f932ee3e7b2d074f8e92cab;hpb=2b0894555df9673b13e43bce6448c8f261250b64;p=releng%2Fbuilder.git diff --git a/jjb/netconf/netconf-scale.yaml b/jjb/netconf/netconf-scale.yaml index 7ea02b322..8c27672cf 100644 --- a/jjb/netconf/netconf-scale.yaml +++ b/jjb/netconf/netconf-scale.yaml @@ -2,7 +2,7 @@ - project: name: netconf-csit-scale jobs: - - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}' + - inttest-csit-1node # The project name project: 'netconf' @@ -12,30 +12,16 @@ # Project branches stream: - - nitrogen: + - sodium: branch: 'master' - jre: 'openjdk8' - - carbon: - branch: 'stable/carbon' - jre: 'openjdk8' - karaf-version: karaf3 - - boron: - branch: 'stable/boron' - jre: 'openjdk8' - karaf-version: karaf3 - install-features: > - odl-restconf, - odl-clustering-test-app, - odl-netconf-mdsal, - odl-netconf-connector-all, - odl-netconf-topology - robot-options: '-v USE_NETCONF_CONNECTOR:True' + - neon: + branch: 'stable/neon' + - fluorine: + branch: 'stable/fluorine' install: - only: scope: 'only' - - all: - scope: 'all' # Features to install install-features: > @@ -48,4 +34,50 @@ robot-options: '-v USE_NETCONF_CONNECTOR:False' # ODL system configuration - odl_system_flavor: 8 GB General Purpose v1 + odl_system_flavor: odl-standard-4 + +- project: + name: netconf-csit-scale-max-devices + jobs: + - inttest-csit-1node + + # The project name + project: 'netconf' + + # The functionality under test + functionality: 'scale-max-devices' + + # Project branches + stream: + - sodium: + branch: 'master' + - neon: + branch: 'stable/neon' + - fluorine: + branch: 'stable/fluorine' + + install: + - only: + scope: 'only' + + # Features to install + install-features: > + odl-restconf, + odl-clustering-test-app, + odl-netconf-mdsal, + odl-netconf-topology, + odl-jolokia, + decanter-collector-jmx, + decanter-appender-elasticsearch + + # Robot custom options + robot-options: '-v USE_NETCONF_CONNECTOR:False' + + # ODL system configuration + odl_system_flavor: odl-standard-8 + + # Plot Info + 01-plot-title: 'Max Devices' + 01-plot-yaxis: 'Devices' + 01-plot-group: 'Netconf Devices' + 01-plot-data-file: 'devices.csv'