]
Evgheni Dereveanchin commented on OVIRT-2214:
---------------------------------------------
I can confirm this: curl is a dependency for yum/dnf so it is installed everywhere and
cannot be removed.
proxy test fails due to wget missing on CI slaves
-------------------------------------------------
Key: OVIRT-2214
URL:
https://ovirt-jira.atlassian.net/browse/OVIRT-2214
Project: oVirt - virtualization made easy
Issue Type: Bug
Components: mock_runner
Reporter: Evgheni Dereveanchin
Assignee: infra
A lot of jobs have this warning in their logs:
Failed to contact proxy
http://proxy01.phx.ovirt.org:3128, falling back to non-proxied
config
The proxy is running fine and is reachable yet wget is missing in minimal setups of
CentOS and Fedora. We are not installing it from global_setup and it seems to be needed by
the try_proxy function of mock_runner that is used to generate mock configs.