From 5f292b2953460a7ae6b7784fd7dfb63d2994a28c Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: May 27 2020 19:19:49 +0000 Subject: 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 --- diff --git a/ipatests/azure/azure_definitions/gating-fedora.yml b/ipatests/azure/azure_definitions/gating-fedora.yml index a3b37a9..62ded18 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: