summaryrefslogtreecommitdiffstats
path: root/jjb/opnfv
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2015-12-14 08:25:19 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-12-14 08:25:19 +0000
commita1d46dc22a305463e3b0682c8d79e5811f14923a (patch)
tree5d43a1af957c3ddc4a6e936dc7a26224dd6dae23 /jjb/opnfv
parent352e1ff711f505e9535ad39b01a08386fec46026 (diff)
parentd457354f2d6c3cd22c96fca58192488fa6dc9e3b (diff)
Merge "Cleanup functest.yml"
Diffstat (limited to 'jjb/opnfv')
-rw-r--r--jjb/opnfv/pod-params.yml26
1 files changed, 25 insertions, 1 deletions
diff --git a/jjb/opnfv/pod-params.yml b/jjb/opnfv/pod-params.yml
index fae3a5b85..01d1adad8 100644
--- a/jjb/opnfv/pod-params.yml
+++ b/jjb/opnfv/pod-params.yml
@@ -267,7 +267,7 @@
description: 'Git URL to use on the slave'
- parameter:
- name: 'orange-pod2'
+ name: 'orange-pod2-defaults'
parameters:
- node:
name: SLAVE_NAME
@@ -284,3 +284,27 @@
name: GIT_BASE
default: https://gerrit.opnfv.org/gerrit/$PROJECT
description: 'Git URL to use on the jumphost'
+ - string:
+ name: LAB_CONFIG
+ default: "/home/opnfv/repos/functest"
+ description: "Openstack credentials on the dev lab"
+
+
+- parameter:
+ name: 'orange-test1-defaults'
+ parameters:
+ - node:
+ name: SLAVE_NAME
+ description: 'Slave name on Jenkins'
+ allowed-slaves:
+ - orange-test1
+ default-slaves:
+ - orange-test1
+ - string:
+ name: INSTALLER_VERSION
+ default: latest
+ description: 'Version of the installer to deploy'
+ - string:
+ name: GIT_BASE
+ default: https://gerrit.opnfv.org/gerrit/$PROJECT
+ description: 'Git URL to use on the jumphost'