From 8542fd3012942814045f9603d6982f5601941ffb Mon Sep 17 00:00:00 2001 From: Stanislav Levin Date: Mon, 25 Jul 2022 16:45:15 +0300 Subject: [PATCH] ap: Rearrange overloaded jobs With some recent changes the Azure Agent has decreased performance. For example, `InstallDNSSECFirst_1_to_5` (5 subjobs) job took ~33min and now it takes ~40min. In the same time there are jobs having only 1 or 2 subjobs and they should be used more. Fixes: https://pagure.io/freeipa/issue/9207 Signed-off-by: Stanislav Levin Reviewed-By: Rob Crittenden --- .../azure/azure_definitions/gating-fedora.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/ipatests/azure/azure_definitions/gating-fedora.yml b/ipatests/azure/azure_definitions/gating-fedora.yml index 3c2fdc39b76..edb44374d91 100644 --- a/ipatests/azure/azure_definitions/gating-fedora.yml +++ b/ipatests/azure/azure_definitions/gating-fedora.yml @@ -69,14 +69,6 @@ vms: tests: - test_integration/test_service_permissions.py - - container_job: netgroup - tests: - - test_integration/test_netgroup.py - - - container_job: external_ca_ExternalCAProfileScenarios - tests: - - test_integration/test_external_ca.py::TestExternalCAProfileScenarios - - vm_jobs: - container_job: sudo containers: @@ -137,6 +129,15 @@ vms: tests: - test_integration/test_membermanager.py + - container_job: netgroup + tests: + - test_integration/test_netgroup.py + + - container_job: external_ca_ExternalCAProfileScenarios + tests: + - test_integration/test_external_ca.py::TestExternalCAProfileScenarios + + - vm_jobs: - container_job: ServerReplicaCALessToCAFull tests: