mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix topology configuration of nightly runs
Some nightly runs didn't have enough resources configured. See: https://pagure.io/freeipa/issue/7638 Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Michal Reznik <mreznik@redhat.com>
This commit is contained in:
parent
8f202bbd76
commit
6212423cda
@ -229,7 +229,8 @@ jobs:
|
||||
test_suite: test_integration/test_caless.py::TestClientInstall
|
||||
template: *ci-master-f28
|
||||
timeout: 5400
|
||||
topology: *master_1repl
|
||||
# actually master_1client
|
||||
topology: *master_1repl_1client
|
||||
|
||||
fedora-28/test_caless_TestIPACommands:
|
||||
requires: [fedora-28/build]
|
||||
@ -409,7 +410,7 @@ jobs:
|
||||
test_suite: test_integration/test_replica_promotion.py::TestKRAInstall
|
||||
template: *ci-master-f28
|
||||
timeout: 7200
|
||||
topology: *master_1repl
|
||||
topology: *master_2repl_1client
|
||||
|
||||
fedora-28/test_replica_promotion_TestCAInstall:
|
||||
requires: [fedora-28/build]
|
||||
@ -421,7 +422,7 @@ jobs:
|
||||
test_suite: test_integration/test_replica_promotion.py::TestCAInstall
|
||||
template: *ci-master-f28
|
||||
timeout: 7200
|
||||
topology: *master_1repl
|
||||
topology: *master_2repl_1client
|
||||
|
||||
fedora-28/test_replica_promotion_TestReplicaPromotionLevel1:
|
||||
requires: [fedora-28/build]
|
||||
@ -445,7 +446,7 @@ jobs:
|
||||
test_suite: test_integration/test_replica_promotion.py::TestReplicaManageCommands
|
||||
template: *ci-master-f28
|
||||
timeout: 7200
|
||||
topology: *master_1repl
|
||||
topology: *master_2repl_1client
|
||||
|
||||
fedora-28/test_replica_promotion_TestUnprivilegedUserPermissions:
|
||||
requires: [fedora-28/build]
|
||||
@ -469,7 +470,7 @@ jobs:
|
||||
test_suite: test_integration/test_replica_promotion.py::TestProhibitReplicaUninstallation
|
||||
template: *ci-master-f28
|
||||
timeout: 7200
|
||||
topology: *master_1repl
|
||||
topology: *master_2repl_1client
|
||||
|
||||
fedora-28/test_replica_promotion_TestOldReplicaWorksAfterDomainUpgrade:
|
||||
requires: [fedora-28/build]
|
||||
|
@ -229,7 +229,8 @@ jobs:
|
||||
test_suite: test_integration/test_caless.py::TestClientInstall
|
||||
template: *ci-master-frawhide
|
||||
timeout: 5400
|
||||
topology: *master_1repl
|
||||
# actually master_1client
|
||||
topology: *master_1repl_1client
|
||||
|
||||
fedora-rawhide/test_caless_TestIPACommands:
|
||||
requires: [fedora-rawhide/build]
|
||||
@ -409,7 +410,7 @@ jobs:
|
||||
test_suite: test_integration/test_replica_promotion.py::TestKRAInstall
|
||||
template: *ci-master-frawhide
|
||||
timeout: 7200
|
||||
topology: *master_1repl
|
||||
topology: *master_2repl_1client
|
||||
|
||||
fedora-rawhide/test_replica_promotion_TestCAInstall:
|
||||
requires: [fedora-rawhide/build]
|
||||
|
Loading…
Reference in New Issue
Block a user