X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb%2Fnetconf%2Fnetconf-scale.yaml;h=d4cc0a468beb153ede5ab2b82814d121acb11f9e;hb=b839a835f780cf9a899ca4275ae92f1e4aee5578;hp=0b5bc974e7987e789f4f50c49fe41ec36a12e846;hpb=d2dbe00f26c3fd709f069d917b6d466d7bda4115;p=releng%2Fbuilder.git diff --git a/jjb/netconf/netconf-scale.yaml b/jjb/netconf/netconf-scale.yaml index 0b5bc974e..d4cc0a468 100644 --- a/jjb/netconf/netconf-scale.yaml +++ b/jjb/netconf/netconf-scale.yaml @@ -2,39 +2,98 @@ - project: name: netconf-csit-scale jobs: - - inttest-csit-1node-periodic + - inttest-csit-1node # The project name - project: 'netconf' + project: "netconf" # The functionality under test - functionality: 'scale' + functionality: "scale" # Project branches stream: - - fluorine: - branch: 'master' - - oxygen: - branch: 'stable/oxygen' - - nitrogen: - branch: 'stable/nitrogen' - - carbon: - branch: 'stable/carbon' - karaf-version: karaf3 + - silicon: + branch: "master" + jre: "openjdk11" + - aluminium: + branch: "stable/aluminium" + jre: "openjdk11" + - magnesium: + branch: "stable/magnesium" + jre: "openjdk11" + - sodium: + branch: "stable/sodium" install: - - all: - scope: 'all' + - 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: v2-standard-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: + - 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*" + + 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"