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
Currently the test runner and the builder share a common image. The image comes with development packages pre-installed. An actual FreeIPA installation won't have development packages like gcc or header files installed, though. The tests runner images should have as few packages installed as necessary, ideally only the base OS + FreeIPA packages and its dependencies.
We recently missed a couple of issues due to the presence of development packages:
It's related to https://pagure.io/freeipa/issue/7525 (Client installations are performed with server packages installed), since the presence of pre-installed packages can hide other issues.
Currently the test runner and the builder share a common image. The image comes with development packages pre-installed. An actual FreeIPA installation won't have development packages like gcc or header files installed, though. The tests runner images should have as few packages installed as necessary, ideally only the base OS + FreeIPA packages and its dependencies.
We recently missed a couple of issues due to the presence of development packages:
The text was updated successfully, but these errors were encountered: