vsperf: replace intel-pod3 by intel-pod12 85/28385/1
authorMartin Klozik <martinx.klozik@intel.com>
Thu, 9 Feb 2017 17:30:17 +0000 (17:30 +0000)
committerMartin Klozik <martinx.klozik@intel.com>
Thu, 9 Feb 2017 17:31:36 +0000 (17:31 +0000)
Intel POD dedicated to VSPERF was moved to new location
and renamed to Intel POD 12.

Change-Id: I98a2204de90f6a491edb9e378da46600d4f29978
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Aric Gardner <agardner@linuxfoundation.org>
Reviewed-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
jjb/global/slave-params.yml
jjb/vswitchperf/vswitchperf.yml
utils/push-test-logs.sh

index 79acceb..243e0a4 100644 (file)
             default: https://gerrit.opnfv.org/gerrit/$PROJECT
             description: 'Git URL to use on this Jenkins Slave'
 - parameter:
-    name: 'intel-pod3-defaults'
+    name: 'intel-pod12-defaults'
     parameters:
         - node:
             name: SLAVE_NAME
             description: 'Slave name on Jenkins'
             allowed-slaves:
-                - intel-pod3
+                - intel-pod12
             default-slaves:
-                - intel-pod3
+                - intel-pod12
         - string:
             name: GIT_BASE
             default: https://gerrit.opnfv.org/gerrit/$PROJECT
index 9364837..ef0e90a 100644 (file)
@@ -19,7 +19,7 @@
             branch: 'stable/{stream}'
             gs-pathname: '/{stream}'
             disabled: true
-            slave-label: 'intel-pod3'
+            slave-label: 'intel-pod12'
 
 - job-template:
 
@@ -31,7 +31,7 @@
         - project-parameter:
             project: '{project}'
             branch: '{branch}'
-        - 'intel-pod3-defaults'
+        - 'intel-pod12-defaults'
 
     scm:
         - git-scm
index e5aee84..09861c4 100644 (file)
@@ -19,9 +19,9 @@ branch=${BRANCH##*/}
 testbed=$NODE_NAME
 dir_result="${HOME}/opnfv/$project/results/${branch}"
 # src: https://wiki.opnfv.org/display/INF/Hardware+Infrastructure
-# + intel-pod3 (vsperf)
+# + intel-pod12 (vsperf)
 node_list=(\
-'lf-pod1' 'lf-pod2' 'intel-pod2' 'intel-pod3' \
+'lf-pod1' 'lf-pod2' 'intel-pod2' 'intel-pod12' \
 'intel-pod5' 'intel-pod6' 'intel-pod7' 'intel-pod8' \
 'ericsson-pod1' 'ericsson-pod2' \
 'ericsson-virtual1' 'ericsson-virtual2'  'ericsson-virtual3' \