-
-
Notifications
You must be signed in to change notification settings - Fork 336
Improved getDependency workflow #6694
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
Conversation
483ac34 to
e7ff642
Compare
|
This PR has to be merged with TKG PR: adoptium/TKG#758 |
5342b08 to
80a0985
Compare
- getDependencies.pl script run twice.Once with customUrl. If it failed, retry with 3rd party URL. Closes: adoptium#6461 Signed-off-by:Amrutha Kanhirathingal <Amrutha.Kanhirathingal@ibm.com>
80a0985 to
f7d6393
Compare
smlambert
left a comment
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.
Same comment as in adoptium/TKG#758 (comment), CUSTOM_URL is too generic of a name to read the code and know what its purpose is, so I would rather see a more specific name used, in order to make the purpose clearer.
|
Yes, I agree. The only concern is that this name customUrl(CUSTOM_URL = customUrl )is used across multiple places, so improving it would mean changing it in several places. |
Let's do it :-). Hopefully it's not overloaded! |
|
In that case We could use TEST_DEPENDENCY_URL instead of "CUSTOM_URL" since the getCustomurl is written in below way https://github.com/adoptium/aqa-tests/blob/master/buildenv/jenkins/JenkinsfileBase#L1209-L1220 Please let me know if you guys have any concern |
|
adoptium/TKG#758 is merged. We can have a separate PR to update customUrl name. |
|
Raised #6865 to capture the desire to improve the variable name. |
smlambert
left a comment
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.
Approving with the request to improve the variable name in separate PR (#6865).
Closes: #6461