mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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 <slev@altlinux.org> Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
parent
dd094e3889
commit
8542fd3012
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user