mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-26 16:16:31 -06:00
Enable TestInstallMasterDNSRepeatedly in prci_definitions
For fedora-latest, pki-fedora, fedora-previous and fedora-rawhide Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
parent
d070c59577
commit
a2820bbbc3
@ -435,6 +435,18 @@ jobs:
|
||||
timeout: 10800
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-latest/test_installation_TestInstallMasterDNSRepeatedly:
|
||||
requires: [fedora-latest/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-latest/build_url}'
|
||||
test_suite: test_integration/test_installation.py::TestInstallMasterDNSRepeatedly
|
||||
template: *ci-master-latest
|
||||
timeout: 10800
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-latest/test_installation_TestInstallMasterReservedIPasForwarder:
|
||||
requires: [fedora-latest/build]
|
||||
priority: 50
|
||||
|
@ -286,6 +286,19 @@ jobs:
|
||||
timeout: 10800
|
||||
topology: *master_1repl
|
||||
|
||||
pki-fedora/test_installation_TestInstallMasterDNSRepeatedly:
|
||||
requires: [pki-fedora/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{pki-fedora/build_url}'
|
||||
update_packages: True
|
||||
test_suite: test_integration/test_installation.py::TestInstallMasterDNSRepeatedly
|
||||
template: *pki-master-latest
|
||||
timeout: 10800
|
||||
topology: *master_1repl
|
||||
|
||||
pki-fedora/test_installation_TestInstallMasterReservedIPasForwarder:
|
||||
requires: [pki-fedora/build]
|
||||
priority: 50
|
||||
|
@ -454,6 +454,19 @@ jobs:
|
||||
timeout: 10800
|
||||
topology: *master_1repl
|
||||
|
||||
testing-fedora/test_installation_TestInstallMasterDNSRepeatedly:
|
||||
requires: [testing-fedora/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{testing-fedora/build_url}'
|
||||
update_packages: True
|
||||
test_suite: test_integration/test_installation.py::TestInstallMasterDNSRepeatedly
|
||||
template: *testing-master-latest
|
||||
timeout: 10800
|
||||
topology: *master_1repl
|
||||
|
||||
testing-fedora/test_installation_TestInstallMasterReservedIPasForwarder:
|
||||
requires: [testing-fedora/build]
|
||||
priority: 50
|
||||
|
@ -435,6 +435,18 @@ jobs:
|
||||
timeout: 10800
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-previous/test_installation_TestInstallMasterDNSRepeatedly:
|
||||
requires: [fedora-previous/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-previous/build_url}'
|
||||
test_suite: test_integration/test_installation.py::TestInstallMasterDNSRepeatedly
|
||||
template: *ci-master-previous
|
||||
timeout: 10800
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-previous/test_installation_TestInstallMasterReservedIPasForwarder:
|
||||
requires: [fedora-previous/build]
|
||||
priority: 50
|
||||
|
@ -435,6 +435,18 @@ jobs:
|
||||
timeout: 10800
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-rawhide/test_installation_TestInstallMasterDNSRepeatedly:
|
||||
requires: [fedora-rawhide/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-rawhide/build_url}'
|
||||
test_suite: test_integration/test_installation.py::TestInstallMasterDNSRepeatedly
|
||||
template: *ci-master-frawhide
|
||||
timeout: 10800
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-rawhide/test_installation_TestInstallMasterReservedIPasForwarder:
|
||||
requires: [fedora-rawhide/build]
|
||||
priority: 50
|
||||
|
Loading…
Reference in New Issue
Block a user