aboutsummaryrefslogtreecommitdiff
path: root/linaro-art-tip-build-ARTVixlTest.yaml
AgeCommit message (Collapse)Author
2017-03-08linaro-art: use the latest build_config_filenameVishal Bhoj
Change-Id: Id5720c08112fe201b9c5dfa6987d84dcb7451599 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2017-02-07ART: Update postbuild groovy scriptsJulien Duraj
- Cleanup the out of date inline groovy code in some of the jjb's. - Rename the postbuild.groovy script to tests.groovy as it relates particularly to host and target tests. - Add another groovy file: global.groovy that applies to all linaro-art builds. Change-Id: Icb624357f5b26a8fc999e00b71fe061297650097
2016-12-01ART: Update job descriptionsJulien Duraj
- Add description for IncludeBenchmarks comment in benchmark job. - Update and fix the git tree urls for the scripts the jobs are running - Improve text readability by adding newlines Change-Id: If5d90695e34e52db2c1bc4df7e4aadcf60b76083
2016-11-15android: fix git url for android-git.linaro.orgVishal Bhoj
Change-Id: Ic73fe3163cced5cfca5eb3911f306489fa39084e 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-10-17android: Add weekly and daily build triggersVishal Bhoj
Change-Id: I816dc0439cd136a70636c9285ecb137642dfac06 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2016-10-11Inject Gerrit variables before anything fails.Daniel Díaz
Building upon d11f7fb, it was noticed that a build step can fail and Jenkins will not execute the rest of the build steps, heading straight into the post-build steps. Since during the build a fatal error may occur, the Gerrit variables may not get defined at all before reaching the email-ext plug-in. This commit moves the recipient list to the beginning of the job definition, so that it gets executed regardless of the build result. Change-Id: I8fe03cd5cbc7eebc176e151b71b890387bc26818 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2016-10-07Inject Gerrit variables for non-Gerrit emails.Daniel Díaz
When a job is triggered for reasons other than Gerrit, those variables are undefined, leading to annoying errors in the mail logs, as mail notifications are sent to $GERRIT_CHANGE_OWNER_EMAIL and $GERRIT_EVENT_ACCOUNT_EMAIL, literally. Of course, those accounts do not exist. This change defines those variables, to either nothing or their prior values. Change-Id: I2f9902b8a5f1263ff6eea1535c7d7cc0abd6894c Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2016-08-29ART: Reorganize display namesJulien Duraj
Change-Id: I8a233d76a8dacb9519be5d5a71d47ab74c6629b4
2016-08-18android: use credentials bindings to inject secretsFathi Boudra
Change-Id: I252a0cbc54b7ea09a7a60ea58b8b43706a09de3b Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-08-18android: refresh private keys - againFathi Boudra
Change-Id: I63d323eb8f45f8a6d4cf75b62e45e1b37054d7c0 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-08-18android: refresh private keysFathi Boudra
Change-Id: I4168fe59da869b10ff99837d5c56c2e10003a89c Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-08-17linaro-art: Dummy commit to redeploy the jobsVishal Bhoj
Change-Id: I22bb1672dfbca26f279ad5f5813febc09e695aff Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2016-08-16ART: Add short note about Gerrit keyword triggersJulien Duraj
Change-Id: Idd43ffa3571c44c793684e0b60d9c5baadf5846a
2016-07-22art: tip: stable: send email about failuresVishal Bhoj
This change will send an email to owner of the change, the person who started the test with "IncludeAllTests" keyword and the ci maintainers whenever a build fails indicating in which section it failed. Change-Id: I92d250dae3305f37f476b498dd2f04a4b0d20b16 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2016-07-20linaro-art: use docker-xenial-aosp nodeFathi Boudra
docker-xenial-amd64 is part of the shared pool of build slaves. ART build jobs should run on AOSP pool of build slaves. Change-Id: I24f6909769121962b56b5fc75626f09288c3d0d4 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-07-12ART: Fix the job description and linksJulien Duraj
Change-Id: Id9a23d73b6a99eba31498ac6caed073a9d7d5191
2016-06-29ART: Tip: Don't build when patch is mergedVishal Bhoj
Builds get triggered once IncludeAllTests has been commented, but they also get triggered after a merge. If the patch is merged upstream, gerrit rebases the patch automatically and marks it as merged and at that point builds get triggered which should not happen. Issue seen in this gerrit commit: https://dev-private-review.linaro.org/#/c/791/ Change-Id: I47ccd8313fbcea103a699cd573ada21b40847161 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2016-06-28art: Apply +1/-1 Verified on Gerrit.Daniel Díaz
Change-Id: I3d3600e4addc53d209c02508741b222fae841d3c Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2016-06-24art: vixl: Make way for SSH reconfiguration.Daniel Díaz
In order to clone the private repositories, the PRIVATE_KEY is needed. For it to be available, some reconfiguration must happen to SSH, namely the acknowledging of remote hosts' keys and the user and host parameters in ~/.ssh/config. In some Docker instances, the ~/.ssh directory is mounted from the host it is running on. This means that the shell, no matter how many sudo's it runs, will be unable to change some files or permissions there. This simple work-around renames the ~/.ssh directory, so that the scripts start afresh and without any obstacles. Change-Id: Id139926af3b73721a0c92847e2bc606592a8c898 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2016-06-23art: vixl: Run on docker-xenial-amd64.Daniel Díaz
There is no clang-format-3.6 on Ubuntu Utopic, which is now a dependency in order to run the whole set of VIXL tests. Change-Id: Ifece69fec8c63554dd270bb883a3605ec0f6beec Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2016-06-23art: Use reorganized directory structure.Daniel Díaz
This depends on http://android-review.linaro.org/16895 Change-Id: Ic6a849325e566b9e96c2e7dae528e716a812960d Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2016-06-23art: Fix display name for VIXL tests.Daniel Díaz
Change-Id: Ifaee588c858b10f5d7fd32bf7cf7807e4239875d Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2016-06-23art: vixl: Set triggers straight.Daniel Díaz
Change-Id: I2fbb4a271b33ad2fb37d537d9c1589372de4ff35 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2016-06-10art: vixl: Rename job nameDaniel Díaz
Change-Id: Ieebee280d4d714e0e850c60e4e67adb2b3c4ba8a Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2016-06-09art: Rename Tip VIXL job.Daniel Díaz
Change-Id: I62cdd9527d74738be724952ea42b767231cb0d31 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>