From 4ff972c23f16f371ca578bfd105a85c3ffdb4f8b Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Mon, 25 May 2020 10:59:54 +0300 Subject: [PATCH] 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 Reviewed-By: Isaac Boukris Reviewed-By: Florence Blanc-Renaud --- ipatests/azure/azure_definitions/gating-fedora.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ipatests/azure/azure_definitions/gating-fedora.yml b/ipatests/azure/azure_definitions/gating-fedora.yml index a3b37a99e62..62ded1885a6 100644 --- a/ipatests/azure/azure_definitions/gating-fedora.yml +++ b/ipatests/azure/azure_definitions/gating-fedora.yml @@ -88,9 +88,10 @@ vms: - test_integration/test_external_ca.py::TestExternalCAConstraints - vm_jobs: - - container_job: commands - tests: - - test_integration/test_commands.py + # Requires more memory per container and fails reliably + # - container_job: commands + # tests: + # - test_integration/test_commands.py - container_job: ServerReplicaCALessToCAFull tests: