diff options
author | 2016-01-20 09:27:30 +0100 | |
---|---|---|
committer | 2016-01-22 06:44:22 +0000 | |
commit | 02923529b6a032556764d479eba2e54f35ebad4b (patch) | |
tree | 474e513de1a8f25245f771900d2b888003a96534 /jjb/fuel/fuel-ci-jobs.yml | |
parent | 6b6f4bafc9c2a306d59acfb216caadd24f6516e6 (diff) |
joid: Create jobs for virtual deployments in slave lf-virtual1
Change-Id: Ife7101bf138d8a7eedf671fe7bc7f71c85a87aad
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/fuel/fuel-ci-jobs.yml')
-rw-r--r-- | jjb/fuel/fuel-ci-jobs.yml | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/jjb/fuel/fuel-ci-jobs.yml b/jjb/fuel/fuel-ci-jobs.yml index 478dffb38..97d3bc5de 100644 --- a/jjb/fuel/fuel-ci-jobs.yml +++ b/jjb/fuel/fuel-ci-jobs.yml @@ -165,7 +165,8 @@ parameters: - project-parameter: project: '{project}' - - '{pod}-defaults' + - '{pod}-defaults': + installer: '{installer}' - '{installer}-defaults' - string: name: DEPLOY_SCENARIO @@ -211,16 +212,6 @@ name: GS_URL default: artifacts.opnfv.org/$PROJECT{gs-pathname} description: "URL to Google Storage." -- parameter: - name: 'virtual-defaults' - parameters: - - label: - name: SLAVE_LABEL - default: 'fuel-deploy-virtual' - - string: - name: GIT_BASE - default: https://gerrit.opnfv.org/gerrit/$PROJECT - description: 'Git URL to use on these Jenkins Slaves' ######################## # trigger macros ######################## |