X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnetconf%2Fnetconf-scale.yaml;h=46efd0a09d277b009012aec4aac18239da08f700;hb=4bef091282bb9340969e90308ba0a39cfc207c15;hp=1e8170ff72d42edf26b2eeaa5ef5f93eb85670f5;hpb=6296d9910277f5fcc25862cb417e1d8c2fedeff8;p=releng%2Fbuilder.git diff --git a/jjb/netconf/netconf-scale.yaml b/jjb/netconf/netconf-scale.yaml index 1e8170ff7..46efd0a09 100644 --- a/jjb/netconf/netconf-scale.yaml +++ b/jjb/netconf/netconf-scale.yaml @@ -5,35 +5,36 @@ - inttest-csit-1node # The project name - project: 'netconf' + project: "netconf" # The functionality under test - functionality: 'scale' + functionality: "scale" # Project branches stream: + - silicon: + branch: "master" + jre: "openjdk11" + - aluminium: + branch: "stable/aluminium" + jre: "openjdk11" - magnesium: - branch: 'master' - - sodium: - branch: 'stable/sodium' - - neon: - branch: 'stable/neon' - - fluorine: - branch: 'stable/fluorine' + branch: "stable/magnesium" + jre: "openjdk11" install: - only: - scope: 'only' + scope: "only" # Features to install install-features: > - odl-restconf, - odl-clustering-test-app, - odl-netconf-mdsal, - odl-netconf-topology + odl-restconf, + odl-clustering-test-app, + odl-netconf-mdsal, + odl-netconf-topology # Robot custom options - robot-options: '-v USE_NETCONF_CONNECTOR:False' + robot-options: "-v USE_NETCONF_CONNECTOR:False" # ODL system configuration odl_system_flavor: odl-standard-4 @@ -44,42 +45,56 @@ - inttest-csit-1node # The project name - project: 'netconf' + project: "netconf" # The functionality under test - functionality: 'scale-max-devices' + functionality: "scale-max-devices" # Project branches stream: - - sodium: - branch: 'master' - - neon: - branch: 'stable/neon' - - fluorine: - branch: 'stable/fluorine' + - silicon: + branch: "master" + jre: "openjdk11" + robot-options: + "-v USE_NETCONF_CONNECTOR:False -v SCHEMA_MODEL:juniper -v INIT_DEVICE_COUNT:400 + -v MAX_DEVICE_COUNT:3000 -v DEVICE_INCREMENT:200 -v TESTTOOL_BOOT_TIMEOUT:600s + -v MAX_HEAP:4G --flattenkeywords name:*repeat*keyword*" + - aluminium: + branch: "stable/aluminium" + jre: "openjdk11" + robot-options: + "-v USE_NETCONF_CONNECTOR:False -v SCHEMA_MODEL:juniper -v INIT_DEVICE_COUNT:1000 + -v MAX_DEVICE_COUNT:4000 -v DEVICE_INCREMENT:500 -v TESTTOOL_BOOT_TIMEOUT:600s + -v MAX_HEAP:4G --flattenkeywords name:*repeat*keyword*" + - magnesium: + branch: "stable/magnesium" + jre: "openjdk11" + robot-options: + "-v USE_NETCONF_CONNECTOR:False -v SCHEMA_MODEL:juniper -v INIT_DEVICE_COUNT:250 + -v MAX_DEVICE_COUNT:1000 -v DEVICE_INCREMENT:100 -v TESTTOOL_BOOT_TIMEOUT:600s + -v MAX_HEAP:4G --flattenkeywords name:*repeat*keyword*" install: - only: - scope: '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-restconf, + odl-clustering-test-app, + odl-netconf-mdsal, + odl-netconf-topology, + odl-jolokia # ODL system configuration odl_system_flavor: odl-standard-8 + controller-max-mem: "12G" + tools_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' + 01-plot-title: "Max Devices" + 01-plot-yaxis: "Devices" + 01-plot-group: "Netconf Devices" + 01-plot-data-file: "devices.csv" + + build-timeout: "720"