ansible-role-python_venv_build/releasenotes/notes
Dmitriy Rabotyagov f432c87744 Ignore repo container facts gathering errors
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
2024-06-12 15:00:20 +02:00
..
.placeholder Add CI/docs/releasenotes scaffolding and basic test 2018-03-24 22:42:06 +00:00
fix_respect_multiarch_setup-6e4d0b2c48ff3a18.yaml Run wheels build for each unique distro/arch 2022-06-29 15:37:02 +00:00
os-upgrade-requirements-fix-bcc81b049339e9b5.yaml Add distro/arch to requirements file path 2021-08-10 13:19:16 +01:00
pip_build_install_env-464b66f471060442.yaml Allow to set ENV vars for wheels build and venv install 2023-01-23 14:17:47 +01:00
venv_build_facts_gathering-9a85f72324d6e7e0.yaml Ignore repo container facts gathering errors 2024-06-12 15:00:20 +02:00
venv_build_group_variable-39f05cbdda59cd7e.yaml Add venv_build_group variable 2023-05-24 15:58:50 +00:00
venv_wheels_build-23298a7019e629bd.yaml Split venv_rebuild functionality 2022-05-11 10:07:48 +00:00
wheel_build_enable-ea0bd0cb676128dd.yaml Build wheels depending on presence of venv_build_group 2023-05-24 15:58:55 +00:00