-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
Changing tag of jar files to BINARY #601
Conversation
Verified the changes by submitting sanity.functional on z/OS machine. Job : Grinder_CR/21983/ Tagging with this fix is below |
@llxia Could you please review this PR. Thank you. |
|
This patch changes jar files tagging to BINARY Signed-off-by: Pasam Soujanya <[email protected]>
88fdb18
to
da4fd89
Compare
This fix works fine on non-z/OS and JDK11 as well. |
@llxia Could you please review this PR, JDK21 testing on z/OS is dependent on this PR. Once the PR is merged we've to remove testDependency folder on all z/OS machines. |
I cannot tell from the Grinder run as there was no downloading and pre-staged jars were used. The PR code was not triggered.
You need to delete the pre-staged jars and ensure the download code is triggered. |
@llxia Another job on non-z/OS testDependency/lib$ file -bi *.jar |
The above job failed. No test has been executed. Please relaunch. |
This job has run properly |
This PR changes file tagging of testDependency *.jar files from IBM-1047 to BINARY. This PR fixes #600