Organize bulkomatic performance suites 41/45941/2
authorLuis Gomez <ecelgp@gmail.com>
Tue, 20 Sep 2016 23:14:11 +0000 (16:14 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Tue, 20 Sep 2016 23:21:22 +0000 (16:21 -0700)
Add cluster perf job.
Run 32 switches x 2K flow in all tests.
Update VM type for Boron jobs.

Change-Id: Ib612a0ca5beaa3a10adb2aa0a883a24d16d7c879
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
jjb/openflowplugin/openflowplugin-csit-bulkomatic-clustering-perf-daily-old.yaml [new file with mode: 0644]
jjb/openflowplugin/openflowplugin-csit-bulkomatic-clustering-perf-daily.yaml [new file with mode: 0644]
jjb/openflowplugin/openflowplugin-csit-bulkomatic-perf-daily-old.yaml
jjb/openflowplugin/openflowplugin-csit-bulkomatic-perf-daily.yaml

diff --git a/jjb/openflowplugin/openflowplugin-csit-bulkomatic-clustering-perf-daily-old.yaml b/jjb/openflowplugin/openflowplugin-csit-bulkomatic-clustering-perf-daily-old.yaml
new file mode 100644 (file)
index 0000000..4fe4dc6
--- /dev/null
@@ -0,0 +1,42 @@
+- project:
+    name: openflowplugin-csit-bulkomatic-clustering-perf-daily-old
+    jobs:
+        - '{project}-csit-3node-periodic-{functionality}-{install}-{stream}'
+
+    # The project name
+    project: 'openflowplugin'
+
+    # The functionality under test
+    functionality: 'bulkomatic-clustering-perf-daily'
+
+    # Project branches
+    stream:
+        - beryllium:
+            branch: 'stable/beryllium'
+            jre: 'openjdk8'
+
+    install:
+        - only:
+            scope: 'only'
+
+    # Job images
+    controller-image: 'centos7-java-builder-4c-8g'
+
+    # Features to install
+    install-features: 'odl-openflowplugin-flow-services-ui,odl-openflowplugin-app-bulk-o-matic,odl-jolokia,decanter-collector-jmx,decanter-appender-elasticsearch'
+
+    # Robot custom options
+    robot-options: '-v ODL_OF_PLUGIN:helium -v oper_ds_timeout:1000 -v switch_count:32 -v flow_count_per_switch:2000'
+
+    # Trigger jobs (daily)
+    schedule: 'H H * * *'
+
+    # Plot Info
+    01-plot-title: 'Flow Add rate'
+    01-plot-yaxis: 'flow_mods/sec'
+    01-plot-group: 'Java Performance'
+    01-plot-data-file: 'rate.csv'
+    02-plot-title: 'Flow Add time'
+    02-plot-yaxis: 'seconds'
+    02-plot-group: 'Java Performance'
+    02-plot-data-file: 'time.csv'
diff --git a/jjb/openflowplugin/openflowplugin-csit-bulkomatic-clustering-perf-daily.yaml b/jjb/openflowplugin/openflowplugin-csit-bulkomatic-clustering-perf-daily.yaml
new file mode 100644 (file)
index 0000000..eb33ca7
--- /dev/null
@@ -0,0 +1,46 @@
+- project:
+    name: openflowplugin-csit-bulkomatic-clustering-perf-daily
+    jobs:
+        - '{project}-csit-3node-periodic-{functionality}-{install}-{stream}'
+
+    # The project name
+    project: 'openflowplugin'
+
+    # The functionality under test
+    functionality: 'bulkomatic-clustering-perf-daily'
+
+    # Project branches
+    stream:
+        - carbon:
+            branch: 'master'
+            jre: 'openjdk8'
+        - boron:
+            branch: 'stable/boron'
+            jre: 'openjdk8'
+
+    install:
+        - only:
+            scope: 'only'
+
+    # Job images
+    controller-image: 'centos7-java-builder-4c-8g'
+    mininet-image: 'ubuntu-trusty-mininet-ovs-25-2c-2g'
+
+    # Features to install
+    install-features: 'odl-openflowplugin-flow-services-ui,odl-openflowplugin-app-bulk-o-matic,odl-jolokia,decanter-collector-jmx,decanter-appender-elasticsearch'
+
+    # Robot custom options
+    robot-options: '-v ODL_OF_PLUGIN:lithium -v switch_count:32 -v flow_count_per_switch:2000'
+
+    # Trigger jobs (daily)
+    schedule: 'H H * * *'
+
+    # Plot Info
+    01-plot-title: 'Flow Add rate'
+    01-plot-yaxis: 'flow_mods/sec'
+    01-plot-group: 'Java Performance'
+    01-plot-data-file: 'rate.csv'
+    02-plot-title: 'Flow Add time'
+    02-plot-yaxis: 'seconds'
+    02-plot-group: 'Java Performance'
+    02-plot-data-file: 'time.csv'
index f4fba155bb4b015715e098d5a723a6a9fdfeedd8..56c3026c2d4ec5b539ea0ee8056ec32f8cf6a096 100644 (file)
 
     # Job images
     controller-image: 'centos7-java-builder-4c-8g'
-    mininet-image: 'ubuntu-trusty-mininet-ovs-23-2c-2g'
 
     # Features to install
     install-features: 'odl-openflowplugin-flow-services-ui,odl-openflowplugin-app-bulk-o-matic,odl-jolokia,decanter-collector-jmx,decanter-appender-elasticsearch'
 
     # Robot custom options
-    robot-options: '-v ODL_OF_PLUGIN:helium'
+    robot-options: '-v ODL_OF_PLUGIN:helium -v switch_count:32 -v flow_count_per_switch:2000'
 
     # Trigger jobs (daily)
     schedule: 'H H * * *'
index 02c0c20f7646a500c3c2aa31dfd4b0eebcdca99e..585b3d4468634603c69c46389b2ec660756e84c7 100644 (file)
 
     # Job images
     controller-image: 'centos7-java-builder-4c-8g'
-    mininet-image: 'ubuntu-trusty-mininet-ovs-23-2c-2g'
+    mininet-image: 'ubuntu-trusty-mininet-ovs-25-2c-2g'
 
     # Features to install
     install-features: 'odl-openflowplugin-flow-services-ui,odl-openflowplugin-app-bulk-o-matic,odl-jolokia,decanter-collector-jmx,decanter-appender-elasticsearch'
 
     # Robot custom options
-    robot-options: '-v ODL_OF_PLUGIN:lithium'
+    robot-options: '-v ODL_OF_PLUGIN:lithium -v switch_count:32 -v flow_count_per_switch:2000'
 
     # Trigger jobs (daily)
     schedule: 'H H * * *'