f432c87744
In case of any repo container going down any attempt to build venv will fail due to failure to gather facts for them. In order to overcome the issue defaults for venv_build_targets elements are defined along with ignoring any failures for fact gathering. However failed_when is used instead of ignore_errors as ignore_errors will invalidate facts for successfull hosts as well, while failed_when preserves result for successfull hosts. As a result venv_build_targets will be populated with `none-none-none` key which will inlcude all hosts that don't have required facts in place Change-Id: I271e6464133939be4e21110042cd489dc66c8d5d
7 lines
212 B
YAML
7 lines
212 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Python wheels build no longer fails in case of issues with a repo host
|
|
and should succeed as long as there at least one reachable repo host
|
|
with matching Distro/Version/Architecture.
|