RFR: 8355452: GHA: Test jtreg tier1 on linux-x64 static-jdk [v5]
Magnus Ihse Bursie
ihse at openjdk.org
Wed May 14 06:39:56 UTC 2025
On Tue, 6 May 2025 15:50:01 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
>>> Do we really need to duplicate all this code? From what I can see, this is just to be able to send in the JDK_FOR_COMPILE argument, right?
>>
>> Yaml syntax is new to me. I went with that as it worked. :-) The static case sets the `JDK_FOR_COMPILE`|`JDK_UNDER_TEST` and `EXTRA_PROBLEM_LISTS` in `JTREG`. Any suggestion?
>
> I think you could add something like
>
> ${{ inputs.extra-test-options }}
>
> in the `make test-prebuilt` command line, and then set it up as arguments when calling the test workflow.
Did you try this?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24992#discussion_r2088160481
More information about the build-dev
mailing list