Rename vpp-csit-verify-perf-{type} to vpp-csit-verify-hw-perf-{type} 97/997/2
authorMiroslav Miklus <mmiklus@cisco.com>
Thu, 5 May 2016 08:22:52 +0000 (10:22 +0200)
committerMiroslav Miklus <mmiklus@cisco.com>
Fri, 6 May 2016 08:15:27 +0000 (08:15 +0000)
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 <mmiklus@cisco.com>
jjb/vpp/vpp.yaml

index 67e9d34..e9815d9 100644 (file)
@@ -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
             output-path: 'csit'
 
 - job-template:
-    name: 'vpp-csit-verify-perf-{type}'
+    name: 'vpp-csit-verify-hw-perf-{type}'
 
     project-type: freestyle
     node: 'verify-{os}'