8324937: GHA: Avoid multiple test suites per job#17627
8324937: GHA: Avoid multiple test suites per job#17627shipilev wants to merge 3 commits intoopenjdk:masterfrom
Conversation
|
👋 Welcome back shade! A progress list of the required criteria for merging this PR into |
|
@shipilev This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 26 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
|
I think this combination of two tests were made due to fear of too much overhead of creating a small test suite, or something like that. Is there anything in the reasoning that brought us this solution that is still relevant, or was it just a premature optimization that is causing us headache now? |
This one. When I did this originally, I thought why have another job when we can stash some groups together? But the cost for additional job is not actually that high: the job completes in less than 2 minutes. It is completely dominated by everything else. |
|
I would like to integrate this, if you have no further comments, @magicus ? |
|
/integrate |
|
Going to push as commit 1aba78f.
Your commit was automatically rebased without conflicts. |
See the description in the bug. This mitigates the issue by splitting out the only test job that has two test suites in it.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/17627/head:pull/17627$ git checkout pull/17627Update a local copy of the PR:
$ git checkout pull/17627$ git pull https://git.openjdk.org/jdk.git pull/17627/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 17627View PR using the GUI difftool:
$ git pr show -t 17627Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/17627.diff
Webrev
Link to Webrev Comment