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:
Thomas Woerner 2019-12-10 19:59:51 +01:00 committed by Christian Heimes
parent d070c59577
commit a2820bbbc3
5 changed files with 62 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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