X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnetconf%2Fnetconf-scale.yaml;h=8c27672cfc128c7b37de097050a5c903b9f11114;hb=2de162357b5ce92152e8806bd092baebe70f4432;hp=a0dee25978e73e228f405a1e19d4302aae0a319d;hpb=ce8c93af3b25f5716fe5aaf26a4a87e43bb18fba;p=releng%2Fbuilder.git diff --git a/jjb/netconf/netconf-scale.yaml b/jjb/netconf/netconf-scale.yaml index a0dee2597..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,17 +12,16 @@ # Project branches stream: - - oxygen: + - sodium: branch: 'master' - - nitrogen: - branch: 'stable/nitrogen' - - carbon: - branch: 'stable/carbon' - karaf-version: karaf3 + - neon: + branch: 'stable/neon' + - fluorine: + branch: 'stable/fluorine' install: - - all: - scope: 'all' + - only: + scope: 'only' # Features to install install-features: > @@ -35,4 +34,50 @@ robot-options: '-v USE_NETCONF_CONNECTOR:False' # ODL system configuration - odl_system_flavor: v1-performance-4 + 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'