Added nokia-pod1 slave defaults 83/11983/4
authorvitikkan <viktor.tikkanen@nokia.com>
Thu, 7 Apr 2016 11:26:03 +0000 (14:26 +0300)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Fri, 8 Apr 2016 21:34:02 +0000 (21:34 +0000)
Also created Functest job for master to run against nokia-pod1.

Change-Id: Idae45a586636e1884c56a9df46b1ec18c9fea827
Signed-off-by: vitikkan <viktor.tikkanen@nokia.com>
jjb/functest/functest-ci-jobs.yml
jjb/opnfv/slave-params.yml

index a117dc8..57f4810 100644 (file)
@@ -91,6 +91,9 @@
         - huawei-us-deploy-bare-2:
             installer: compass
             <<: *master
+        - nokia-pod1:
+            installer: apex
+            <<: *master
 #--------------------------------
 
     testsuite:
index fb9d664..8ee4b0b 100644 (file)
             name: GIT_BASE
             default: https://gerrit.opnfv.org/gerrit/$PROJECT
             description: 'Git URL to use on this Jenkins Slave'
+
+- parameter:
+    name: 'nokia-pod1-defaults'
+    parameters:
+        - node:
+            name: SLAVE_NAME
+            description: 'Slave name on Jenkins'
+            allowed-slaves:
+                - nokia-pod1
+            default-slaves:
+                - nokia-pod1
+        - 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'
+        - string:
+            name: SSH_KEY
+            default: /root/.ssh/id_rsa
+            description: 'SSH key to use for Apex'