aboutsummaryrefslogtreecommitdiff
path: root/linaro-art-tip-build-ARTVixlMasterTest.yaml
AgeCommit message (Collapse)Author
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-09-05VIXL: remove gerrit trigger from secondary project.Julien Duraj
It seems the 2nd gerrit trigger definition replaces the first one instead of working simultaneously with the other one. Since these projects only reside in their respective Gerrit servers, there is no chance that a false positive can be triggered: * arm/vixl -> review.linaro.org * linaro-art/platform/art -> dev-private-review.linaro.org Change-Id: Id13c7fd3588d975b64af269c1f160707e82f7af1
2016-08-30VIXL: Update the gerrit triggers and docJulien Duraj
The "IncludeUpstreamVixlTest" keyword trigger only makes sense in: ART project and upstream VIXL project. Update description to reflect this. Change-Id: I0f8d771c14b6555ffc362a71557464a601e917e3
2016-08-29art: vixl tests:provide access right to linaro-vixl groupVishal Bhoj
Change-Id: Ib11036e027633f5995919145be38a41b1dda37de Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2016-08-29ART: Reorganize display namesJulien Duraj
Change-Id: I8a233d76a8dacb9519be5d5a71d47ab74c6629b4
2016-08-26VIXL: update the description of the existing jobsJulien Duraj
and cleanup the out of date groovy script Change-Id: I5da5425a07a22d6f0301704af386d0c83a381312
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-08-08ART: Create a nightly VIXL master Jenkins testJulien Duraj
The test should be similar to: https://ci.linaro.org/view/ART-monitor/job/linaro-art-tip-build-ARTVixlTest/ with the addition that all the tests will be run on the latest: https://review.linaro.org/#/admin/projects/arm/vixl The test should: - Run on a nightly basis (or every tree update) - checkout aosp, sync aosp, ... (exactly what the vixl master test does). - add and fetch the vixl-master remote (https://review.linaro.org/#/admin/projects/arm/vixl ). - generate the Android.mk file ( ./third_party/android/generate_android_mk.py ) - run the ./scripts/tests/tests_art_vixl.sh Change-Id: I1eee7b85c4798954854a783d11aa9fcf22fcb65d