From: pmikus Date: Thu, 21 Apr 2016 13:47:22 +0000 (+0200) Subject: Change performance job name X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=2ea6567acf97ddd46e3ac91b198c6b8bd865ab75;p=ci-management.git Change performance job name - JIRA: CIMANAGE-4 - Change vpp-verify-performance job name to naming convention Change-Id: If873f29b3bb82de2bdf2e84614d132867c8d06c8 Signed-off-by: pmikus --- diff --git a/jjb/vpp/include-raw-vpp-verify-performance.sh b/jjb/vpp/include-raw-vpp-csit-verify-perf.sh 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 8a6cbeb30..f24692de9 100644 --- a/jjb/vpp/include-raw-vpp-verify-performance.sh +++ b/jjb/vpp/include-raw-vpp-csit-verify-perf.sh @@ -1,23 +1,23 @@ -#!/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 : +#!/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 diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index e5934562e..bfd802539 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -18,11 +18,12 @@ 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 @@ -172,7 +173,7 @@ output-path: 'csit' - job-template: - name: 'vpp-verify-performance-{type}' + name: 'vpp-csit-verify-perf-{type}' project-type: freestyle node: 'verify-{os}' @@ -215,7 +216,7 @@ - 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: