Closed ffromani closed 2 years ago
Totals | |
---|---|
Change from base Build 2565: | 0.0% |
Covered Lines: | 1644 |
Relevant Lines: | 2719 |
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: fromanirh, MarSik
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/override ci/prow/e2e-gcp /override ci/prow/e2e-gcp-operator-upgrade
@fromanirh: Overrode contexts on behalf of fromanirh: ci/prow/e2e-gcp, ci/prow/e2e-gcp-operator-upgrade
Up until version 1.0.0 excluded, pcidb tried to download from network the pcidb if that was missing, which was the case for container images which did not install, directly or indirectly, the
hwdata
package.The conditions to trigger a network download are actually non trivial - the code needed to require PCI listing functionality, which are unlikely here.
Nevertheless, the version 1.0.0 of
pcidb
switched the default to a saner "do not attempt network fetch unless explicitely asked for" while being otherwise backward compatible (API-wise), so let's consume this dependency and let's get rid of this potential issue entirely.Signed-off-by: Francesco Romani fromani@redhat.com