You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See also freeipa #7525: [CI] Client installations are performed with server packages installed
As all the packages are installed (even the server packages on a client machine), we fail to detect packaging issues. Installing only the packages required by the machine role would definitely help.
For now, pr-ci unconditionally installs all the IPA packages:
This is the simplest way, yes. But it has several disadvantages, such as:
and so on.
The problem is that
RPM(install+uninstall) != initial state
.For example, freeipa/freeipa#5376
I propose to move IPA RPMs installation responsibility to
ipatests
:ipatests
on the controller from RPMs storage at the provisioning phaseThe text was updated successfully, but these errors were encountered: