aboutsummaryrefslogtreecommitdiff
path: root/jdk8-jtreg-test.yaml
AgeCommit message (Collapse)Author
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
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-10jdk: Pass on parameters to jtreg testStuart Monteith
default/default can't be parsed, pass on parameters to launched jobs. Change-Id: I890f099b9e394fdd9e3620c9e2659982cc37218f
2016-11-03jdk: export JDK_VERSIONStuart Monteith
JDK_VERSION should be exported for scripts to pick it up. Change-Id: If6773483721ac20e7946090537a5de7d1c1f7a33
2016-10-31jdk8: Update jobs to use jdk8uStuart Monteith
And pass JDK_VERSION variable to scripts. This make splitting the jobs more easy to split between jdk8u and jdk9. Change-Id: I8d0d2ff61cbab955d7d144e18bdeab6b3d016a50
2016-10-24jdk: Separate jdk8 from jdk9 persistent dataStuart Monteith
Currently, we place jdk8 jobs into $HOME/srv/openjdk - change to $HOME/srv/openjdk8. Do likewise to jdk9 in another commit. Change-Id: I2c8229503d98d4d6e438523e5d9a5d9bfa9fff38
2016-10-20jdk: Fix src updating job.Stuart Monteith
This was missing from before. Also remove workaround. Change-Id: I610b1ea630c172317e0ed5b8e746ce7538486fb3
2016-10-19jdk: Move contents of src directoryStuart Monteith
Otherwise we fill up the src directory with "YYY__DAY_OF_YEAR__YYY", which won't be parsed. Change-Id: I36a56ab2ba701f044e76e4c876ca6b1519aeefbf
2016-10-18jdk: Move src directory to the correct locationStuart Monteith
There is something missing from the scripts that stops the src directory from being moved into the correct location. This hopefully fixes that by moving the src directory into the correct year/day_of_year path. In principle, we could add the src to the results tar.gz file - that would inflate the files stored by jenkins. Change-Id: Iaffd9d8c70dc5ba6b22513c2948ad6218c128446
2016-10-17jdk: Fixup envvar and tree outputStuart Monteith
The output is rather large, and needs pruning to be useful. Just dump directories. Also, fixup moving of src directory. Change-Id: I6edd21f73af19ecc2d36e8bbbc2e0e8361ce33d9
2016-10-12jdk: Delete destination src directoryStuart Monteith
There can be only one src directory from the jtreg run. Delete it before moving a new copy over from the last jdk8 build. Change-Id: I22dd25b33fb2771210d54de0ab39a216eb8ed2e7
2016-10-11jdk: Add permissions for openjdk-members jobsStuart Monteith
Testing is eased if we can run our jobs. Change-Id: I8b81c04cb862810c27e5dc07b0680f91b28a3907
2016-10-11jdk: Move src directory to correct place.Stuart Monteith
The src directory is not persisted in a useful place after the jtreg run. This change moves it to the correct place. Change-Id: Ifd655acf23caef4832ee53d83f51f2202ffc2765
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-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-08-09jdk8: Replace ~openjdk-testing from the paths.Stuart Monteith
Adds "PERSIST" variable which currently points to "$HOME/srv/openjdk". This removes a dependency on the ~openjdk-testing userid, which won't ever exist on ci.linaro.org. Removes dependency on the *-test-scripts directories being already checked out. Instead, the "jdk8-*-persist" jobs check out the test scripts and the "jdk8-*-publish" jobs reuse them. Change-Id: Id25f1f1ac2e9a33f63cb393b6f1e8c7eb3dee2e0
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>
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-jtreg-test: add new OpenJDK CI jobFathi Boudra
Change-Id: I01afee57f4e83d17bdfe36ff0e0ac3b83963e008 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>