aboutsummaryrefslogtreecommitdiff
path: root/qemu-docker.yaml
AgeCommit message (Collapse)Author
2017-11-17qemu-docker: disable lava jobsRiku Voipio
Disable lava job submissions temporarily, until the jobs have been updated to V2 lava. Change-Id: I9b8f2bdf78b7c572187b0f45393c9fc6961e86a7
2017-07-27QEMU tests: move RISU to pipeline based OBS buildAlex Bennée
Apart from moving to the new LAVA pipeline I've also tweaked the job to build from RISU's upstream source rather than supplying a hacked up tarball for the test. Now only the test patterns are pulled down from people.l.o. The RISU build is done on an lxc container and we also skip the building of QEMU step instead using the OBS build. This save considerable time for something Jenkins has already done for us. Change-Id: Idb40c57996e67e6f1f30e157a779bed522963b96 Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
2017-03-08qemu-docker: switch to OBSRiku Voipio
Change-Id: I471c25cc96279af96c0b89af466380f2faf3ab15 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2016-06-07qemu-docker: move to xenialRiku Voipio
move to xenial and build-discarder Change-Id: I590b798eea63f85e774e880b9c52c06d85c7630a Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2015-10-20qemu-docker: add trigger jobRiku Voipio
In order to trigger builds faster from Qemu changes. Change-Id: Ie2a494af13375d132fc18917a8bb258893e23d1f Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2015-05-22build-package: redesign of generic-package-builderRiku Voipio
As Nicolas correctly pointed out, there are cases where we want to upload different packages to different distros. Enable this by splitting generic-package-builder job build-all-packages.yaml: - toplevel job that builds package on all supported distros. build-package.yaml - factorized distro specific build jobs. Change-Id: I5c199da876b6931369492bfbf22f3fdc3bbd88dd Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2015-05-11qemu-docker: move to generic builderRiku Voipio
Remove qemu-docker-builder now that we have a generic builder job. This gives us packages now on jessie-arm64 for hikey etc usage. Change-Id: I357e7cbacfa968ce59c68772943a8a5e7a51a251 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2015-04-07use the refs/heads/<branchName> syntaxFathi Boudra
<remoteRepoName>/<branchName> can be ambiguous. Per the documentation: The safest way is to use the refs/heads/<branchName> syntax. This way the expected branch is unambiguous. If ambiguous the first result is taken, which is not necessarily the expected one. Better use refs/heads/<branchName>. Change-Id: I838e2b22e3b256d1c294e8a071a97960f109e652 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-01-09qemu-docker: enable tcg system testsAlex Bennée
Change-Id: I1c1909b9e18abac3a757e81afefb10e8074183a3
2015-01-05Move to utopicRiku Voipio
While packages built in trusty still worked in our utopic images, fix this properly. Change-Id: Ib507b07d3551f7a8ddd8690c86b569130baacfdb Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2015-01-05qemu-docker: remove shallow cloneRiku Voipio
Shallow clone wont pull tags always, so make a full clone. Change-Id: Ie38e5342aec478107fa31e4b1a7d627f403be07d Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2014-12-08qemu-docker-*: update permissionsRiku Voipio
Allow anyone from linaro to run/cancel qemu builds. Configuration permissions have not been added, since theses jobs are managed from jenkins-job-builder. Change-Id: I7c2e8181680212c33ba9e04ed83ddd56e6fbd3d6 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2014-10-14add qemu-docker jobRiku Voipio
Add converted qemu-docker job Signed-off-by: Riku Voipio <riku.voipio@linaro.org>