-
-
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
Do not trigger dev level testing as part of a release #570
Comments
looking at the changes, no logic change was made in Not really sure where in the pipeline it uses |
Issue #728 |
This is now resolved via #849 (adding new testJobType=release). |
What are you trying to do?
Run AQAvit verification against release builds.
Expected behaviour:
To run only these high-level test targets as part of the release: https://github.com/adoptium/aqa-tests/blob/master/testenv/testenv.properties#L23
AQA_REQUIRED_TARGETS=sanity.functional,extended.functional,special.functional,sanity.openjdk,extended.openjdk,sanity.system,extended.system,sanity.perf,extended.perf
Observed behaviour:
We are running the set of tests that get run during weekly testing, which includes the dev level tests (dev.openjdk and dev.system). We do not want to run those dev (tests in development) during a release.
Any other comments:
Grid view of the dry-run release pipeline for JDK17 also shows that naming of build and smoke tests is new and unexpected.
Raised adoptium/aqa-test-tools#765 but would also like to look at improving naming in build pipelines so we do not need to do mapping.
The text was updated successfully, but these errors were encountered: