aboutsummaryrefslogtreecommitdiff
path: root/linaro-art-tip-build-ARTTargetTest.yaml
AgeCommit message (Collapse)Author
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-09-06art: use default adb portVishal Bhoj
adb -P <port-number> is broken on aosp master hence device were not getting detected. using default port, works fine. Change-Id: Id1fb807024eb06296782f3e4053bcd78938d3dfa Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2016-08-29ART: Reorganize display namesJulien Duraj
Change-Id: I8a233d76a8dacb9519be5d5a71d47ab74c6629b4
2016-08-23ART: Include a new keyword to trigger target tests onlyJulien Duraj
Change-Id: I8cae07a79b25a5916b07a70bc1e9cd995ee449e2
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-08-02linaro-art: move adb ssh connection setup to scriptsVishal Bhoj
Change-Id: I0ea7db57960d5ea7cda3b2358874636396114a3d Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
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-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: Read remote port config from nexus-config fileVishal Bhoj
Change-Id: Iad53c29192fba0cfd3a869d973993d15d2dd4df1 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2016-06-24ART: (debug) for now use default known_hostsVishal Bhoj
Change-Id: Ib76576a6b82606d0d8ac72213986143831c0155b Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2016-06-24ART: add remote machines to known host listVishal Bhoj
Change-Id: I3badfa5ea9faa6f71bdaebec23cceddc63ea968e Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2016-06-23art: Safely kill remote ADB instances.Daniel Díaz
No functional change, just one line less. Change-Id: I6e4c11a883401c8bbe2f6c3d706ef37dbab63268 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 typo with adb portVishal Bhoj
Change-Id: I02db8ce4ad0456d20f119ecb384e55d823b1c0ed Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2016-06-23ART: safelykill any adb instanceVishal Bhoj
Change-Id: I04b798101d219fe11130ad748c84020984bc6196 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2016-06-23ART: kill remote adb instances before startingVishal Bhoj
Change-Id: I1e339055346b94b5886e4ae4fbe0789905de5396 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2016-06-23ART: Target Test Migrate to faster build machineVishal Bhoj
Change-Id: I01916b2f8240da7751e2e200d0031f6b3f5cff12 Signed-off-by: Vishal Bhoj <vishal.bhoj@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-03art: disable naginator plugin for target testVishal Bhoj
Change-Id: I13ccb55bd6f25d5110358f2fb56bd2a0257516b9 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2016-06-02art: tip: target: Use only one Gerrit trigger.Daniel Díaz
Change-Id: Ibf164e9a28b8725be013232a76fa3b5678c40714 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 script locationVishal Bhoj
Change-Id: I6f55c470ebe553cced1777c9417848fc73702b3d Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2016-06-02art target tests: rename buildsVishal Bhoj
Change-Id: Iba40485eedc54b26c416cdaa105b5e012676c8d7 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>