-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Delivery/BuildBuild or test infrastructureBuild or test infrastructureTeam:DeliveryMeta label for Delivery teamMeta label for Delivery team
Description
As brought up in #31739 we should print the Java version in the reproduction line as:
JAVA_HOME=$JAVA10_HOME RUNTIME_JAVA_HOME=$JAVA11_HOME ./gradlew
This will work because the build already requires people to have these env vars set.
We could also include the full paths instead of the env vars, as the build will have to pass in information anyhow for this to work as the test runner will not be aware what was used to build the tests.
This will help reproduce issues that are specific to some java versions without requiring one to look at how the CI job is configured.
jpountz and polyfractal
Metadata
Metadata
Assignees
Labels
:Delivery/BuildBuild or test infrastructureBuild or test infrastructureTeam:DeliveryMeta label for Delivery teamMeta label for Delivery team