X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnetconf%2Fnetconf-scale.yaml;h=2a211709db2107e7b315adee52d8c56d41c4692c;hb=eb95e0634e7edb6e5f62db3c0a4ca5a42f95ad7b;hp=6e610acf677cb623643812c38fb9d15fe6f632dd;hpb=4302ac3d4b224cd2ed1b69c0311761001f2a13dc;p=releng%2Fbuilder.git diff --git a/jjb/netconf/netconf-scale.yaml b/jjb/netconf/netconf-scale.yaml index 6e610acf6..2a211709d 100644 --- a/jjb/netconf/netconf-scale.yaml +++ b/jjb/netconf/netconf-scale.yaml @@ -5,33 +5,80 @@ - inttest-csit-1node # The project name - project: 'netconf' + project: "netconf" # The functionality under test - functionality: 'scale' + functionality: "scale" # Project branches stream: - - sodium: - branch: 'master' - - neon: - branch: 'stable/neon' - - fluorine: - branch: 'stable/fluorine' + - master: + branch: "master" + jre: "openjdk17" + + 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 + jobs: + - inttest-csit-1node + + # The project name + project: "netconf" + + # The functionality under test + functionality: "scale-max-devices" + + # Project branches + stream: + - master: + branch: "master" + jre: "openjdk17" + 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" + + # Features to install + install-features: > + 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" + + build-timeout: "720"