aboutsummaryrefslogtreecommitdiff
path: root/jdk8-terasort-benchmark.yaml
AgeCommit message (Collapse)Author
2017-03-21Revert "jdk: Compress the openjdk-hadoop-LCA14 with gzip"Stuart Monteith
This reverts commit 701ff4667ca791a5da183085869789fb04207548. Change-Id: Icd7d6a507dda528a4fd3bebcaf4b4ed9ba4fd119
2017-03-21jdk: Compress the openjdk-hadoop-LCA14 with gzipStuart Monteith
The hadoop file is created with a .gz extension, but not actually gzipped. File the compression and decompression here. Change-Id: I742eb6a063023359b806759d26e00f1d3eb921ed
2016-11-28jdk: Enable Hotspot client VM runsStuart Monteith
Rather than using patches to re-enable the client VM (i.e. C1 compiler), use the -XX:TieredStopAtLevel=1 option to prevent higher-levels of compilation. This requires the scripting to be aware of the JVM_VARIANT envvar and alter the behaviour accordingly, rather than just changing the execution path. Change-Id: I9955db0a959788685e050c060d80f0303a917e62
2016-11-01jdk: Use the right path for javaStuart Monteith
Wrong path for the Java executable. Change-Id: Ife7007a7e652830a6eb3e0a216d1d33e28217468
2016-11-01jdk: Fix incorrect filename for jdk binariesStuart Monteith
The file was jdk8-..., should be jdk8u-... Change-Id: I8f8a22eb70844ec12014bc17bdd86be036a63ce8
2016-08-17aarch64: Disable client builds/runs of jdk8Stuart Monteith
The clients builds are failing for aarch64. This is not a normal configuration, so not expected to be fixed upstream. Revert this once LEG-347 has been fixed. Change-Id: I55836aa54a2e8d396a25580bf700a6cf1bbf2651
2016-08-10jdk8: Move from logrotate to build-discarderStuart Monteith
There were warnings using the logrotate property. This replaces it with a build-discarder property. Change-Id: I6b34938eca86c050d2edb5aa70ab91a9c1b76d11
2016-04-10jdk8-terasort-benchmark: sync with jdk9-terasort-benchmarkFathi Boudra
* restrict wher the build is run * copy jdk and hadoop terasort reference files from local filesystem * set hadoop tmp dir location to ${HOME}/hadoop/tmp Change-Id: I6e1e34f2369f04da833b347e63e17f60d223e127 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-11-06openjdk: use consistent display name across OpenJDK CI jobsFathi Boudra
Change-Id: I21c918bb514312c9f7ec821f934b9ca200e8b36b Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-10-26jdk8-terasort-benchmark: add new OpenJDK CI jobFathi Boudra
Change-Id: Ife756769335a2bde1472219990cd237dc3df7b82 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>