X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnetconf%2Fnetconf-scale.yaml;h=84eede89ae0122597c6532d0e5176ad1e0763cab;hb=4cbb7018306abf675dd8042f212f3a5f86faba87;hp=3c3b69af81993da5750b0c22888bdf041706312a;hpb=74d14c7b7904922061e1dafe7482438521aae6f7;p=releng%2Fbuilder.git diff --git a/jjb/netconf/netconf-scale.yaml b/jjb/netconf/netconf-scale.yaml index 3c3b69af8..84eede89a 100644 --- a/jjb/netconf/netconf-scale.yaml +++ b/jjb/netconf/netconf-scale.yaml @@ -5,38 +5,38 @@ - inttest-csit-1node # The project name - project: 'netconf' + project: "netconf" # The functionality under test - functionality: 'scale' + functionality: "scale" # Project branches stream: - - aluminium: - branch: 'master' - jre: 'openjdk11' - - magnesium: - branch: 'stable/magnesium' - jre: 'openjdk11' - - sodium: - branch: 'stable/sodium' + - master: + branch: "master" + jre: "openjdk11" + - silicon: + branch: "stable/silicon" + jre: "openjdk11" + + karaf-version: netconf 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 + odl_system_flavor: v3-standard-4 - project: name: netconf-csit-scale-max-devices @@ -44,50 +44,58 @@ - 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: - - 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*' + - sulfur: + branch: "master" + jre: "openjdk11" + robot-options: + "-v USE_NETCONF_CONNECTOR:False -v SCHEMA_MODEL:juniper -v\ + \ INIT_DEVICE_COUNT:1000 -v MAX_DEVICE_COUNT:3000 -v DEVICE_INCREMENT:500\ + \ -v TESTTOOL_BOOT_TIMEOUT:600s -v MAX_HEAP:4G --flattenkeywords name:*repeat*keyword*" + - phosphorus: + branch: "stable/phosphorus" + jre: "openjdk11" + robot-options: + "-v USE_NETCONF_CONNECTOR:False -v SCHEMA_MODEL:juniper -v\ + \ INIT_DEVICE_COUNT:1000 -v MAX_DEVICE_COUNT:3000 -v DEVICE_INCREMENT:500\ + \ -v TESTTOOL_BOOT_TIMEOUT:600s -v MAX_HEAP:4G --flattenkeywords name:*repeat*keyword*" + - silicon: + branch: "stable/silicon" + jre: "openjdk11" + robot-options: + "-v USE_NETCONF_CONNECTOR:False -v SCHEMA_MODEL:juniper -v\ + \ INIT_DEVICE_COUNT:1000 -v MAX_DEVICE_COUNT:3000 -v DEVICE_INCREMENT:500\ + \ -v TESTTOOL_BOOT_TIMEOUT:600s -v MAX_HEAP:4G --flattenkeywords name:*repeat*keyword*" + + karaf-version: netconf 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 + 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' + 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"