X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnetconf%2Fnetconf-scale.yaml;h=3c3b69af81993da5750b0c22888bdf041706312a;hb=6a4a6a7e698d52f857bcfcc4fcea735aed668f20;hp=8c27672cfc128c7b37de097050a5c903b9f11114;hpb=976eae804e7811f56f6622144171ec4adbb94bb1;p=releng%2Fbuilder.git diff --git a/jjb/netconf/netconf-scale.yaml b/jjb/netconf/netconf-scale.yaml index 8c27672cf..3c3b69af8 100644 --- a/jjb/netconf/netconf-scale.yaml +++ b/jjb/netconf/netconf-scale.yaml @@ -12,12 +12,14 @@ # Project branches stream: - - sodium: + - aluminium: branch: 'master' - - neon: - branch: 'stable/neon' - - fluorine: - branch: 'stable/fluorine' + jre: 'openjdk11' + - magnesium: + branch: 'stable/magnesium' + jre: 'openjdk11' + - sodium: + branch: 'stable/sodium' install: - only: @@ -37,47 +39,55 @@ 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' + name: netconf-csit-scale-max-devices + jobs: + - inttest-csit-1node - # Project branches - stream: - - sodium: - branch: 'master' - - neon: - branch: 'stable/neon' - - fluorine: - branch: 'stable/fluorine' + # The project name + project: 'netconf' - install: - - only: - scope: 'only' + # The functionality under test + functionality: 'scale-max-devices' - # 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 + # Project branches + stream: + - aluminium: + branch: 'master' + 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*' + - 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*' + - sodium: + branch: 'stable/sodium' + robot-options: '-v USE_NETCONF_CONNECTOR:False -v SCHEMA_MODEL:juniper -v INIT_DEVICE_COUNT:10 + -v MAX_DEVICE_COUNT:500 -v DEVICE_INCREMENT:25 -v TESTTOOL_BOOT_TIMEOUT:600s + -v MAX_HEAP:4G --flattenkeywords name:*repeat*keyword*' - # Robot custom options - robot-options: '-v USE_NETCONF_CONNECTOR:False' + install: + - only: + scope: 'only' - # ODL system configuration - odl_system_flavor: odl-standard-8 + # Features to install + install-features: > + odl-restconf, + odl-clustering-test-app, + odl-netconf-mdsal, + odl-netconf-topology, + odl-jolokia - # Plot Info - 01-plot-title: 'Max Devices' - 01-plot-yaxis: 'Devices' - 01-plot-group: 'Netconf Devices' - 01-plot-data-file: 'devices.csv' + # 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'