diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-11-17 23:33:43 +0100 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-11-20 13:09:23 +0000 |
commit | 5a7a6a6c48511dd8d53defe64609edc88d4999bb (patch) | |
tree | f3eaeadb6eac2a577204b3c291966d026ec74a48 /jjb/fuel/fuel.yml | |
parent | c8620d29b3812fe3982fb50a2ae591faae4d8f51 (diff) |
Upload and download Fuel ISOs in scope of fuel-merge jobs
This is the first step towards enabling virtual deployments for Fuel
merge jobs. This change introduces
- storing the ISOs built by the merge jobs on OPNFV Artifact Repository
- downloading ISOs built by the merge jobs for virtual deployments
Once this gets merged, a second change will be sent for enabling the virtual
deployments using downloaded ISO.
Change-Id: I726f58d914c7c216e1ffe626c2ca250f56d08222
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/fuel/fuel.yml')
-rw-r--r-- | jjb/fuel/fuel.yml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/jjb/fuel/fuel.yml b/jjb/fuel/fuel.yml index 1f53454e3..1625124f6 100644 --- a/jjb/fuel/fuel.yml +++ b/jjb/fuel/fuel.yml @@ -222,10 +222,10 @@ builders: - shell: !include-raw ./fuel-build.sh -# - shell: -# !include-raw ./fuel-upload-artifact.sh -# - shell: -# !include-raw ./fuel-workspace-cleanup.sh + - shell: + !include-raw ./fuel-upload-artifact.sh + - shell: + !include-raw ./fuel-workspace-cleanup.sh - job-template: name: 'fuel-merge-virtual-deploy-{stream}' @@ -281,12 +281,12 @@ dependency-jobs: 'fuel-merge-build-{stream}' builders: -# - shell: -# !include-raw ./fuel-download-artifact.sh + - shell: + !include-raw ./fuel-download-artifact.sh - shell: !include-raw ./fuel-virtual-deploy.sh -# - shell: -# !include-raw ./fuel-workspace-cleanup.sh + - shell: + !include-raw ./fuel-workspace-cleanup.sh - job-template: name: 'fuel-daily-{stream}' |