From: Miroslav Miklus Date: Thu, 5 May 2016 08:22:52 +0000 (+0200) Subject: Rename vpp-csit-verify-perf-{type} to vpp-csit-verify-hw-perf-{type} X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=ef7b4e771dd98b010f667eaee6c1e24bfcf3b507;p=ci-management.git Rename vpp-csit-verify-perf-{type} to vpp-csit-verify-hw-perf-{type} The job name should not contain string from comment trigger. If the job name contains the same string as the trigger, the verification ends up in an endless loop because jenkins post comment with the job name and that triggers the job again. Change-Id: If25b8530984e047b96f4b571495ecedf586aa84f Signed-off-by: Miroslav Miklus --- diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 67e9d3473..e9815d9de 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -19,7 +19,7 @@ name: vpp-misc jobs: - 'vpp-csit-verify-virl' - - 'vpp-csit-verify-perf-{type}' + - 'vpp-csit-verify-hw-perf-{type}' project: 'vpp' branch: 'master' os: ubuntu1404 @@ -227,7 +227,7 @@ output-path: 'csit' - job-template: - name: 'vpp-csit-verify-perf-{type}' + name: 'vpp-csit-verify-hw-perf-{type}' project-type: freestyle node: 'verify-{os}'