mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add missing tests to nighly runs
Run test_customized_ds_config_install and test_dns_locations in nightly runs. See: https://pagure.io/freeipa/issue/7743 Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
This commit is contained in:
parent
4124743862
commit
e64ae1d043
@ -639,3 +639,27 @@ jobs:
|
||||
template: *ci-master-f28
|
||||
timeout: 19600
|
||||
topology: *ipaserver
|
||||
|
||||
fedora-28/customized_ds_config_install:
|
||||
requires: [fedora-28/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-28/build_url}'
|
||||
test_suite: test_integration/test_customized_ds_config_install.py
|
||||
template: *ci-master-f28
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-28/dns_locations:
|
||||
requires: [fedora-28/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-28/build_url}'
|
||||
test_suite: test_integration/test_dns_locations.py
|
||||
template: *ci-master-f28
|
||||
timeout: 3600
|
||||
topology: *master_2repl_1client
|
||||
|
@ -627,3 +627,27 @@ jobs:
|
||||
template: *ci-master-frawhide
|
||||
timeout: 7200
|
||||
topology: *ipaserver
|
||||
|
||||
fedora-rawhide/customized_ds_config_install:
|
||||
requires: [fedora-rawhide/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-rawhide/build_url}'
|
||||
test_suite: test_integration/test_customized_ds_config_install.py
|
||||
template: *ci-master-frawhide
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-rawhide/dns_locations:
|
||||
requires: [fedora-rawhide/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-rawhide/build_url}'
|
||||
test_suite: test_integration/test_dns_locations.py
|
||||
template: *ci-master-frawhide
|
||||
timeout: 3600
|
||||
topology: *master_2repl_1client
|
||||
|
Loading…
Reference in New Issue
Block a user