summaryrefslogtreecommitdiffstats
path: root/jjb/fuel
AgeCommit message (Collapse)AuthorFilesLines
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 Degirmenci2-8/+34
- 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-22Fix typo in WORKSPACE env varFatih Degirmenci1-2/+2
Change-Id: I6ecd98679227803f40585da2af0697d2e72c44e0 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-22Skip artifact upload if nothing new is builtFatih Degirmenci2-0/+8
Change-Id: I966229199d07c44073247ae25e9423fda516f73d Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-22Suppress gsutil output while setting artifact metaFatih Degirmenci1-2/+2
Change-Id: I1a96af938b48a337346010d8bb5cd5fa7aa0552c Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-22Set nocache for fuel artifacts on artifacts.opnfv.orgFatih Degirmenci4-5/+22
Change-Id: I41d19eadbe151e27146e8aa5e8a1b7f250865edb Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-22Fix INSTALLER_TYPE env var in fuel virtual deployFatih Degirmenci1-1/+1
Change-Id: I0e1cfc181693519f077756796eed60bdffef0e4c Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-22Do not pass parameters from multijob to build job for fuelFatih Degirmenci1-1/+0
Change-Id: Ic32b2489453530bb58a756c151a376574b30ae52 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-21Add location of pod config files into slave-config & disable lab-reconfigFatih Degirmenci1-11/+11
Change-Id: I7e71a1bd3f909fac49c74ab0c8ef336a6b5fa711 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-21Set installer defaults in fuel-project jobsFatih Degirmenci2-0/+5
Change-Id: I0d241eb3b391353d44df31ebb3f193c9ea50be62 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-21Fix the updated INSTALLER_TYPE variable in scriptsFatih Degirmenci7-12/+9
Change-Id: Ifa9a11dcf1ecd7e43b54a03f92f00c42c0cac41f Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-21Refactor fuel JJB to prepare for Milestone EFatih Degirmenci4-326/+272
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-12-17Remove duplicated INSTALLER_NAME parameterFatih Degirmenci1-2/+2
All the jobs should use INSTALLER_TYPE Change-Id: I5386276fca837ba3ddda314f7c334c0f2957f78a Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-16Bugfix2 for fuel multijob exampleFatih Degirmenci1-3/+3
Change-Id: I4cac8883c56f9f3127f1b9f8d283505f13caf642 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-16Bugfix for fuel multijob exampleFatih Degirmenci1-3/+3
Change-Id: Idf84f1ea66250975cc6b99762d01ac26b77bd836 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-16Example fuel jobs showing structuring the jobs using multijobFatih Degirmenci1-18/+52
Change-Id: I7bf8fb0c4496515867e3b299c4dcadf1ba72441a Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-14Use pod-params and installer-params for yardstickFatih Degirmenci1-1/+1
Change-Id: I77c6e4ece6018d8f16b61f3837f4661412ee5ae6 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-14Cleanup functest.ymlFatih Degirmenci1-1/+1
Please note that this commit introduces major changes. - Create suites named daily, tempest, rally, odl, vims, vping - Create one job template that runs against given pod and installer with the wanted suite - Create common builder for tempest, rally, odl, vims, and vping, using FUNCTEST_SUITE_NAME to run functest. - Get pod and installer parameters from opnfv/pod-params.yml and opnfv/installer-params.yml. - Remove obsolete jobs, builders, and triggers. - Update Fuel and Apex daily jobs to trigger correct functest-daily jobs. Change-Id: I5d3ff6abbf0b7f663d4044ff24e8ad2891b3430e Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-10Shorten and remove the word deploy from pod namesFatih Degirmenci1-8/+13
Change-Id: I128098d404a72711672026d4fc7b55fbd4f3b9bf Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-10Match slave names to pod names that are defined in pod-params fileFatih Degirmenci1-5/+5
Example jobs updated to match the slave/pod names. Change-Id: I662a1710f75009efd94cdad61e7fe97139aa64e8 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-10Add ericsson pod2 to pod-paramsFatih Degirmenci1-3/+3
Fix default controller downstream parameters. Set default controller to none in installer config. Change-Id: I33a36615b02783dab87bea27f0f15fa7f50f8a59 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-07Add installer and pod parameter files and create example jobsFatih Degirmenci1-0/+85
This change proposes - Move installer params to common file - Move pod params to common file - Configure POD slaves in pod file and set slave to run using node label plugin - Create one daily parent job per installer per controller - Create common deploy job, taking controller name from parent job - Change build display name to show installer + controller name Please note that this is an example and things will evolve based on how things work. Change-Id: I4bc1d35e43c44d9401f4000090818e8e7b426e70 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-07jjb: use default logrotate setting in all projectsRyota MIBU1-24/+0
Many projects have own logrotate definitions copied from the template. This patch make sure all projects to use the default logrotate setting, so that the infra admin can configure the values easily. This patch also fixes the logrotate rule for artifacts to keep them in the same duration as console logs exist. Note, this won't effect the hold time of artifacts in artifact.opnfv.org . Change-Id: I708a675c7e87e5f830ee36009f0c6913c003b2ed Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-12-02Do noha fuel deployments in scope of merge jobsFatih Degirmenci1-1/+1
Change-Id: Ib2d5b3eb347dd992c712d4a8317ef37d4b9e20ba Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-01add bottlenecks job to run in VMs launched by installerMatthewLi1-0/+7
JIRA: BOTTLENECK-21 Change-Id: I2804f12781e89b45bb58742c867bb1dd18cd69c7 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2015-12-01Fix the bug causing upload issues for fuel latest.propertiesFatih Degirmenci1-1/+1
Change-Id: I86de398787a3d3df4346e3e5080ffaac9e3bf5a2 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-01jjb: add default logrotate to releng-defaults.yamlRyota MIBU1-18/+0
Change-Id: I373d24be32e154b25d685df47e6d06ad352877c4 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-12-01jjb: move 'node: master' to releng-defaults.yamlRyota MIBU1-2/+0
Change-Id: Ibc3a7466fcc2e030a6538d77e2c4521eb8daa214 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-12-01jjb: move project-style to releng-defaults.yamlRyota MIBU1-14/+0
Change-Id: Iced99bd62a8a246984e67dc28be7d4dca149e22b Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-11-27jjb: move ssh wrappers to releng-defaults.yamlRyota MIBU1-2/+2
Change-Id: I8c26ca0e0cc8d5e6a57c9cb05be663f84f2293d2 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-11-27Enable fuel verify builds without cache if requestedFatih Degirmenci2-1/+9
Change-Id: I77a75852cb2ba0aae70dc68f719cd93a15b27859 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-11-25Adjust fuel ci scripts/jenkins jobs for new directory structureFatih Degirmenci3-7/+7
Change-Id: I67e081215b89e0bbcc67f0abba9eb511c64299ae Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-11-23Enable virtual deployments for merged fuel commitsFatih Degirmenci3-7/+49
JIRA: RELENG-56 Change-Id: Ie1c179b67e003e51fcd58e7d0c6d09c0d1382171 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-11-20Correct Fuel ISO download command for merge jobFatih Degirmenci1-1/+1
JIRA: RELENG-56 Change-Id: Ia1c0d7245d70c1dec90ec48d47f1b8ebc496a2be Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-11-20Fix the bug while setting OPNFV_ARTIFACT_VERSIONFatih Degirmenci2-4/+5
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 Degirmenci4-76/+5
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 Degirmenci4-12/+26
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-11-18Fix GIT_BASE, timer and downstream triggers and add POD_NAME parameterFatih Degirmenci1-1/+1
Change-Id: Icaac4447fad172161ba455ebb476ed39720f3ba5 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-11-03Abort fuel build if it exceeds 6 hoursFatih Degirmenci1-0/+11
Change-Id: Ia514fb5307b78c387833b9b246cf663a4dcd541d Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-10-19Add yardstick daily jobJo¶rgen Karlsson1-0/+7
Change-Id: I5973a1ea694ca40e8c4494f447123fb24510760d JIRA:- Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com>
2015-10-05Adjust/sync fuel and apex daily run timesFatih Degirmenci1-1/+1
The times are set to 03:00 UTC in order to leave daytime for development work and make the booking easier. https://wiki.opnfv.org/pharos/hw_resource_allocation#resource_bookingreservation Change-Id: I94e947631c58dd3a917101a76ad74a3a3602848e Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-10-05Remove lab-reconfig job from fuel-daily jobFatih Degirmenci1-5/+1
Change-Id: I93f679c78f013d86a7e53fbb81bcafb54104e32d Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-10-05Fix genesis clone command for fuel-deploy-masterFatih Degirmenci2-4/+2
Change-Id: I98c28e0736e4099f95cda05963b0a9add659c3f0 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-10-05Enable fuel daily runs on POD2Fatih Degirmenci3-8/+281
Change-Id: Iad31f257d1198e9730ea0db68a18737009c00a95 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-10-04Disable artifact upload/download for fuel verify & merge jobsFatih Degirmenci1-8/+8
Change-Id: I645bfc41e34d168be71d9a8e7ff37aa888b83195 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-10-03Configure jenkins jobs for fuelFatih Degirmenci6-35/+310
- 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>
2015-08-12Adjust GIT_BASE for fuel and apex verify/merge jobsFatih Degirmenci1-0/+10
Verify and merge jobs are tied to a none-LF server and GIT_BASE should be https instead of ssh JIRA: OCTO-118 OCTO-120 Change-Id: I38b56eb081ccf42c19b15b4913ced6ed13a08782 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-08-12Create initial JJB for Fuel projectFatih Degirmenci1-0/+157
JIRA: OCTO-118 Change-Id: I4958a083f09e453cf8b5417a4635f3c54a65a708 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>