aboutsummaryrefslogtreecommitdiff
path: root/trigger-ci-job-configs.yaml
AgeCommit message (Collapse)Author
2017-04-07ci-job-configs: Add email recipientBen Copeland
Change-Id: I12912864a98b632b0b14cabc530417be280b93ab
2017-04-06trigger-ci-job-configs: use credentials binding for jenkins-job-buildersFathi Boudra
Change-Id: I0a0dc403643acea342a382ae4711abfea2496b95 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2017-04-06ci-job-configs: rename jenkins-job-builder -> jenkins-jobsFathi Boudra
When installed from pip, the command is called jenkins-jobs. Change-Id: Id01da3c6ebeaca779e0cd6c111f0990dc7b20daf Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2017-01-11ci-job-configs: increase shallow clone depth to 2Ben Copeland
Since latest gerrit update from 2.12 to 2.13, rev-parse isn't able to get last commit due to using depth 1. Increasing the depth to 2 allows rev-parse to work again. Change-Id: Iff0523b05298fb5672b1ad64d34ee3beacd9d8a6
2016-11-10trigger-ci-job-configs: allow anonymous users to redirect to loginVishal Bhoj
otherwise, they'll get error 404. Change-Id: Ib2fdcd4266023209d573cb853bb1dc8a76917f1f Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2016-11-06android: use ssh-agent-credentials instead of credentials-bindingFathi Boudra
Change-Id: I5b6cc1cae0a7dbfca1f4804a7e1e3b0d20b035d4 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-11-06trigger-ci-job-configs: use credentials-binding instead of password paramsFathi Boudra
Change-Id: Iaec22aab916958b4788fe9b18b98b46ff57b2a59 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-11-06ci-jobs-configs: get rid of PUBLISH_KEYFathi Boudra
It has been deprecated in favor of linaro-publish-token, and all the jenkins jobs have been converted. Change-Id: Iab562b9fb6ce68e0eb2aa73645f78226b707c5ea Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-11-06get rid of LT_QUALCOMM_PRIVATE_KEY parameterFathi Boudra
Use ssh-agent-credentials to clone private repositories. Change-Id: Id8b8116a14de8ff4cdd66a0c27dc6190f52f19b1 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-11-06ci-job-configs-sanity-check: sync with the deployment jobFathi Boudra
Change-Id: I7493fc77dbeaf7a0d64fedad934e513da160bc06 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-11-06trigger-ci-job-configs: convert to yamlFathi Boudra
This job used to be private due to credentials passed as parameters with password strings. It used to be polling scm for triggering the deployment. Switch to credentials binding and trigger from gerrit with a change merged event. Make it visible to linaro group. Change-Id: Iadf131c33e666b7b8591018d4f001001d1972543 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>