mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipatests: add prci definitions for test_sso jobs
Signed-off-by: Scott Poore <spoore@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com> Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com> Reviewed-By: Anuja More <amore@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
parent
a4da017272
commit
04c2b06984
@ -1774,6 +1774,18 @@ jobs:
|
||||
timeout: 5000
|
||||
topology: *master_2repl_1client
|
||||
|
||||
fedora-latest/test_sso:
|
||||
requires: [fedora-latest/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-latest/build_url}'
|
||||
test_suite: test_integration/test_sso.py
|
||||
template: *ci-master-latest
|
||||
timeout: 5000
|
||||
topology: *master_2repl_1client
|
||||
|
||||
fedora-latest/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN:
|
||||
requires: [fedora-latest/build]
|
||||
priority: 50
|
||||
|
@ -1915,6 +1915,19 @@ jobs:
|
||||
timeout: 5000
|
||||
topology: *master_2repl_1client
|
||||
|
||||
fedora-latest/test_sso:
|
||||
requires: [fedora-latest/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-latest/build_url}'
|
||||
selinux_enforcing: True
|
||||
test_suite: test_integration/test_sso.py
|
||||
template: *ci-master-latest
|
||||
timeout: 5000
|
||||
topology: *master_2repl_1client
|
||||
|
||||
fedora-latest/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN:
|
||||
requires: [fedora-latest/build]
|
||||
priority: 50
|
||||
@ -1991,4 +2004,4 @@ jobs:
|
||||
test_suite: test_integration/test_random_serial_numbers.py::TestRSNVault
|
||||
template: *ci-master-latest
|
||||
timeout: 10800
|
||||
topology: *master_1repl
|
||||
topology: *master_1repl
|
||||
|
@ -2057,6 +2057,20 @@ jobs:
|
||||
timeout: 5000
|
||||
topology: *master_2repl_1client
|
||||
|
||||
testing-fedora/test_sso:
|
||||
requires: [testing-fedora/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{testing-fedora/build_url}'
|
||||
update_packages: True
|
||||
enable_testing_repo: True
|
||||
test_suite: test_integration/test_sso.py
|
||||
template: *ci-master-latest
|
||||
timeout: 5000
|
||||
topology: *master_2repl_1client
|
||||
|
||||
testing-fedora/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN:
|
||||
requires: [testing-fedora/build]
|
||||
priority: 50
|
||||
@ -2139,4 +2153,4 @@ jobs:
|
||||
test_suite: test_integration/test_random_serial_numbers.py::TestRSNVault
|
||||
template: *ci-master-latest
|
||||
timeout: 10800
|
||||
topology: *master_1repl
|
||||
topology: *master_1repl
|
||||
|
@ -2198,6 +2198,21 @@ jobs:
|
||||
timeout: 5000
|
||||
topology: *master_2repl_1client
|
||||
|
||||
testing-fedora/test_sso:
|
||||
requires: [testing-fedora/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{testing-fedora/build_url}'
|
||||
update_packages: True
|
||||
selinux_enforcing: True
|
||||
enable_testing_repo: True
|
||||
test_suite: test_integration/test_sso.py
|
||||
template: *ci-master-latest
|
||||
timeout: 5000
|
||||
topology: *master_2repl_1client
|
||||
|
||||
testing-fedora/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN:
|
||||
requires: [testing-fedora/build]
|
||||
priority: 50
|
||||
|
@ -1774,6 +1774,18 @@ jobs:
|
||||
timeout: 5000
|
||||
topology: *master_2repl_1client
|
||||
|
||||
fedora-previous/test_sso:
|
||||
requires: [fedora-previous/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-previous/build_url}'
|
||||
test_suite: test_integration/test_sso.py
|
||||
template: *ci-master-previous
|
||||
timeout: 5000
|
||||
topology: *master_2repl_1client
|
||||
|
||||
fedora-previous/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN:
|
||||
requires: [fedora-previous/build]
|
||||
priority: 50
|
||||
|
@ -1915,6 +1915,19 @@ jobs:
|
||||
timeout: 5000
|
||||
topology: *master_2repl_1client
|
||||
|
||||
fedora-rawhide/test_sso:
|
||||
requires: [fedora-rawhide/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-rawhide/build_url}'
|
||||
update_packages: True
|
||||
test_suite: test_integration/test_sso.py
|
||||
template: *ci-master-frawhide
|
||||
timeout: 5000
|
||||
topology: *master_2repl_1client
|
||||
|
||||
fedora-rawhide/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN:
|
||||
requires: [fedora-rawhide/build]
|
||||
priority: 50
|
||||
|
Loading…
Reference in New Issue
Block a user