From ef7b4e771dd98b010f667eaee6c1e24bfcf3b507 Mon Sep 17 00:00:00 2001 From: Miroslav Miklus Date: Thu, 5 May 2016 10:22:52 +0200 Subject: [PATCH] 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 --- jjb/vpp/vpp.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}' -- 2.16.6