pr-ci definitions: add external idp related jobs.

Signed-off-by: Anuja More <amore@redhat.com>
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
Reviewed-By: Mohammad Rizwan Yusuf <myusuf@redhat.com>
This commit is contained in:
Anuja More 2022-05-17 20:18:23 +05:30 committed by Alexander Bokovoy
parent 49a1c1caaa
commit 5ca4e8ee33
8 changed files with 103 additions and 0 deletions

View File

@ -1761,3 +1761,15 @@ jobs:
template: *ci-master-latest
timeout: 3600
topology: *master_1repl
fedora-latest/test_external_idp:
requires: [fedora-latest/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_idp.py
template: *ci-master-latest
timeout: 5000
topology: *master_1repl

View File

@ -598,3 +598,16 @@ jobs:
template: *389ds-master-latest
timeout: 3600
topology: *master_1repl
389ds-fedora/test_external_idp:
requires: [389ds-fedora/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{389ds-fedora/build_url}'
update_packages: True
test_suite: test_integration/test_idp.py
template: *389ds-master-latest
timeout: 5000
topology: *master_1repl

View File

@ -903,3 +903,16 @@ jobs:
template: *pki-master-latest
timeout: 10800
topology: *master_1repl
pki-fedora/test_external_idp:
requires: [pki-fedora/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{pki-fedora/build_url}'
update_packages: True
test_suite: test_integration/test_idp.py
template: *pki-master-latest
timeout: 5000
topology: *master_1repl

View File

@ -1901,3 +1901,16 @@ jobs:
template: *ci-master-latest
timeout: 3600
topology: *master_1repl
fedora-latest/test_external_idp:
requires: [fedora-latest/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-latest/build_url}'
selinux_enforcing: True
test_suite: test_integration/test_idp.py
template: *ci-master-latest
timeout: 5000
topology: *master_1repl

View File

@ -1901,3 +1901,16 @@ jobs:
template: *testing-master-latest
timeout: 3600
topology: *master_1repl
testing-fedora/test_external_idp:
requires: [testing-fedora/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{testing-fedora/build_url}'
update_packages: True
test_suite: test_integration/test_idp.py
template: *testing-master-latest
timeout: 5000
topology: *master_1repl

View File

@ -2041,3 +2041,17 @@ jobs:
template: *testing-master-latest
timeout: 3600
topology: *master_1repl
testing-fedora/test_external_idp:
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_idp.py
template: *testing-master-latest
timeout: 5000
topology: *master_1repl

View File

@ -1761,3 +1761,15 @@ jobs:
template: *ci-master-previous
timeout: 3600
topology: *master_1repl
fedora-previous/test_external_idp:
requires: [fedora-previous/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-previous/build_url}'
test_suite: test_integration/test_idp.py
template: *ci-master-previous
timeout: 5000
topology: *master_1repl

View File

@ -1901,3 +1901,16 @@ jobs:
template: *ci-master-frawhide
timeout: 3600
topology: *master_1repl
fedora-rawhide/test_external_idp:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
update_packages: True
test_suite: test_integration/test_idp.py
template: *ci-master-frawhide
timeout: 5000
topology: *master_1repl