-
-
Notifications
You must be signed in to change notification settings - Fork 251
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
Request to run sanity and extended.functional testing to nightly builds of Aarch64 #2085
Comments
@LongyuZhang could you help with this issue? Thanks. |
Yes, I have generated these test jobs and run them in the past, but not included yet to be launched as part of the nightly test targets. It will be definitely better to launch them from here (instead of via Jenkins cron) as then we will be able to see the results in TRSS, since it is monitoring these build pipelines. Note, we may need to re-autogen the test jobs, as there have been updates to the param list since they were first created. |
@pshipton @smlambert should we enable aarch64 functional testing for JDK8 and JDK11? Do we want to enable for JDK16? We have 8 aarch64 testing machines at Adopt. Since we run other tests on aarch64 as well, maybe we should enable functional testing on one or two JDK versions and adjust this as needed. |
I understand the aarch64 resource is concentrating on jdk11 followed by jdk8. I don't think much effort has been made to fix jdk15 issues, and in the end we didn't include aarch64 in the last jdk15 release. jdk16 is WIP and could have issues unrelated to aarch64 at this point. I'd start with jdk11, add jdk8 if machine resources allow, and we can look at adding jdk15 or jdk16 later. @knn-k fyi. |
- enable sanity and extended.functional testing to Aarch64 nightly builds - Issue:adoptium#2085 Signed-off-by: Longyu Zhang <longyu.zhang@ibm.com>
Noticed that in the 0.23.0 M2 build there is a mismatch between test material and build. It's running the head stream tests against the 0.23.0 release content. https://trss.adoptopenjdk.net/resultSummary?parentId=5f7b58b111d26031c1db12b7 |
This is not specific to aarch64. This is a general issue. It shows up in aarch64 because we enabled functional tests on aarch64. The default OPENJ9_BRANCH is set to I manually trigger the test build with To fix this, the upstream build script should allow the user to set OPENJ9_BRANCH. Similar to |
@smlambert I believe the functionality tests are only running for jdk11. If there is machine capacity, should I open another issue to run them for jdk8? |
Re-open to add for jdk8 |
- enable sanity and extended.functional testing to Aarch64 jdk8 nightly builds - Issue:adoptium#2085 Signed-off-by: Longyu Zhang <longyu.zhang@ibm.com>
JDK/aarch64/J9 sanity.functional testing and JDK/aarch64/J9 extended.functional testing are both enabled in the nightly pipelines. Closing... |
The OpenJ9 project doesn't have enough Aarch64 machines to provide test coverage for this platform. Adopt is running a number of test suites on this platform already, but not the sanity.functional and extended.functional suites. This is a request to add these test buckets to the nightly builds.
The text was updated successfully, but these errors were encountered: