aboutsummaryrefslogtreecommitdiff
path: root/jdk8-build-and-test.yaml
AgeCommit message (Collapse)Author
2016-12-15jdk: Remove redundant triggerStuart Monteith
The jobs were being triggered by the multi-job and publisher trigger. This change leaves the multi-job version, and removes the publisher trigger so there will be only one run of the jdk?-publish-and-report jobs. Change-Id: Idda77a7cb401e9dd14644d3da19d0ffa4778c2f4
2016-11-21jdk: Replace specjbb2013 jobs with specjbb2015Stuart Monteith
Time to update to specjbb2015. Jobs should run through successfully on jdk8 and 9. Change-Id: I4acd32e985e81e154bf7571d4d63bc29b22ef8a1
2016-11-09jdk: Pass YEAR and DAY_OF_YEAR envarsStuart Monteith
There is an issue where jobs aren't able to run across different days, and can't be restarted across different days. This change causes jdk8-update-src-tree.yaml to generate the YEAR and DAY_OF_YEAR envars, which it puts into a property file the job subsequenetly uses as parameters to launch the other jobs. Change-Id: I70ef3cf00deb0c248d99ad20ba8bb7a49b1bc032
2016-10-20jdk: move long running job to masterFathi Boudra
master has a lot of executors to handle triggers and multijob type jobs. It should resolve the current deadlock we observe on "build" node. Change-Id: I2fb336a0d57202a5d180f65ada3c3e6525f7bbd6 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-08-17jdk8: Authorize team to start jdk8 multijobStuart Monteith
Allow members of openjdk-members to kick off jobs. Change-Id: I93b3dd357a79a8a5fdc768b72cf6fbda614ca381
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
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-build-and-test: fix indentationFathi Boudra
Change-Id: I06d1426724b6fd0e4f8f2e6c5e8cc291de1dae3f Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-10-26jdk8-build-and-test: add new OpenJDK CI jobFathi Boudra
Change-Id: Ie4080a8d29732ed5d00362010844260ff7300183 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>