summaryrefslogtreecommitdiffstats
path: root/jjb/fuel/fuel-build.sh
AgeCommit message (Collapse)AuthorFilesLines
2016-02-22fuel: Enable force buildFatih Degirmenci1-2/+5
Change-Id: Ife5326ec3d64f2c2a3749461eb9687fa24fe15ac Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-28Add license headerFatih Degirmenci1-0/+8
License headers are added. - Set company name based on the author who created the file first time - Add SPDX header for Apache 2.0 Change-Id: I8f357a2d6f75179171c681f4b53e0f4249eca5a2 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-08fuel: Switch to include-raw-escape for jjbs and adjust scripts accordinglyFatih Degirmenci1-1/+1
Change-Id: Ic1a0b6e14223476b9a2bded877e787237dbc7d8f Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-22Bugfix for fuel verify buildsFatih Degirmenci1-1/+1
Change-Id: I9e64b646c961d8a728994438b48a89789250d62d Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-22Adjustments for fuel jobsFatih Degirmenci1-8/+12
- Disable build avoidance for non-daily fuel jobs - Enable throttling and disable concurrency to make sure we do not start extra builds on same pod. Change-Id: Iff3c609fdf77beb08480d6e265e1d2f134cb1230 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-22Skip artifact upload if nothing new is builtFatih Degirmenci1-0/+1
Change-Id: I966229199d07c44073247ae25e9423fda516f73d Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-21Fix the updated INSTALLER_TYPE variable in scriptsFatih Degirmenci1-1/+1
Change-Id: Ifa9a11dcf1ecd7e43b54a03f92f00c42c0cac41f Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-21Refactor fuel JJB to prepare for Milestone EFatih Degirmenci1-1/+28
Replace default stream definitions with stream anchors in order to be able to specify which job on which POD runs against which branch. Move project specific verify job to its own file to ease the stream handling. Enable CI on Ericsson POD2. Change-Id: I3732b43d8858473535ef5666882ee85124c6d652 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-11-27Enable fuel verify builds without cache if requestedFatih Degirmenci1-1/+8
Change-Id: I77a75852cb2ba0aae70dc68f719cd93a15b27859 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-11-25Adjust fuel ci scripts/jenkins jobs for new directory structureFatih Degirmenci1-1/+1
Change-Id: I67e081215b89e0bbcc67f0abba9eb511c64299ae Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-11-20Fix the bug while setting OPNFV_ARTIFACT_VERSIONFatih Degirmenci1-2/+2
JIRA: RELENG-56 Change-Id: I98ec9be78b6858002edbd826be5fcca0281c05cb Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-11-20Check job name to decide what to do with fuel artifactsFatih Degirmenci1-1/+1
fuel-verify-virtual-deploy-master job is also removed for the timebeing. Change-Id: I744830cf377791ad0edf3f8c38012b01b6cd80cd Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-11-20Upload and download Fuel ISOs in scope of fuel-merge jobsFatih Degirmenci1-1/+6
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>
2015-10-05Fix genesis clone command for fuel-deploy-masterFatih Degirmenci1-2/+0
Change-Id: I98c28e0736e4099f95cda05963b0a9add659c3f0 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-10-03Configure jenkins jobs for fuelFatih Degirmenci1-0/+38
- verify jobs are configured in order to run builds and virtual deployments for each and every new patch. - merge jobs are configured in order to run builds and virtual deployments for merged changes. - daily jobs are not configured and currently disabled. - builder scripts are taken out from yml and converted to standalone scripts. Change-Id: I2fc8a5072a48ecabfb9b0460e3717c7bf3623ff4 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>