-
-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve core count detection #4933
Conversation
The latest commit in this PR fixes the core count detection for CGROUPS (It was using GB instead of MB) so now has the desired effect. This is now ready for review. These commits are going to need a good squashing ... |
Right I believe it's working well in all cases now, these runs are all with the new branch:
NOTE: The TC-aix72 figures probably shouldn't be I've squashed the commits so this should be ready to go live as soon as is practical. |
Signed-off-by: Stewart X Addison <sxa@redhat.com>
Signed-off-by: Stewart X Addison <sxa@redhat.com>
* Use all cores for jtreg instead of halving (#4933) Signed-off-by: Stewart X Addison <sxa@redhat.com> * Enable headless mode on RISC-V (#4935) * Exclude java/lang/StringBuilder/HugeCapacity.java on OpenJ9 zlinux (#4940) It's already excluded on jdk17+ for other reasons. Issue eclipse-openj9/openj9#17323 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com> * Move custom targets to special level (#4941) Signed-off-by: Shelley Lambert <slambert@gmail.com> * Add 21 and 22 as supported versions in external tests (#4950) related: #4949 Signed-off-by: Lan Xia <Lan_Xia@ca.ibm.com> * cherry-pick e37ba10 c5e7de8 0d7c837 76695ca 37b48e3 a45c03c Signed-off-by: Sophia Guo <sophia.gwf@gmail.com> --------- Signed-off-by: Stewart X Addison <sxa@redhat.com> Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com> Signed-off-by: Shelley Lambert <slambert@gmail.com> Signed-off-by: Lan Xia <Lan_Xia@ca.ibm.com> Signed-off-by: Sophia Guo <sophia.gwf@gmail.com> Co-authored-by: Stewart X Addison <6487691+sxa@users.noreply.github.com> Co-authored-by: Ludovic Henry <git@ludovic.dev> Co-authored-by: Peter Shipton <Peter_Shipton@ca.ibm.com> Co-authored-by: Shelley Lambert <slambert@gmail.com> Co-authored-by: Lan Xia <Lan_Xia@ca.ibm.com>
I drafted and tested this a few months for the RISC-V case (everything was getting
concurrency:1
) but since we're paying more attention to the AQA test jobs for RISC-V now I want to get this in so we can make use of the multicore machines that we have.Ref: adoptium/temurin-build#3591
[*] - This value of 81 suggests that the detection in a docker container is not working as it should and will need to be revised before this is merged, hence the draft status at present.