Add a new Huawei slave (3+2) to run yardstick 57/11757/1
authorkubi <jean.gaoliang@huawei.com>
Fri, 1 Apr 2016 07:43:59 +0000 (15:43 +0800)
committerkubi <jean.gaoliang@huawei.com>
Fri, 1 Apr 2016 07:48:24 +0000 (15:48 +0800)
Change-Id: If4bc1826899e57f332c639aacbc45184aea47881
JIRA:-
Signed-off-by: kubi <jean.gaoliang@huawei.com>
jjb/opnfv/slave-params.yml
jjb/yardstick/yardstick-ci-jobs.yml

index c0dc0cd..fb9d664 100644 (file)
             default: https://gerrit.opnfv.org/gerrit/$PROJECT
             description: 'Git URL to use on this Jenkins Slave'
 
+- parameter:
+    name: 'huawei-sh-pod6-defaults'
+    parameters:
+        - node:
+            name: SLAVE_NAME
+            description: 'Slave name on Jenkins'
+            allowed-slaves:
+                - huawei-sh-pod6
+            default-slaves:
+                - huawei-sh-pod6
+        - label:
+            name: SLAVE_LABEL
+            default: 'huawei-test'
+        - string:
+            name: INSTALLER_VERSION
+            default: stable
+            description: 'Version of the installer to deploy'
+        - string:
+            name: GIT_BASE
+            default: https://gerrit.opnfv.org/gerrit/$PROJECT
+            description: 'Git URL to use on this Jenkins Slave'
+
 - parameter:
     name: 'opnfv-build-defaults'
     parameters:
index f3c0ad4..57aa29c 100644 (file)
             suite: daily
             auto-trigger-name: 'yardstick-daily-huawei-sh-test-2-trigger'
             <<: *master
+        - huawei-sh-pod6:
+            installer: compass
+            suite: daily
+            auto-trigger-name: 'yardstick-daily-huawei-sh-pod6-trigger'
+            <<: *master
         - virtual:
             installer: joid
             suite: daily
             default: ''
             description: 'Arguments to use in order to choose the backend DB'
 
+- parameter:
+    name: 'yardstick-params-huawei-sh-pod6'
+    parameters:
+        - string:
+            name: YARDSTICK_DB_BACKEND
+            default: ''
+            description: 'Arguments to use in order to choose the backend DB'
+
 #######################
 ## trigger macros
 #######################
     name: 'yardstick-daily-huawei-sh-test-2-trigger'
     triggers:
         - timed: '0 1 * * *'
+
+- trigger:
+    name: 'yardstick-daily-huawei-sh-pod6-trigger'
+    triggers:
+        - timed: '0 1 * * *'
\ No newline at end of file