aboutsummaryrefslogtreecommitdiff
path: root/jdk8-build-and-test.yaml
AgeCommit message (Collapse)Author
2022-04-26ci/jobs/config: completely revert changes for node label 'built-in'Kelley Spoon
Due to the conflict between Multiconfig and the label 'built-in' we should revert the mass migration to the new name. Change-Id: Id86132ac7c71b3b50e62b2c67f39df5580f7eeeb
2022-04-19ci/job/configs: mass update to use 'built-in' node nameKelley Spoon
This change updates all configs that are intended to run on the former 'master' node to use the 'built-in' label exclusively as per the new Jenkins naming conventions. Signed-off-by: Kelley Spoon <kelley.spoon@linaro.org> Change-Id: Iece59a578329bd4cd038455ec4966a1e874a75f3
2022-04-15ci/configs: mass update to add 'built-in' as a node labelKelley Spoon
Starting in 2.307.* of Jenkins, the naming scheme for nodes is migrating to 'built-in' to replace master. This change makes a mass commit to add the 'built-in' as a potential label for jobs that are currently tied to the 'master' node. Change-Id: I51bdae6282de863d1bc1ddaaab7964ef288ab480
2020-12-03Disable old jobsRiku Voipio
Most of th following jobs haven't run successfully since 2017, so they are most likely not needed anymore. Also add all the java jobs, since nobody takes responsibility of them anymore. Disable for now, delete in a year. Change-Id: I50bca8b143d6ac247bb552b7deafe833068dddb0
2018-10-18jdk: Test only with default tier options.Stuart Monteith
Test with the default JVM. Don't force runs to use C1 or C2. Change-Id: I2264dfa593d858ee37432615d3e6a3022ab223dd
2018-10-15jdk: Synch jdk8 & 11 with jdkX jobsStuart Monteith
The new configuration was made to jdkX, now that is tested, make the same changes for jdk8 and jdk11. Change-Id: I2664f0e4bb2507b6d2382c59e7cec5b4cf67e2f8
2018-04-23jdk: Add job to clean machine of rogue processes.Stuart Monteith
We can accumulate processes if jobs are aborted, or simply if something else goes wrong. This job kills orphaned java processes, jstatd and Xvfb. Change-Id: I5df45949464478fb2f12d7c45be2a095b0510190
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>