X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopenflowplugin%2Fopenflowplugin-csit-scalability-daily.yaml;fp=jjb%2Fopenflowplugin%2Fopenflowplugin-csit-scalability-daily.yaml;h=bc8d2de8a0c4d78be600d9a42b63800ba987bf10;hb=76e315e1f95bc12220067b814986976ad232cb9d;hp=0000000000000000000000000000000000000000;hpb=b716e3baea83172ba42120b7e57977b01c77b49a;p=releng%2Fbuilder.git diff --git a/jjb/openflowplugin/openflowplugin-csit-scalability-daily.yaml b/jjb/openflowplugin/openflowplugin-csit-scalability-daily.yaml new file mode 100644 index 000000000..bc8d2de8a --- /dev/null +++ b/jjb/openflowplugin/openflowplugin-csit-scalability-daily.yaml @@ -0,0 +1,36 @@ +- project: + name: openflowplugin-csit-scalability-daily + jobs: + - '{project}-csit-periodic-1node-cds-{functionality}-{install}-{stream}' + + # The project name + project: 'openflowplugin' + + # The functionality under test + functionality: 'scalability-daily' + + # Project branches + stream: + - master: + branch: 'master' + - stable-lithium: + branch: 'stable/lithium' + + install: + - only: + scope: 'only' + + # Features to install + install-features: 'odl-openflowplugin-flow-services-ui' + + # Robot custom options + robot-options: '-v MIN_SWITCHES:100 -v MAX_SWITCHES:500 -v STEP_SWITCHES:100' + + # Trigger jobs (daily) + schedule: 'H H * * *' + + # Plot Info + 01-plot-title: 'Max number of Switches' + 01-plot-yaxis: 'OpenFlow Switches' + 01-plot-group: 'Inventory Scalability' + 01-plot-data-file: 'switches.csv'