Merge "Adding the root pom to the distribution verification"
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 13 Apr 2015 14:07:09 +0000 (14:07 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 13 Apr 2015 14:07:09 +0000 (14:07 +0000)
jjb/integration/integration-templates.yaml
jjb/openflowplugin/openflowplugin-csit-cbench-performance-master.yaml
jjb/releng-defaults.yaml

index 0892af895ccc92535b54e0aec72980e2f9534b6f..f1d8363f8760709c00c38e34f40bc0dc88bbafc0 100644 (file)
             artifacts: 'karaf.log'
         - email-notification:
             email-prefix: '[{project}]'
+        - plot:
+          - title: '{01-plot-title}'
+            yaxis: '{01-plot-yaxis}'
+            group: '{01-plot-group}'
+            num-builds: ''
+            style: line
+            use-description: false
+            series:
+              - file: '{01-plot-data-file}'
+                inclusion-flag: 'off'
+                display-table: true
+                format: csv
+          - title: '{02-plot-title}'
+            yaxis: '{02-plot-yaxis}'
+            group: '{02-plot-group}'
+            num-builds: ''
+            style: line
+            use-description: false
+            series:
+              - file: '{02-plot-data-file}'
+                inclusion-flag: 'off'
+                display-table: true
+                format: csv
 
 - job-template:
     name: '{project}-csit-1node-cds-{functionality}-{install}-{stream}'
index 0e8e34904d35ed4efbefaa6fcb9f8728ebc819c6..03397cdd1c72b6b17c87662b01e3f16da75a59aa 100644 (file)
 
     # Trigger jobs (upstream dependencies)
     trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream}'
+
+    # Plot Info
+    01-plot-title: 'Throughput Mode'
+    01-plot-yaxis: 'flow_mods/sec'
+    01-plot-group: 'Cbench Performance'
+    01-plot-data-file: 'throughput.csv'
+    02-plot-title: 'Latency Mode'
+    02-plot-yaxis: 'flow_mods/sec'
+    02-plot-group: 'Cbench Performance'
+    02-plot-data-file: 'latency.csv'
index ba14f914e3ff9f4baea78c411195b2bda68040c6..05e1990b44a454f38162f6114dcd9ab745dac5a1 100644 (file)
     vpnservice-settings: 'org.jenkinsci.plugins.configfiles.maven.MavenSettingsConfig1423083445104'
     vtn-settings: 'org.jenkinsci.plugins.configfiles.maven.MavenSettingsConfig1414701949484'
     yangtools-settings: 'org.jenkinsci.plugins.configfiles.maven.MavenSettingsConfig1414695171776'
+
+    #plot stuff
+    01-plot-title: ''
+    01-plot-yaxis: ''
+    01-plot-group: 'Default Plot Group'
+    01-plot-data-file: 'plot-data.csv'
+    02-plot-title: ''
+    02-plot-yaxis: ''
+    02-plot-group: 'Default Plot Group'
+    02-plot-data-file: 'plot-data.csv'