aboutsummaryrefslogtreecommitdiff
path: root/post-build-repo.yaml
AgeCommit message (Collapse)Author
2016-04-22post-build-repo: fix variableRiku Voipio
Change-Id: I7063211838e4c8551d08f0cd2056da2ce9b088b4 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2016-04-21post-build-repo: fix log uploadRiku Voipio
Turns out dcut version on repo.l.o is not good for us and can be used only against official debian repos. So use plan B and just ssh. Change-Id: I672ab330d96e455ce2ab40900f150404aab3d9b1 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2016-04-20post-build-repo: upload build log urlRiku Voipio
(Ab)use the dcut command for passing url to build log. Processincoming in repo will use the url for storing build logs. Change-Id: I563f4a8f1dd68feb5d3a272276d938a3a269116f Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2015-11-11post-build-repo: fix success checkRiku Voipio
Change-Id: I4aa1fc6ecfd10a3d16a0d1c64f692f7af95b07fc Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2015-11-11build-package: pass build successRiku Voipio
Kenkins passes the old repo.paramaters on master if new parameter file isn't created. So be it, create on always and simply skip upload if build_success=false Change-Id: I9348aac79458d5dcd0d7aaf1ea38d40c161d3184 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2015-11-05post-build-repo: remove .upload filesRiku Voipio
Change-Id: If36b661536ad1030ff4deda9c9e79336156216df Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2015-10-30build-package improvementsRiku Voipio
This change solves the recent post-build-repo errors from both sides - stop build-package from submitting requests on error - and make post-build-repo not throw a confusing "Scheme missing" error. - remove repo.parameters to avoid sumitting job accidentally - in post-build-repo: download only if a url is set - bonus use -q for apt-get loggable output Change-Id: I17fbd8c7a1dab0fc66e1b1c0334eafdddf512157 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2015-10-28post-build-repo: tune cleanupRiku Voipio
- Always cleanup this files of specific upload after succes - 1 day is enough storage for debugging Change-Id: I50b619676f0f5184ef60104e6c0851d89e302d61 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2015-10-20build-package: update slave name and clean more slowlyRiku Voipio
since the amd64 build slaves now -amd64, add it to path for repo upload config. While at it, make cleanup in post-build-repo less agressive. Change-Id: If36d32a7ec6923f01b999c820864692357ed5633 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2015-09-03post-build-repo: fixup .ssh permissionsRiku Voipio
To make sure ssh upload doesn't fail due to incorrect permission of ssh files Change-Id: Ice23941c90aa3eebc47f7b399343316180a15ae5 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2015-05-07post-build-repo: cleanup the jobFathi Boudra
* remove job-configure permission, configuration changes should be enforced through repository commits * update the display name * style fixup, remove empty lines Change-Id: Icde6e0cf08c8b12c2fd38eccfd1cd9c0a3de9ba3 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-05-06post-build-repo: convert to configs.gitRiku Voipio
Almost the same job as current: https://git.linaro.org/ci/ubuntu-packaging-tools.git/blob/HEAD:/jenkins-dput Minor changes were done since jjb doesn't support copyToSlave the way the old job did. Change-Id: Ie1bbea3e85af153a8d6d273c202df46faf1d7f17 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>