aboutsummaryrefslogtreecommitdiff
path: root/jdk9-jcstress-test.yaml
AgeCommit message (Collapse)Author
2016-12-06jdk: Reduce jcstress to quick modeStuart Monteith
default mode of jcstress takes well over 1 day to run. Reducing to quick. Change-Id: Ie043a19af7af5c954796ca3362a3a3cfb9590b54
2016-12-01jdk: jcstress - change to default modeStuart Monteith
Before we were running with "sanity" mode, which is a very short run. As the tests are stochastic in nature, the longer they run, the better. Change-Id: I5ade5945f59d0f3e99d99381febf48256a0a9c24
2016-12-01Revert "jdk: Disable jcstress client result saving"Stuart Monteith
This reverts commit fae653c9a8d564f1d67283a8bfe57f315040d0b3. Change-Id: I26472c56cf567b88671e7f0c7d928d1672b18c93
2016-12-01jdk: Disable jcstress client result savingStuart Monteith
Perhaps re-enable this as C1 concurrency is important too. Remove the restriction in jdk?-build-and-test for only server variants to run, or else this job will fail because of the missing results for client builds. Change-Id: I0a7877e7e8f8c630ae75ecfb4c5458f13e53e151
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-23jdk: Allow jcstress-test to be run manuallyStuart Monteith
For testing purposes and re-runs. Change-Id: Id39700071e0c01684e7da996b99240cb02605153
2016-11-23jdk: Adapt jcstress job for JDK9Stuart Monteith
-Xbootclasspath/a not necessary and causes JDK9 to NPE. Remove. Change-Id: Ic4f652366c3543b0df990314684e0cf861645d22
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-10jdk8-jcstress-test: sync with jdk9-jcstress-testFathi Boudra
* restrict where the build job is run * get rid of combination filter comment * don't flatten jcstress-build artifacts * copy jdk from local filesystem Change-Id: If1d3b6aa20b8dd3faa809e79c1e2116f7f91e61c Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-04-09jdk9-jcstress-test: don't flatten jcstress-build artifactsFathi Boudra
Otherwise we overwrite jcstress.jar and it's copied in the wrong location: incoming/jcstress.jar while we expect incoming/tests-all/target/jcstress.jar Change-Id: Ib6c0ec0520915b4d076029cebc6e4e1a96dede6a Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-04-09jdk9-jcstress-test: extract jdk9 tarball from local filesystemFathi Boudra
Change-Id: Ice9660e2d08d7cb53449eaa58301b9fb26198d8b Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-04-09jdk9-jcstress-test: restrict where the build is doneFathi Boudra
Change-Id: Id9cdad5a56bb90115e7c6496254ff3ae48d02753 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-jcstress-test: Add new OpenJDK9 CI job.Daniel Díaz
Change-Id: Ib1feeb9e9777c2862ee8e368226216007aacbca4 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>