From 46ed661cd7dd1e512d4e3e52048435dc224f775b Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Wed, 9 Dec 2015 10:19:18 +0100 Subject: [PATCH] add joid POD in functest Change-Id: I06523348b7d513a34ddd88cf4639404b7cc414b6 Signed-off-by: Morgan Richomme --- jjb/functest/functest.yml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/jjb/functest/functest.yml b/jjb/functest/functest.yml index 1ed6e6c5b..4b37db23d 100644 --- a/jjb/functest/functest.yml +++ b/jjb/functest/functest.yml @@ -21,22 +21,27 @@ node: 'huawei-us-deploy-bare-1' installer_type: 'compass' installer_ip: '192.168.200.2' + - joid: + node: 'intel-us-deploy-bare-pod5' + installer_type: 'compass' + installer_ip: '127.0.0.1' pod: - orange-test1: node: 'orange-test1' installer_type: 'fuel' installer_ip: '172.30.10.73' - - orange-fr-pod2: node: 'orange-fr-pod2' installer_type: 'joid' installer_ip: '127.0.0.1' - - huawei-build: node: 'huawei-us-deploy-bare-1' installer_type: 'compass' installer_ip: '192.168.200.2' - + - joid-build: + node: 'intel-us-deploy-bare-pod5' + installer_type: 'joid' + installer_ip: '127.0.0.1' jobs: - 'set-functest-env-{pod}' @@ -390,6 +395,14 @@ default: https://gerrit.opnfv.org/gerrit/$PROJECT description: "Override GIT_BASE" +- parameter: + name: joid-build + parameters: + - string: + name: GIT_BASE + default: ssh://gerrit.opnfv.org:29418/$PROJECT + description: "Override GIT_BASE" + - parameter: name: opnfv-jump-2 parameters: -- 2.16.6