From 6212423cdafeb8b132d75f96d7700c82deb98bb1 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Wed, 11 Jul 2018 14:22:04 +0200 Subject: [PATCH] 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 Reviewed-By: Michal Reznik --- ipatests/prci_definitions/nightly_master | 11 ++++++----- ipatests/prci_definitions/nightly_rawhide | 5 +++-- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/ipatests/prci_definitions/nightly_master b/ipatests/prci_definitions/nightly_master index bc45a910e..1a9e9ad1d 100644 --- a/ipatests/prci_definitions/nightly_master +++ b/ipatests/prci_definitions/nightly_master @@ -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] diff --git a/ipatests/prci_definitions/nightly_rawhide b/ipatests/prci_definitions/nightly_rawhide index cf751cbf3..7856354ea 100644 --- a/ipatests/prci_definitions/nightly_rawhide +++ b/ipatests/prci_definitions/nightly_rawhide @@ -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]