aboutsummaryrefslogtreecommitdiff
path: root/linaro-art-tip-build-ARTHostTest.yaml
AgeCommit message (Collapse)Author
2017-08-18ART: export LC_ALL=C.UTF-8Julien Duraj
Both target test and host test require it. Change-Id: I8283421a857401712e1b7655360e8c5e45476152
2017-08-18Revert "ART: export LC_ALL=C.UTF-8 and print env"Vishal Bhoj
This reverts commit 0793b9c8b77d62a7bf0e5742854cf0e56ab655c6. Change-Id: Ic0c51ad4afdea723204de96d99f792a174750e7e
2017-08-18ART: export LC_ALL=C.UTF-8 and print envJulien Duraj
Both target test and host test require it. Change-Id: I85c296c6d03fcb018658f456f57568a633494526
2017-03-30ART: make it possible to trigger tests from a patch in art-build-scriptsJulien Duraj
Change-Id: I3cf4ab9d71372a63ddd815f6eeff605ab4fdd2e1
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-17ART: Add the ability to Gerrit trigger Host Tests onlyJulien Duraj
Change-Id: Id6907cfa5c36d1f07223042e3e742545c7b285d7
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-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-10-05ART: cleanup jobs from unused param stringsJulien Duraj
ANDROID_ADB_SERVER_PORT: Since the setup_adb.sh script already uses 5037 as default, defining it here is not needed. CURRENT_FAILING_ART_TESTS: feature is not supported currently Change-Id: I1913f1a8a1aa04e479661f4db0bd9763dfaf3620
2016-08-29ART: Remove duplicate scripts presubmit jobJulien Duraj
The linaro-art-testing-presubmit-test job does the same with a more maintainable version. Change-Id: I1e3de90258026d22a965d3cfdcdec8079a5e5059
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-08-03ART: Fix the groovy scripts for Host and Target test jobsJulien Duraj
Change-Id: Id4d3441869446af01f5d3be32e9af8abd49c06fe
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-13Revert "ART: Host Test: run them on slower machine"Vishal Bhoj
We are seeing failures on slower machine. This change would allow us to test if host test pass on faster machine. This reverts commit 6a690cfd7ba9cfe7b90538c6076c71a8b6276e76. Change-Id: I8f739b55c0e6eabe26342f91382a16139faeacf0
2016-07-12ART: Fix the job description and linksJulien Duraj
Change-Id: Id9a23d73b6a99eba31498ac6caed073a9d7d5191
2016-06-30ART: Host Test: run them on slower machineVishal Bhoj
Change-Id: Idfd55cb7067bafd5bd0d6d4b0abd256875ac3b46 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
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-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-22art: Make display names consistent.Daniel Díaz
Change-Id: I04a557886e39b81272b8a69ba652a7d7c7bc3f5a Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2016-06-07art: Drop rebuilds (naginator plug-in).Daniel Díaz
Change-Id: I6595331ddafb1209c07fe19211a7add285bccb8d Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2016-06-02art: tip: host: Try different syntax for multiple Gerrit triggers.Daniel Díaz
Change-Id: Ie1963ab9e45953a0573499193bf09deeb0069b93 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2016-06-02Add a description filed to the linaro-art* jobsSerban Constantinescu
Change-Id: I58236ba6eaf56d555aa13c03d2c864bd1bc5d437
2016-06-02art: Don't tag for commit based triggerVishal Bhoj
Change-Id: I9b3b725d7ff14bd63661480ffb643e631fa58ea2 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2016-06-02art: Fix comment based triggerVishal Bhoj
Change-Id: I6e5e036a439f78f9cdccfa730708d1c5ff1c4614 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2016-06-02art: add git scm poll triggersVishal Bhoj
Change-Id: Ia99734ba75c8b19f29afde1dae1749dff76588f0 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2016-06-02art: Fix gerrit triggersVishal Bhoj
Include missing repositories Change-Id: Ia6437820874af43611e8eedf5254a7403afc2ce2 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2016-06-02art: Fix script locationVishal Bhoj
Change-Id: I6f55c470ebe553cced1777c9417848fc73702b3d Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2016-06-02art: host test: update display nameVishal Bhoj
Change-Id: I424cb30ac3c345753a4e164dffec26619cf527d4 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2016-06-01art: rename art tip and stable host testVishal Bhoj
Change-Id: I94116f56d3de93151aca3301492d0f3c599a1040 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>