Skip to content

Commit

Permalink
ap: Rearrange overloaded jobs
Browse files Browse the repository at this point in the history
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 <slev@altlinux.org>
Reviewed-By: Rob Crittenden <rcritten@redhat.com>
  • Loading branch information
stanislavlevin authored and rcritten committed Jul 26, 2022
1 parent dd094e3 commit 8542fd3
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions ipatests/azure/azure_definitions/gating-fedora.yml
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 8542fd3

Please sign in to comment.