mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 23:50:03 -06:00
azure: do not run test_commands due to failures in low memory cases
389-ds memory autotuning doesn't really work well in containerized environment as it only looks into host-wide /proc/meminfo. It gets fooled by 'missing' memory while there is still enough swap space. This is in particular affects test_commands test suite where ipa-adtrust-install cannot fully proceed and fails. We plan to rebalance test containers' memory split but right now just disable test_commands in Azure CI. Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com> Reviewed-By: Isaac Boukris <iboukris@redhat.com> Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
This commit is contained in:
parent
52da0d6a28
commit
4ff972c23f
@ -88,9 +88,10 @@ vms:
|
|||||||
- test_integration/test_external_ca.py::TestExternalCAConstraints
|
- test_integration/test_external_ca.py::TestExternalCAConstraints
|
||||||
|
|
||||||
- vm_jobs:
|
- vm_jobs:
|
||||||
- container_job: commands
|
# Requires more memory per container and fails reliably
|
||||||
tests:
|
# - container_job: commands
|
||||||
- test_integration/test_commands.py
|
# tests:
|
||||||
|
# - test_integration/test_commands.py
|
||||||
|
|
||||||
- container_job: ServerReplicaCALessToCAFull
|
- container_job: ServerReplicaCALessToCAFull
|
||||||
tests:
|
tests:
|
||||||
|
Loading…
Reference in New Issue
Block a user