aboutsummaryrefslogtreecommitdiff
path: root/jdk9-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
2017-03-02jdk: Make all jdk jobs configuration viewable.Stuart Monteith
With the exception of the benchmarks, the job configurations should be viewable. Change-Id: Id1784ae8cb9a54f77b80c1844fdc78509f4ad163
2016-11-28jdk: Enable client buildsStuart Monteith
With the scripts inserted, enable the matrix execution of the client builds across the jobs. Change-Id: I7b6c35ea891a34090d03bc82e81d9e48531e8530
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: Let openjdk-members start terasort jobsStuart Monteith
Useful for when the automation gets stuck. Change-Id: I2d0475b9c94576e86a48f9825c02d81aa032e501
2016-10-31jdk: Update jdk9 jobs to match jdk8Stuart Monteith
JDK8 and JDK9 jobs should now be able to coexist. Change jdk9 jobs to match the idioms in jdk8. Couple of fixes in jdk8u. Change-Id: Ifb9f68685ed5126b92141295e7b91eb6d1c3e061
2016-04-08jdk9-terasort-benchmark: set hadoop.tmp.dir valueFathi Boudra
default is /work/${user.name}/hadoop-tmp use ${user.home}/hadoop/tmp instead Change-Id: Ie78473013db8473e7d52f841db64c85eba01299e Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-04-08jdk9: extract jdk9 tarball and 1GB.tar.gz from local filesystemFathi Boudra
copyartifact is slow and we have both the files available locally. Extract them in the build jobs workspace. Change-Id: I6b4c7de06134f10861c2c9a600b22ecc14d0ad9a Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-04-08jdk9: disable client variantFathi Boudra
Change-Id: I60d8b205b96e006fd6a5029cef066ce3e615f991 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-04-08jdk9-terasort-benchmark: restrict where the build is doneFathi Boudra
Build on aarch64-06 slave. Change-Id: I27d512a08949dd6568eadf68527df33260f83296 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-04-08jdk9: add the axis to fix jdk9 tarball locationFathi Boudra
Change-Id: I91d8eeddb5bc897593376aa6c6719b1e84ff0ec7 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-11-06jdk9-terasort-benchmark: Add new OpenJDK9 CI job.Daniel Díaz
Change-Id: I982f4b261f1d0e2bf82fc651d8e7603f9961b28b Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>