aboutsummaryrefslogtreecommitdiff
path: root/jdk9-jtreg-test.yaml
AgeCommit message (Collapse)Author
2017-09-06jdk: Kill leftover jstatd processes after jtregStuart Monteith
The jtreg tests often leave behind jstatd processes, which eventually bring the test machine to start failing jobs and eventually bring it to a halt. This change kills the jstatd processes after each run. This assumes there are no legitimate uses for jstatd outside of jtreg. jstatd allows the remote monitoring of JVM processes. Change-Id: Ib921650a222f1ba55233be26b6087dc95a801261
2017-02-28jdk: Make jtreg configuration visible to openjdk-mStuart Monteith
Give openjdk-members access to view configuration of jobs. Change-Id: I28155a06059a013d713112add333a247af5e7694
2017-01-23Revert "jdk: Publish jtreg xml results in junit format"Stuart Monteith
This reverts commit 6308239b8c12c76685984a1f32a7dc6d77ed6cf7. Change-Id: I3c3b273ff59a2dab1ed72b80ca0bf02cb88273d0
2017-01-18jdk: Increase timeout factor to 8x for jtregStuart Monteith
2x was not sufficient. There were no failures beyond timeouts. Change-Id: I24a1aa3fb17a33b146d13aa76efdf0520ba2b1fe
2017-01-18jdk: jtreg-test fix incorrect envvarStuart Monteith
Used the wrong environment variable name. Change-Id: I41db6ad2b756e90316f00cb337d0a1d6420b6333
2017-01-17jdk: Publish jtreg xml results in junit formatStuart Monteith
Have Jenkins present friendly JUnit format results from JTreg. Just on JDK9, for experimental purposes. Change-Id: I0dcdef00eb4c75d16cbf67c52af7487c2c93e5ec
2017-01-17jdk: Increase timeout for jtreg testsStuart Monteith
The mustang board is somewhat slow, so increase the timeout factor on jtreg tests. Start with a factor of 2 and compare results. Change-Id: I3fff901445404fbfd441cc28be9143ad06ff6b17
2017-01-16jdk: Build, package and use jtreg native librariesStuart Monteith
There are some jtreg tests failing because we aren't passing a "-nativepath:" path with native libraries. These need to be built, so are built and packaged in jdk9-build-image. They take the name jdk9-server-release-support.tar.gz, in line with the usual naming scheme. These changes are only for jdk9. jdk8u appears to work with a different scheme. Change-Id: Ib6e84b350a695535c7c897cbfc1ccdd9d60ff621
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-21Revert "jdk: Clean jtreg workspace"Fathi Boudra
This reverts commit 9633b8e4e1772de54197081cce00502a8ca38487. Change-Id: I388baf7e11a2c2ed30892a36067f55f5980de319
2016-11-18jdk: Clean jtreg workspaceStuart Monteith
The workspace cleanup plugin isn't working, it needs fixing. In the meantime, try cleaning up the workspace manually. Change-Id: I4b7d5f04e3f6b0e023cedc9463b37d4b9a40f8eb
2016-11-10jdk: Parameterise day of year for jdk9Stuart Monteith
Change jdk9 builds to use parameterised day of year and year. Change-Id: I99101f5b022de677933ea15f5d498c9022bfd919
2016-11-03jdk: export JDK_VERSIONStuart Monteith
JDK_VERSION should be exported for scripts to pick it up. Change-Id: If6773483721ac20e7946090537a5de7d1c1f7a33
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-09-07jdk: Correct jtdiff location.Stuart Monteith
jtreg has been updated such the the binaries are under jtreg/bin, not jtreg/linux/bin. Change-Id: Ib8ce5f18bd7d6f9f39815e188f3046e7bdfa16c8
2016-04-10jdk8-jtreg-test: sync with jdk9-jtreg-testFathi Boudra
* restrict where the build job is run * copy jdk from local filesystem * use our built jdk * remove the combination filter - unused Change-Id: I534f8e8a407595cf4b704091e9f71fc725f3e3a0 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-04-09jdk9-jtreg-test: use jdk under testFathi Boudra
Change-Id: Idc285a15b3c5eac9c18f4835fac4232a145c28c9 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-04-08jdk9-jtreg-test: extract jdk9 tarball from local filesystemFathi Boudra
Change-Id: I20d49f22dec94f7a71d94b50d76d518777bd9c53 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-04-08jdk9-jtreg-test: restrict where the build is doneFathi Boudra
Change-Id: I8faa5170958528c5139053ab2635fd4b4e743d06 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-04-08jdk9-jtreg-test: disable client variantFathi Boudra
Change-Id: Id4c7117ccd25cbd6a58899390e0d140348579be1 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-jtreg-test: Add new OpenJDK9 CI job.Daniel Díaz
Change-Id: I43915e4f995ecc4b41d02c631c6a436a29837485 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>