mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipatests: fix SSSD nightly definition
The nightly test test_external_idp requires a topology with 2 replicas. Fix the definition in nightly_latest_sssd. Signed-off-by: Florence Blanc-Renaud <flo@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
parent
f8da5bfbea
commit
e8d34361c7
@ -11,6 +11,10 @@ topologies:
|
||||
name: master_1repl_1client
|
||||
cpu: 4
|
||||
memory: 7400
|
||||
master_2repl_1client: &master_2repl_1client
|
||||
name: master_2repl_1client
|
||||
cpu: 5
|
||||
memory: 10150
|
||||
ad_master_2client: &ad_master_2client
|
||||
name: ad_master_2client
|
||||
cpu: 4
|
||||
@ -66,7 +70,7 @@ jobs:
|
||||
test_suite: test_integration/test_idp.py
|
||||
template: *ci-master-latest
|
||||
timeout: 5000
|
||||
topology: *master_1repl
|
||||
topology: *master_2repl_1client
|
||||
|
||||
sssd-fedora/test_idviews:
|
||||
requires: [sssd-fedora/build]
|
||||
|
Loading…
Reference in New Issue
Block a user