aboutsummaryrefslogtreecommitdiff
path: root/jdk9-update-src-tree.yaml
AgeCommit message (Collapse)Author
2017-03-09jdk: Build JDK9 jobs every two daysStuart Monteith
Jobs take more than 24 hours to execute now. For now, we have to run every two days or we end up with jobs piling up and getting stuck as executors are occupied by subsequent jobs, causing deadlock. Undo this once we have more, faster machines. Job split over machines is also good. Change-Id: I34683f837463dc1e1a7a458952931534a406c946
2017-02-08jdk: Generate BOMs with heads from the tipStuart Monteith
Sometimes we may generate BOMs with all the heads for a repository. Just output the head "tip". Change-Id: I57c6afed942309c5cfbc415e09752760c7ac1926
2016-12-12jdk: Add BOM to artifacts exported by update src.Stuart Monteith
out/BOM was missing - we aren't using wildcards here. Change-Id: Iace92084befd97bea32a7f90522c1f0ddd4d3050
2016-12-12jdk: Report tree in BOMStuart Monteith
Use "hg paths default" to report the path from which the source is downloaded. Change-Id: If91026a4fa60616628c789529f4f064706668eb9
2016-12-12jdk: Add BOM file to update-src artifactsStuart Monteith
We want to report the contents of the builds when generating email reports. Include BOM in artifacts. Change-Id: I9f8b2ffdaa1a8390fe96fe92e73db70705e1e190
2016-12-08jdk: Change format of BOM in source tgzStuart Monteith
The BOM only has the hashes of the latest commits. This changes BOM such that the most recent tag is presented. Subdir Hash Tag Tag hash . 34bade2c592a jdk-9+147 5f6920274c48 corba f95cc86b6ac2 jdk-9+147 dc49e0922a8e jaxp 1ede1ddbd43a jdk-9+147 149559dd882d jaxws c8c9c334743c jdk-9+147 be37411855de langtools 586c93260d3b jdk-9+147 76389430a13e jdk c1b4d9879aea jdk-9+147 c41140100bf1 hotspot bdfe30141ef6 jdk-9+147 132a72c78207 nashorn a42ebb5ed04b jdk-9+147 9e86d6383456 Change-Id: I32e2125b4086c82da6eb449cca7af42a486da3d0
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-01jdk: Hash the commits and offset JDK8 and JDK9Stuart Monteith
JDK8 and JDK9 each will take about 12 hours, in the existing state. This patch uses "H" to hash the starting minutes, and offsets the builds 12 hours apart so they don't start at the same time. Change-Id: I13b789e53d183c2ee3b6ac0639e13922756a51b4
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-06-02jdk9-update-src-tree: switch back to dev repositoryFathi Boudra
dev repository was broken since mid April. It should be fixed now, hence use it instead of hs-comp repository. Change-Id: Ie7562e7419092ac3ab8a3ae1bd6ffde51a7122d3 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-05-11jdk9-update-src-tree: switch to hs-comp repositoryFathi Boudra
As dev repository is broken since mid April, use hs-comp repository. Change-Id: I98823989acaabb1d0065bc5df49e785ee8243fdb Suggested-by: Edward Nevill <edward.nevill@linaro.org> Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-04-07debug: jdk9-update-src-tree: Allow building the job anytime.Daniel Díaz
Change-Id: I5e595c17ea0fc2b6dee27ecc93782f17214b74fb Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2016-02-26jdk-update-src-tree: fix multiple scm syntaxFathi Boudra
The build jobs were deployed successfully but don't match expectations: it didn't contained multiple scm at all... Enable the jobs too. Change-Id: Ic1c4ad0a3e508e5418ab3341c854f3ea2a44c83b 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-update-src-tree: Add new OpenJDK9 CI job.Daniel Díaz
Change-Id: I02854bd3c794f123f91e06112308163295ed3572 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>