RFR: 8282944: GHA: Add Alpine Linux x86_64 pre-integration check [v10]
George Adams
gdams at openjdk.org
Mon Aug 19 08:49:49 UTC 2024
On Mon, 19 Aug 2024 07:20:32 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
> For the future, I think we should try to figure out a way to allow users to define their own set of included checks persistently, but for now this is good. Since it will not run by default, I have no objections.
I think this is the idea of these `JDK_SUBMIT_FILTER` and `JDK_SUBMIT_PLATFORMS`:
https://github.com/openjdk/jdk/blob/4a6cbe47daae82970c36c8cd86655581b2c59f59/.github/workflows/main.yml#L86-L92
Admittedly with my current setup this wouldn't work for Alpine. The only other option I could think of is maintaining a list of "skip unless explicitly defined" platforms in the `check_platform()` function. I'd be happy to put a prototype together if you'd prefer this solution
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20577#issuecomment-2296016836
More information about the build-dev
mailing list