Change performance job name 34/834/4
authorpmikus <pmikus@cisco.com>
Thu, 21 Apr 2016 13:47:22 +0000 (15:47 +0200)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 26 Apr 2016 13:33:41 +0000 (13:33 +0000)
- JIRA: CIMANAGE-4
- Change vpp-verify-performance job name to naming convention

Change-Id: If873f29b3bb82de2bdf2e84614d132867c8d06c8
Signed-off-by: pmikus <pmikus@cisco.com>
jjb/vpp/include-raw-vpp-csit-verify-perf.sh [moved from jjb/vpp/include-raw-vpp-verify-performance.sh with 90% similarity]
jjb/vpp/vpp.yaml

similarity index 90%
rename from jjb/vpp/include-raw-vpp-verify-performance.sh
rename to jjb/vpp/include-raw-vpp-csit-verify-perf.sh
index 8a6cbeb..f24692d 100644 (file)
@@ -1,23 +1,23 @@
-#!/bin/bash\r
-set -xeu -o pipefail\r
-\r
-export TEST_TAG="PERFTEST_${TYPE^^}"\r
-\r
-# Clone csit and start tests\r
-git clone --depth 1 https://gerrit.fd.io/r/csit --branch csit-verified\r
-\r
-cp build-root/*.deb csit/\r
-cd csit\r
-# execute csit bootstrap script if it exists\r
-if [ ! -e bootstrap-verify-perf.sh ]\r
-then\r
-    echo 'ERROR: No bootstrap-verify-perf.sh found'\r
-    exit 1\r
-fi\r
-\r
-# make sure that bootstrap-verify-perf.sh is executable\r
-chmod +x bootstrap-verify-perf.sh\r
-# run the script\r
-./bootstrap-verify-perf.sh *.deb\r
-\r
-# vim: ts=4 ts=4 sts=4 et :\r
+#!/bin/bash
+set -xeu -o pipefail
+
+export TEST_TAG="PERFTEST_${TYPE^^}"
+
+# Clone csit and start tests
+git clone --depth 1 https://gerrit.fd.io/r/csit --branch csit-verified
+
+cp build-root/*.deb csit/
+cd csit
+# execute csit bootstrap script if it exists
+if [ ! -e bootstrap-verify-perf.sh ]
+then
+    echo 'ERROR: No bootstrap-verify-perf.sh found'
+    exit 1
+fi
+
+# make sure that bootstrap-verify-perf.sh is executable
+chmod +x bootstrap-verify-perf.sh
+# run the script
+./bootstrap-verify-perf.sh *.deb
+
+# vim: ts=4 ts=4 sts=4 et :
\ No newline at end of file
index e593456..bfd8025 100644 (file)
     name: vpp-misc
     jobs:
         - 'vpp-csit-verify-virl'
-        - 'vpp-verify-performance-{type}'
+        - 'vpp-csit-verify-perf-{type}'
     project: 'vpp'
     branch: 'master'
     os: ubuntu1404
     type:
+        - all
         - short
         - long
 
             output-path: 'csit'
 
 - job-template:
-    name: 'vpp-verify-performance-{type}'
+    name: 'vpp-csit-verify-perf-{type}'
 
     project-type: freestyle
     node: 'verify-{os}'
         - shell:
             !include-raw-escape include-raw-vpp-build.sh
         - shell:
-            !include-raw-escape include-raw-vpp-verify-performance.sh
+            !include-raw-escape include-raw-vpp-csit-verify-perf.sh
 
     publishers:
         - archive-artifacts: