-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
Fetch jars and shas from same location #581
Fetch jars and shas from same location #581
Conversation
Resolves adoptium/aqa-tests#5427 |
run tests |
PR needs some sample Grinders run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like this change will cause line 350 to fail because url_custom value contains fname. Please fix the issue and validate PR before submitting for review.
@adamfarley Are there any updates on this PR? |
Hi Lan. Thanks for waiting. 🙂 I've included your requested change into the code, and I'm testing now. Link. |
Thanks @adamfarley |
c866ba2
to
e87ecf4
Compare
If we are getting our third party dependent shas from a custom URL, then the jars should also come from the same location. Signed-off-by: Adam Farley <[email protected]>
d36316c
to
0dfa1e7
Compare
Updated my code, resolved a merge conflict, and tested the change with a custom aqa-tests branch that cleans up the dependencies before trying to redownload them. Ready for reviews and merge. 🙂 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Resolved by Adam as per #581 (comment)
If we are getting our third party dependent shas from a custom URL, then the jars should also come from the same location.
Resolves adoptium/aqa-tests#5427