diff options
author | Nauman_Ahad <Nauman_Ahad@dell.com> | 2016-01-28 19:38:06 +0500 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-02-08 14:05:42 +0000 |
commit | cca8ffd8084b0b69b7f9d2d3976ceedee7443cd5 (patch) | |
tree | 942a64cdf7398d0493b9e085841d55ae315ab5d5 /jjb/opnfv/slave-params.yml | |
parent | 633107b9761e099213106b9639599008f36240cf (diff) |
qtip: Jobs for Brahamputra release
Placeholders for QTIP to run on other labs
as part of Brahamputra release were created.
The lab owners for the given lab names were contacted
and approved QTIP-CI Jobs.
All the Labs provided here are "non-CI" labs.
Change-Id: I597f07034317317caf55239325969dd40ebb8a27
Signed-off-by: Nauman_Ahad <Nauman_Ahad@dell.com>
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/opnfv/slave-params.yml')
-rw-r--r-- | jjb/opnfv/slave-params.yml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/jjb/opnfv/slave-params.yml b/jjb/opnfv/slave-params.yml index e1f9e448b..5e0274d84 100644 --- a/jjb/opnfv/slave-params.yml +++ b/jjb/opnfv/slave-params.yml @@ -420,3 +420,41 @@ name: SSH_KEY default: /root/.ssh/id_rsa description: 'SSH key to use for Apex' + +- parameter: + name: 'dell-us-testing-bm-1-defaults' + parameters: + - node: + name: SLAVE_NAME + description: 'Slave name on Jenkins' + allowed-slaves: + - dell-us-testing-bm-1 + default-slaves: + - dell-us-testing-bm-1 + - 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 this Jenkins Slave' + +- parameter: + name: 'dell-us-deploying-bm3-defaults' + parameters: + - node: + name: SLAVE_NAME + description: 'Slave name on Jenkins' + allowed-slaves: + - dell-us-deploying-bm3 + default-slaves: + - dell-us-deploying-bm3 + - 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 this Jenkins Slave' |