X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnetconf%2Fnetconf-scale.yaml;h=7ea02b322b9f82c74f932ee3e7b2d074f8e92cab;hb=2de162357b5ce92152e8806bd092baebe70f4432;hp=d4ec07fbb403f91e82eff9b704ec14235bcc0748;hpb=87b4fdc2b3493f2ee2a9af2478f62bac86032831;p=releng%2Fbuilder.git diff --git a/jjb/netconf/netconf-scale.yaml b/jjb/netconf/netconf-scale.yaml index d4ec07fbb..8c27672cf 100644 --- a/jjb/netconf/netconf-scale.yaml +++ b/jjb/netconf/netconf-scale.yaml @@ -1,7 +1,8 @@ +--- - project: name: netconf-csit-scale jobs: - - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}' + - inttest-csit-1node # The project name project: 'netconf' @@ -11,29 +12,72 @@ # Project branches stream: - - carbon: - branch: 'master' - jre: 'openjdk8' - - boron: - branch: 'stable/boron' - jre: 'openjdk8' - - beryllium: - branch: 'stable/beryllium' - jre: 'openjdk7' + - sodium: + branch: 'master' + - neon: + branch: 'stable/neon' + - fluorine: + branch: 'stable/fluorine' install: - - only: - scope: 'only' - - all: - scope: 'all' + - only: + scope: 'only' # Features to install - install-features: 'odl-restconf,odl-clustering-test-app,odl-netconf-mdsal,odl-netconf-connector-all' + install-features: > + odl-restconf, + odl-clustering-test-app, + odl-netconf-mdsal, + odl-netconf-topology # Robot custom options - robot-options: '' + robot-options: '-v USE_NETCONF_CONNECTOR:False' - # This scaling test can take several hours to finish, - # so the job is defined to run once a day. - # Trigger jobs (daily) - schedule: 'H H * * *' + # ODL system configuration + 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: + - sodium: + branch: 'master' + - neon: + branch: 'stable/neon' + - fluorine: + branch: 'stable/fluorine' + + install: + - 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 system configuration + odl_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'