mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Tests: remove dl0 tests from nightly definition
Commit fca1167af4
removed the following tests
from ipatests/test_integration/test_replica_promotion.py:
TestReplicaPromotionLevel0
TestKRAInstall
TestCAInstall
TestReplicaManageCommands
TestOldReplicaWorksAfterDomainUpgrade
but the nightly definition was not updated accordingly.
The fix removes the unexisting tests from nightly.
Related to https://pagure.io/freeipa/issue/7689
Reviewed-By: Tibor Dudlak <tdudlak@redhat.com>
This commit is contained in:
parent
2488813260
commit
288fe328d3
@ -388,42 +388,6 @@ jobs:
|
|||||||
timeout: 10800
|
timeout: 10800
|
||||||
topology: *master_2repl_1client
|
topology: *master_2repl_1client
|
||||||
|
|
||||||
fedora-28/test_replica_promotion_TestReplicaPromotionLevel0:
|
|
||||||
requires: [fedora-28/build]
|
|
||||||
priority: 50
|
|
||||||
job:
|
|
||||||
class: RunPytest
|
|
||||||
args:
|
|
||||||
build_url: '{fedora-28/build_url}'
|
|
||||||
test_suite: test_integration/test_replica_promotion.py::TestReplicaPromotionLevel0
|
|
||||||
template: *ci-master-f28
|
|
||||||
timeout: 7200
|
|
||||||
topology: *master_1repl
|
|
||||||
|
|
||||||
fedora-28/test_replica_promotion_TestKRAInstall:
|
|
||||||
requires: [fedora-28/build]
|
|
||||||
priority: 50
|
|
||||||
job:
|
|
||||||
class: RunPytest
|
|
||||||
args:
|
|
||||||
build_url: '{fedora-28/build_url}'
|
|
||||||
test_suite: test_integration/test_replica_promotion.py::TestKRAInstall
|
|
||||||
template: *ci-master-f28
|
|
||||||
timeout: 7200
|
|
||||||
topology: *master_2repl_1client
|
|
||||||
|
|
||||||
fedora-28/test_replica_promotion_TestCAInstall:
|
|
||||||
requires: [fedora-28/build]
|
|
||||||
priority: 50
|
|
||||||
job:
|
|
||||||
class: RunPytest
|
|
||||||
args:
|
|
||||||
build_url: '{fedora-28/build_url}'
|
|
||||||
test_suite: test_integration/test_replica_promotion.py::TestCAInstall
|
|
||||||
template: *ci-master-f28
|
|
||||||
timeout: 7200
|
|
||||||
topology: *master_2repl_1client
|
|
||||||
|
|
||||||
fedora-28/test_replica_promotion_TestReplicaPromotionLevel1:
|
fedora-28/test_replica_promotion_TestReplicaPromotionLevel1:
|
||||||
requires: [fedora-28/build]
|
requires: [fedora-28/build]
|
||||||
priority: 50
|
priority: 50
|
||||||
@ -436,18 +400,6 @@ jobs:
|
|||||||
timeout: 7200
|
timeout: 7200
|
||||||
topology: *master_1repl
|
topology: *master_1repl
|
||||||
|
|
||||||
fedora-28/test_replica_promotion_TestReplicaManageCommands:
|
|
||||||
requires: [fedora-28/build]
|
|
||||||
priority: 50
|
|
||||||
job:
|
|
||||||
class: RunPytest
|
|
||||||
args:
|
|
||||||
build_url: '{fedora-28/build_url}'
|
|
||||||
test_suite: test_integration/test_replica_promotion.py::TestReplicaManageCommands
|
|
||||||
template: *ci-master-f28
|
|
||||||
timeout: 7200
|
|
||||||
topology: *master_2repl_1client
|
|
||||||
|
|
||||||
fedora-28/test_replica_promotion_TestUnprivilegedUserPermissions:
|
fedora-28/test_replica_promotion_TestUnprivilegedUserPermissions:
|
||||||
requires: [fedora-28/build]
|
requires: [fedora-28/build]
|
||||||
priority: 50
|
priority: 50
|
||||||
@ -472,18 +424,6 @@ jobs:
|
|||||||
timeout: 7200
|
timeout: 7200
|
||||||
topology: *master_2repl_1client
|
topology: *master_2repl_1client
|
||||||
|
|
||||||
fedora-28/test_replica_promotion_TestOldReplicaWorksAfterDomainUpgrade:
|
|
||||||
requires: [fedora-28/build]
|
|
||||||
priority: 50
|
|
||||||
job:
|
|
||||||
class: RunPytest
|
|
||||||
args:
|
|
||||||
build_url: '{fedora-28/build_url}'
|
|
||||||
test_suite: test_integration/test_replica_promotion.py::TestOldReplicaWorksAfterDomainUpgrade
|
|
||||||
template: *ci-master-f28
|
|
||||||
timeout: 7200
|
|
||||||
topology: *master_1repl
|
|
||||||
|
|
||||||
fedora-28/test_replica_promotion_TestWrongClientDomain:
|
fedora-28/test_replica_promotion_TestWrongClientDomain:
|
||||||
requires: [fedora-28/build]
|
requires: [fedora-28/build]
|
||||||
priority: 50
|
priority: 50
|
||||||
|
@ -388,42 +388,6 @@ jobs:
|
|||||||
timeout: 7200
|
timeout: 7200
|
||||||
topology: *master_2repl_1client
|
topology: *master_2repl_1client
|
||||||
|
|
||||||
fedora-rawhide/test_replica_promotion_TestReplicaPromotionLevel0:
|
|
||||||
requires: [fedora-rawhide/build]
|
|
||||||
priority: 50
|
|
||||||
job:
|
|
||||||
class: RunPytest
|
|
||||||
args:
|
|
||||||
build_url: '{fedora-rawhide/build_url}'
|
|
||||||
test_suite: test_integration/test_replica_promotion.py::TestReplicaPromotionLevel0
|
|
||||||
template: *ci-master-frawhide
|
|
||||||
timeout: 7200
|
|
||||||
topology: *master_1repl
|
|
||||||
|
|
||||||
fedora-rawhide/test_replica_promotion_TestKRAInstall:
|
|
||||||
requires: [fedora-rawhide/build]
|
|
||||||
priority: 50
|
|
||||||
job:
|
|
||||||
class: RunPytest
|
|
||||||
args:
|
|
||||||
build_url: '{fedora-rawhide/build_url}'
|
|
||||||
test_suite: test_integration/test_replica_promotion.py::TestKRAInstall
|
|
||||||
template: *ci-master-frawhide
|
|
||||||
timeout: 7200
|
|
||||||
topology: *master_2repl_1client
|
|
||||||
|
|
||||||
fedora-rawhide/test_replica_promotion_TestCAInstall:
|
|
||||||
requires: [fedora-rawhide/build]
|
|
||||||
priority: 50
|
|
||||||
job:
|
|
||||||
class: RunPytest
|
|
||||||
args:
|
|
||||||
build_url: '{fedora-rawhide/build_url}'
|
|
||||||
test_suite: test_integration/test_replica_promotion.py::TestCAInstall
|
|
||||||
template: *ci-master-frawhide
|
|
||||||
timeout: 7200
|
|
||||||
topology: *master_1repl
|
|
||||||
|
|
||||||
fedora-rawhide/test_replica_promotion_TestReplicaPromotionLevel1:
|
fedora-rawhide/test_replica_promotion_TestReplicaPromotionLevel1:
|
||||||
requires: [fedora-rawhide/build]
|
requires: [fedora-rawhide/build]
|
||||||
priority: 50
|
priority: 50
|
||||||
@ -436,18 +400,6 @@ jobs:
|
|||||||
timeout: 7200
|
timeout: 7200
|
||||||
topology: *master_1repl
|
topology: *master_1repl
|
||||||
|
|
||||||
fedora-rawhide/test_replica_promotion_TestReplicaManageCommands:
|
|
||||||
requires: [fedora-rawhide/build]
|
|
||||||
priority: 50
|
|
||||||
job:
|
|
||||||
class: RunPytest
|
|
||||||
args:
|
|
||||||
build_url: '{fedora-rawhide/build_url}'
|
|
||||||
test_suite: test_integration/test_replica_promotion.py::TestReplicaManageCommands
|
|
||||||
template: *ci-master-frawhide
|
|
||||||
timeout: 7200
|
|
||||||
topology: *master_1repl
|
|
||||||
|
|
||||||
fedora-rawhide/test_replica_promotion_TestUnprivilegedUserPermissions:
|
fedora-rawhide/test_replica_promotion_TestUnprivilegedUserPermissions:
|
||||||
requires: [fedora-rawhide/build]
|
requires: [fedora-rawhide/build]
|
||||||
priority: 50
|
priority: 50
|
||||||
@ -472,18 +424,6 @@ jobs:
|
|||||||
timeout: 7200
|
timeout: 7200
|
||||||
topology: *master_1repl
|
topology: *master_1repl
|
||||||
|
|
||||||
fedora-rawhide/test_replica_promotion_TestOldReplicaWorksAfterDomainUpgrade:
|
|
||||||
requires: [fedora-rawhide/build]
|
|
||||||
priority: 50
|
|
||||||
job:
|
|
||||||
class: RunPytest
|
|
||||||
args:
|
|
||||||
build_url: '{fedora-rawhide/build_url}'
|
|
||||||
test_suite: test_integration/test_replica_promotion.py::TestOldReplicaWorksAfterDomainUpgrade
|
|
||||||
template: *ci-master-frawhide
|
|
||||||
timeout: 7200
|
|
||||||
topology: *master_1repl
|
|
||||||
|
|
||||||
fedora-rawhide/test_replica_promotion_TestWrongClientDomain:
|
fedora-rawhide/test_replica_promotion_TestWrongClientDomain:
|
||||||
requires: [fedora-rawhide/build]
|
requires: [fedora-rawhide/build]
|
||||||
priority: 50
|
priority: 50
|
||||||
|
Loading…
Reference in New Issue
Block a user