mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipatests: Add test_uninstall.py to nightly definitions
Signed-off-by: Mohammad Rizwan <myusuf@redhat.com> Reviewed-By: Kaleemullah Siddiqui <ksiddiqu@redhat.com> Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
This commit is contained in:
parent
69d480003b
commit
74b4d7e4df
@ -1677,3 +1677,15 @@ jobs:
|
|||||||
template: *ci-master-latest
|
template: *ci-master-latest
|
||||||
timeout: 3600
|
timeout: 3600
|
||||||
topology: *master_1repl
|
topology: *master_1repl
|
||||||
|
|
||||||
|
fedora-latest/test_uninstall:
|
||||||
|
requires: [fedora-latest/build]
|
||||||
|
priority: 50
|
||||||
|
job:
|
||||||
|
class: RunPytest
|
||||||
|
args:
|
||||||
|
build_url: '{fedora-latest/build_url}'
|
||||||
|
test_suite: test_integration/test_uninstall.py
|
||||||
|
template: *ci-master-latest
|
||||||
|
timeout: 3600
|
||||||
|
topology: *master_1repl
|
||||||
|
@ -1810,3 +1810,16 @@ jobs:
|
|||||||
template: *ci-master-latest
|
template: *ci-master-latest
|
||||||
timeout: 3600
|
timeout: 3600
|
||||||
topology: *master_1repl
|
topology: *master_1repl
|
||||||
|
|
||||||
|
fedora-latest/test_uninstall:
|
||||||
|
requires: [fedora-latest/build]
|
||||||
|
priority: 50
|
||||||
|
job:
|
||||||
|
class: RunPytest
|
||||||
|
args:
|
||||||
|
build_url: '{fedora-latest/build_url}'
|
||||||
|
selinux_enforcing: True
|
||||||
|
test_suite: test_integration/test_uninstall.py
|
||||||
|
template: *ci-master-latest
|
||||||
|
timeout: 3600
|
||||||
|
topology: *master_1repl
|
||||||
|
@ -1810,3 +1810,16 @@ jobs:
|
|||||||
template: *testing-master-latest
|
template: *testing-master-latest
|
||||||
timeout: 3600
|
timeout: 3600
|
||||||
topology: *master_1repl
|
topology: *master_1repl
|
||||||
|
|
||||||
|
testing-fedora/test_uninstall:
|
||||||
|
requires: [testing-fedora/build]
|
||||||
|
priority: 50
|
||||||
|
job:
|
||||||
|
class: RunPytest
|
||||||
|
args:
|
||||||
|
build_url: '{testing-fedora/build_url}'
|
||||||
|
update_packages: True
|
||||||
|
test_suite: test_integration/test_uninstall.py
|
||||||
|
template: *testing-master-latest
|
||||||
|
timeout: 3600
|
||||||
|
topology: *master_1repl
|
||||||
|
@ -1943,3 +1943,17 @@ jobs:
|
|||||||
template: *testing-master-latest
|
template: *testing-master-latest
|
||||||
timeout: 3600
|
timeout: 3600
|
||||||
topology: *master_1repl
|
topology: *master_1repl
|
||||||
|
|
||||||
|
testing-fedora/test_uninstall:
|
||||||
|
requires: [testing-fedora/build]
|
||||||
|
priority: 50
|
||||||
|
job:
|
||||||
|
class: RunPytest
|
||||||
|
args:
|
||||||
|
build_url: '{testing-fedora/build_url}'
|
||||||
|
update_packages: True
|
||||||
|
selinux_enforcing: True
|
||||||
|
test_suite: test_integration/test_uninstall.py
|
||||||
|
template: *testing-master-latest
|
||||||
|
timeout: 3600
|
||||||
|
topology: *master_1repl
|
||||||
|
@ -1665,3 +1665,15 @@ jobs:
|
|||||||
template: *ci-master-previous
|
template: *ci-master-previous
|
||||||
timeout: 3600
|
timeout: 3600
|
||||||
topology: *master_1repl
|
topology: *master_1repl
|
||||||
|
|
||||||
|
fedora-previous/test_uninstall:
|
||||||
|
requires: [fedora-previous/build]
|
||||||
|
priority: 50
|
||||||
|
job:
|
||||||
|
class: RunPytest
|
||||||
|
args:
|
||||||
|
build_url: '{fedora-previous/build_url}'
|
||||||
|
test_suite: test_integration/test_uninstall.py
|
||||||
|
template: *ci-master-previous
|
||||||
|
timeout: 3600
|
||||||
|
topology: *master_1repl
|
||||||
|
@ -1809,3 +1809,16 @@ jobs:
|
|||||||
template: *ci-master-frawhide
|
template: *ci-master-frawhide
|
||||||
timeout: 3600
|
timeout: 3600
|
||||||
topology: *master_1repl
|
topology: *master_1repl
|
||||||
|
|
||||||
|
fedora-rawhide/test_uninstall:
|
||||||
|
requires: [fedora-rawhide/build]
|
||||||
|
priority: 50
|
||||||
|
job:
|
||||||
|
class: RunPytest
|
||||||
|
args:
|
||||||
|
build_url: '{fedora-rawhide/build_url}'
|
||||||
|
update_packages: True
|
||||||
|
test_suite: test_integration/test_uninstall.py
|
||||||
|
template: *ci-master-frawhide
|
||||||
|
timeout: 3600
|
||||||
|
topology: *master_1repl
|
||||||
|
Loading…
Reference in New Issue
Block a user