-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
UnixPb: Use wget to download ant-contrib on centos6 #2488
Conversation
Kicked off vpc https://ci.adoptopenjdk.net/job/VagrantPlaybookCheck/1397/ |
This has failed for the same reasons as documented in #2314 so you will need to cleanup the machine using the commands described in there - it's got up to |
@sxa I followed the instructions in your issue. Kicked off another vpc https://ci.adoptopenjdk.net/job/VagrantPlaybookCheck/1398/ |
The centos6 docker check has passed on this pr btw so atleast we know this pr fixes that issue |
Looks like a lot of failures in VPC around the ant contrib download, but unclear if that's this change or an outage on the HTTP server end. |
I've added
Some OS's (ubuntu16 and 20) are able to verify sourcefourge.net's certificate, while others cannot
I think machines with a 2021 ca-certificate version can verify, while those with an older version cannot. Hence why I am testing to see if updating |
Ubuntu 16+ and centos7+ have a 2021 ca-certifcates package available for them in their respective package manager repo. Centos 6 does not. I thought I fixed Centos 6's issue (earlier centos6 pr check was able to download ant-contrib fine) but the vpc still shows that it is having trouble downloading ant-contrib |
Centos 6 VPC and Docker check now seem to be experiencing a network issue when connecting to Centos vault
Docker check
Possibly intermittent actions/runner-images#2264. Will kick off another centos6 vpc when Previous vpc job finishes |
https://ci.adoptopenjdk.net/job/VagrantPlaybookCheck/1399/ Kicked off a Centos6 only VPC |
VPC and Docker pr check both passed. I think this can be merged |
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.
👍🏻
ref #2486