creating new jobs for measuring number of connected switches 82/23582/2
authorPeter Gubka <pgubka@cisco.com>
Mon, 29 Jun 2015 20:33:22 +0000 (22:33 +0200)
committerPeter Gubka <pgubka@cisco.com>
Tue, 30 Jun 2015 10:38:27 +0000 (12:38 +0200)
the main reason is to have a plot part, where number of connected switches
will be displayed

see sandbox build #3 and
https://jenkins.opendaylight.org/sandbox/job/openflowplugin-csit-periodic-1node-cds-sw-scalability-daily-lithium-redesign-only-master/plot/Inventory%20Scalability/

Change-Id: Ida78cfd9c8be94210d983d4bac3d1db913178037
Signed-off-by: Peter Gubka <pgubka@cisco.com>
jjb/openflowplugin/openflowplugin-csit-sw-scalability-daily-lithium-redesign.yaml [new file with mode: 0644]
jjb/openflowplugin/openflowplugin-csit-sw-scalability-daily.yaml [new file with mode: 0644]

diff --git a/jjb/openflowplugin/openflowplugin-csit-sw-scalability-daily-lithium-redesign.yaml b/jjb/openflowplugin/openflowplugin-csit-sw-scalability-daily-lithium-redesign.yaml
new file mode 100644 (file)
index 0000000..008fcd7
--- /dev/null
@@ -0,0 +1,36 @@
+- project:
+    name: openflowplugin-csit-sw-scalability-daily-lithium-redesign
+    jobs:
+        - '{project}-csit-periodic-1node-cds-{functionality}-{install}-{stream}'
+
+    # The project name
+    project: 'openflowplugin'
+
+    # The functionality under test
+    functionality: 'sw-scalability-daily-lithium-redesign'
+
+    # 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-li'
+
+    # Robot custom options
+    robot-options: ''
+
+    # 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: 'max_found.csv'
diff --git a/jjb/openflowplugin/openflowplugin-csit-sw-scalability-daily.yaml b/jjb/openflowplugin/openflowplugin-csit-sw-scalability-daily.yaml
new file mode 100644 (file)
index 0000000..34d2690
--- /dev/null
@@ -0,0 +1,36 @@
+- project:
+    name: openflowplugin-csit-sw-scalability-daily
+    jobs:
+        - '{project}-csit-periodic-1node-cds-{functionality}-{install}-{stream}'
+
+    # The project name
+    project: 'openflowplugin'
+
+    # The functionality under test
+    functionality: 'sw-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: ''
+
+    # 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: 'max_found.csv'