mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Nightly definition for ipa-healthcheck tool
Signed-off-by: sumenon <sumenon@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com> Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com> Reviewed-By: Mohammad Rizwan Yusuf <myusuf@redhat.com>
This commit is contained in:
parent
b5c8efa33c
commit
000703c89f
@ -1265,6 +1265,18 @@ jobs:
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-latest/test_ipahealthcheck:
|
||||
requires: [fedora-latest/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-latest/build_url}'
|
||||
test_suite: test_integration/test_ipahealthcheck.py
|
||||
template: *ci-master-latest
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-latest/test_ntp_options:
|
||||
requires: [fedora-latest/build]
|
||||
priority: 50
|
||||
|
@ -783,6 +783,19 @@ jobs:
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
|
||||
pki-fedora/test_ipahealthcheck:
|
||||
requires: [pki-fedora/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{pki-fedora/build_url}'
|
||||
update_packages: True
|
||||
test_suite: test_integration/test_ipahealthcheck.py
|
||||
template: *pki-master-latest
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
|
||||
pki-fedora/test_pkinit_manage:
|
||||
requires: [pki-fedora/build]
|
||||
priority: 50
|
||||
|
@ -1351,6 +1351,18 @@ jobs:
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
|
||||
testing-fedora/test_ipahealthcheck:
|
||||
requires: [testing-fedora/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{testing-fedora/build_url}'
|
||||
update_packages: True
|
||||
test_suite: test_integration/test_ipahealthcheck.py
|
||||
template: *testing-master-latest
|
||||
timeout: 3600
|
||||
|
||||
testing-fedora/test_ntp_options:
|
||||
requires: [testing-fedora/build]
|
||||
priority: 50
|
||||
|
@ -1265,6 +1265,18 @@ jobs:
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-previous/test_ipahealthcheck:
|
||||
requires: [fedora-previous/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-previous/build_url}'
|
||||
test_suite: test_integration/test_ipahealthcheck.py
|
||||
template: *ci-master-previous
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-previous/test_ntp_options:
|
||||
requires: [fedora-previous/build]
|
||||
priority: 50
|
||||
|
@ -1364,6 +1364,19 @@ jobs:
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-rawhide/test_ipahealthcheck:
|
||||
requires: [fedora-rawhide/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-rawhide/build_url}'
|
||||
update_packages: True
|
||||
test_suite: test_integration/test_ipahealthcheck.py
|
||||
template: *ci-master-frawhide
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-rawhide/test_ntp_options:
|
||||
requires: [fedora-rawhide/build]
|
||||
priority: 50
|
||||
|
@ -56,15 +56,3 @@ jobs:
|
||||
version: 0.0.2
|
||||
timeout: 1800
|
||||
topology: *build
|
||||
|
||||
fedora-latest/temp_commit:
|
||||
requires: [fedora-latest/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-latest/build_url}'
|
||||
test_suite: test_integration/test_REPLACEME.py
|
||||
template: *ci-master-latest
|
||||
timeout: 3600
|
||||
topology: *master_1repl_1client
|
||||
|
Loading…
Reference in New Issue
Block a user