[jdk8u-dev] RFR: 8253424: Add support for running pre-submit testing using GitHub Actions [v10]

Andrew John Hughes andrew at openjdk.java.net
Thu Mar 10 18:27:36 UTC 2022


On Thu, 10 Mar 2022 18:23:04 GMT, Andrew John Hughes <andrew at openjdk.org> wrote:

>>> > Pre-submit tests - Linux additional - Build Failing after 24s — 8/8 failed
>>> 
>>> Should we disable those cross compile builds for the initial integration?
>> 
>> Yes, I actually already tried to do that but it's not easy to do in a non-destructive way. I'll try again with this next commit.
>
>> > > Pre-submit tests - Linux additional - Build Failing after 24s — 8/8 failed
>> > 
>> > 
>> > Should we disable those cross compile builds for the initial integration?
>> 
>> Yes, I actually already tried to do that but it's not easy to do in a non-destructive way. I'll try again with this next commit.
> 
> For the record, the issue is the same as with the tests; bundles. It needs the host JDK built by the x86_64 build for the cross-compiled builds, and that is cached and then retrieved via a bundle. I'll open a separate PR to backport bundles after this. That should fix additional HS builds, but tests probably need more backporting work.

> @gnu-andrew -- please consider adding [JDK-8282225](https://bugs.openjdk.java.net/browse/JDK-8282225) to this batch as well.

Can do. I was actually wondering how much build noise all my pushes was creating, so that looks like it'll ease things a bit.

-------------

PR: https://git.openjdk.java.net/jdk8u-dev/pull/3


More information about the jdk8u-dev mailing list