Improved getDependency workflow#6694
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.
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 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. |
Closes: #6461