aboutsummaryrefslogtreecommitdiff
path: root/linaro-art
AgeCommit message (Collapse)Author
2019-12-04ART: Switch to python3 version of requests.Julien Duraj
After switching the publishing tool to python3, we also need to update the dependency. Change-Id: I7f0ac8298a439751aaccf09b98db3d2170ad8259
2019-11-06Publishing: Use Python3Benjamin Copeland
linaro-cp.py now supports Python3, with Python3-requests. Lets update jobs to use the newer library. Change-Id: I286f7bcefe1d6b74ddad1437ce01d42c0cc9bd69
2019-09-11Microbenchmarks: disable pixel, enable pixel3Julien Duraj
Change-Id: If3aab03c2cab5e3667d63fb8a2cd2be8d96deb6e
2019-08-06ART builder: remove quote preventing expansion.Julien Duraj
Change-Id: Ie7e1009954854da394137fde167e065472b29673
2019-08-02ART build: Run scripts from cloned repoJulien Duraj
Also quote the bash variables. Change-Id: I3635381e768cd7d3c9f9bded3a174df4cbd01185
2019-08-01ART Build: rework the job using existing scriptsJulien Duraj
The new short manifest config in android-build-configs is used. Additionally, have the option of checking out a specific revision of the ART build scripts. Change-Id: I36449d757ae78b0924ffec2965942a4940b8ab56
2019-07-31ART: Job to build and package ART dependenciesJulien Duraj
Builds and packages dependencies to run ART tests. (and possibly benchmarks too). The package is uploaded to the Linaro release server. This is set to run once nightly for the time being. This job will in time replace part of the target tests job. It uses the master-art branch of the manifest instead of master, which syncs slightly more than 100 projects instead of full Android. This job doesn't use the usual setup scripts in an attempt to simplify the process for building and testing. Testing will be done on other executors, freeing execution time for builds on the build machines. Change-Id: Ia4d6cdcf38e9114a8bf815097e0160348259b619
2019-03-21ART benchmarks: remove boot.oat from archiveJulien Duraj
boot.oat is not built anymore and the build does not pass anymore because of that. Change-Id: Icfd24ec392dd80b6e17fa95f1d739cb2e27c8ab2
2018-06-23ART: Add boot.oat in microbenchmarks archive for codesize measurementsJulien Duraj
Change-Id: I8cbbc8eab3c7a1d3aef69cf6c40fafb9393fdcc6
2017-11-16ART: bring `device not found` issues to attentionJulien Duraj
Change-Id: I9744a98c9013c537b08a3132e3e5a3c382ecc2f0
2017-06-20linaro-art: inject qa-reports token to post-build-lavaMilosz Wasilewski
qa-reports token is needed to report the microbenchmark results from LAVA jobs to qa-reports. It's now injected to post-build-lava so template generation will pass. Change-Id: I83a31e7968ab149a3c3ffcaba1b4ee1329c7f961 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2017-05-24microbenchmarks: submit jobs to productionVishal Bhoj
Change-Id: Ic55c4d4601d0b8234b8cb87d9a1b410e261603cd Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2017-04-11linaro-art: microbenchmarks: No need for adb port forwardingVishal Bhoj
Change-Id: Ia17e82a597c2134c1aec94801ee643a04ea7e187 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2017-04-11linaro-art: microbenchmarks: update package before installationVishal Bhoj
Change-Id: Ifda07c28c1e7002849350531ef2288c3242c8219 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2017-04-11linaro-art: microbenchmarks: fix typoVishal Bhoj
Change-Id: I1b543170f14d58d986cdc4d0078abaf7ee75f8bf Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2017-04-11linaro-art: microbenchmarks: fix package installationVishal Bhoj
Change-Id: I4f8c1aac6376e9d674a349580b461c570e9fabb6 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2017-04-11linaro-art: microbenchmarks: install python-request for publishingVishal Bhoj
Change-Id: Iee91d762916507ef4894857ac869eda7b19171b4 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2017-04-11linaro-art-tip microbenchmarks: Use lava-v2 to run microbenchmarksVishal Bhoj
Change-Id: I1241a5324783f9acae1ccfe0540dd21811f55097 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-08-31ART: groovy: add a warning badge for some jobsJulien Duraj
Some target jobs for ART have potential false negatives that we detect using the string "Unable to determine architecture" We want to indicate this by inserting a warning badge in addition to all the other groovy information. Change-Id: I19c237f4fe55b0aba28a90eef2bed8c97d08a5f3
2016-08-03ART: Fix the groovy scripts for Host and Target test jobsJulien Duraj
Change-Id: Id4d3441869446af01f5d3be32e9af8abd49c06fe