Skip to content
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

Remove wget calls from openjdk-tests scripts #1250

Closed
smlambert opened this issue Aug 6, 2019 · 5 comments
Closed

Remove wget calls from openjdk-tests scripts #1250

smlambert opened this issue Aug 6, 2019 · 5 comments
Projects
Milestone

Comments

@smlambert
Copy link
Contributor

We currently use both curl and wget. To reduce the number of dependencies we have, we will shift to use only curl (since wget is not available on some platforms).

Search all build.xml files and support scripts to replace wget with curl calls.

@llxia
Copy link
Contributor

llxia commented Dec 18, 2019

@smlambert
Copy link
Contributor Author

Only 3 places where wget is still used:

  • in action.yml (on github action runners where its installed)
  • in external tests run via Docker (where wget is installed)
  • in perf/liberty shell scripts (in database_utils.sh, reset.sh, configure.sh scripts)

@smlambert
Copy link
Contributor Author

This is likely as far as we are going to get with this one, closing. If someone has the will to complete the rest, then it can be re-opened.

aqa-tests automation moved this from TODO to Done Apr 1, 2021
@karianna karianna added this to the March 2021 milestone Apr 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
aqa-tests
  
Done
Development

No branches or pull requests

4 participants