On Tue, 6 May 2025 15:50:01 GMT, Magnus Ihse Bursie <i...@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