-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Smoke tests failures didn't block the run-aqa tests as expected. #121
Comments
Most of smokeTests jobs failed. Some of them are test failure https://ci.adoptopenjdk.net/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-aix-ppc64-hotspot_SmokeTests/1/console |
Just wanted to confirm whether or not these smoke tests will be a blocker in time for the release next week? I know we've failed them internally since they were added but I haven't had a chance to investigate. |
All smoke tests are limited to impl openj9 or vendors AdoptOpenJDK. There is no smoke tests for dragonwell ( impl=hotspot, vendor= alibaba) test jobs failed due to no test running @smlambert should we just disable smoketest for dragonwell? |
@sophia-guo - we can either:
Also, for the https://ci.adoptopenjdk.net/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-aix-ppc64-hotspot_SmokeTests/1/console failure, JdkPlatform.javaL65 needs to be updated to either add or replace the arch string to match on, as os.arch must be returning ppc64 instead of ppc64le
|
Move specific smoke test case failure to separate issue #127 as there are different failures. Fix would be in openjdk-build repos. |
as part of issue #234 |
e.g in the release smoketest job: |
…ntainer Revert disable ccache and Rollback alinux container to last known good sha
has this now been completed and can be closed? |
We'd like smoke tests failures would block the run-aqa tests.
Now if smoke tests job generation failed the run-aqa tests are blocked.
https://ci.adoptopenjdk.net/job/build-scripts/job/jobs/job/jdk16u/job/jdk16u-windows-x64-openj9/16/console
However if smoke tests job generate correctly but job itself failed, run-aqa test was not blocked as expected.
https://ci.adoptopenjdk.net/job/build-scripts/job/jobs/job/jdk16u/job/jdk16u-linux-x64-hotspot/15/console
Probably need to update https://github.com/adoptium/ci-jenkins-pipelines/blob/master/pipelines/build/common/openjdk_build_pipeline.groovy#L292
The text was updated successfully, but these errors were encountered: