mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
azure: Re-balance tests envs
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
parent
a893852b4f
commit
01553572d4
@ -21,10 +21,6 @@ vms:
|
||||
tests:
|
||||
- test_integration/test_external_ca.py::TestExternalCAInstall
|
||||
|
||||
- container_job: membermanager
|
||||
tests:
|
||||
- test_integration/test_membermanager.py
|
||||
|
||||
- vm_jobs:
|
||||
- container_job: InstallDNSSECFirst
|
||||
containers:
|
||||
@ -50,13 +46,6 @@ vms:
|
||||
tests:
|
||||
- test_integration/test_external_ca.py::TestExternalCAProfileScenarios
|
||||
|
||||
# requires external DNS configuration, this is not set up yet
|
||||
# - container_job: authselect
|
||||
# containers:
|
||||
# clients: 1
|
||||
# tests:
|
||||
# - test_integration/test_authselect.py
|
||||
|
||||
- vm_jobs:
|
||||
- container_job: sudo
|
||||
containers:
|
||||
@ -77,10 +66,6 @@ vms:
|
||||
- test_integration/test_topologies.py
|
||||
- test_integration/test_testconfig.py
|
||||
|
||||
- container_job: external_ca_SelfExternalSelf
|
||||
tests:
|
||||
- test_integration/test_external_ca.py::TestSelfExternalSelf
|
||||
|
||||
- container_job: external_ca_ExternalCAConstraints
|
||||
containers:
|
||||
clients: 1
|
||||
@ -88,11 +73,22 @@ vms:
|
||||
- test_integration/test_external_ca.py::TestExternalCAConstraints
|
||||
|
||||
- vm_jobs:
|
||||
# Requires more memory per container and fails reliably
|
||||
# - container_job: commands
|
||||
# tests:
|
||||
# - test_integration/test_commands.py
|
||||
- container_job: commands
|
||||
containers:
|
||||
replicas: 1
|
||||
clients: 1
|
||||
tests:
|
||||
- test_integration/test_commands.py
|
||||
|
||||
- container_job: upgrade
|
||||
tests:
|
||||
- test_integration/test_upgrade.py
|
||||
|
||||
- container_job: membermanager
|
||||
tests:
|
||||
- test_integration/test_membermanager.py
|
||||
|
||||
- vm_jobs:
|
||||
- container_job: ServerReplicaCALessToCAFull
|
||||
tests:
|
||||
- test_integration/test_caless.py::TestServerReplicaCALessToCAFull
|
||||
@ -105,8 +101,34 @@ vms:
|
||||
tests:
|
||||
- test_integration/test_replica_promotion.py::TestSubCAkeyReplication
|
||||
|
||||
- container_job: adtrust_install
|
||||
tests:
|
||||
- test_integration/test_adtrust_install.py
|
||||
containers:
|
||||
replicas: 1
|
||||
|
||||
- vm_jobs:
|
||||
- container_job: advise
|
||||
containers:
|
||||
clients: 1
|
||||
tests:
|
||||
- test_integration/test_advise.py
|
||||
|
||||
- container_job: cert
|
||||
tests:
|
||||
- test_integration/test_cert.py
|
||||
containers:
|
||||
replicas: 1
|
||||
clients: 1
|
||||
|
||||
- container_job: external_ca_SelfExternalSelf
|
||||
tests:
|
||||
- test_integration/test_external_ca.py::TestSelfExternalSelf
|
||||
|
||||
# requires external DNS configuration, this is not set up yet
|
||||
# - container_job: authselect
|
||||
# containers:
|
||||
# clients: 1
|
||||
# tests:
|
||||
# - test_integration/test_authselect.py
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user