mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Modified YAML to include healthcheck AD tests
Reviewed-By: Florence Blanc-Renaud <flo@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
parent
769c87f5e7
commit
f1b2d7b6fc
@ -1336,11 +1336,23 @@ jobs:
|
|||||||
class: RunPytest
|
class: RunPytest
|
||||||
args:
|
args:
|
||||||
build_url: '{fedora-latest/build_url}'
|
build_url: '{fedora-latest/build_url}'
|
||||||
test_suite: test_integration/test_ipahealthcheck.py
|
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheck test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithoutDNS
|
||||||
template: *ci-master-latest
|
template: *ci-master-latest
|
||||||
timeout: 4800
|
timeout: 4800
|
||||||
topology: *master_1repl
|
topology: *master_1repl
|
||||||
|
|
||||||
|
fedora-latest/test_ipahealthcheck_adtrust:
|
||||||
|
requires: [fedora-latest/build]
|
||||||
|
priority: 50
|
||||||
|
job:
|
||||||
|
class: RunADTests
|
||||||
|
args:
|
||||||
|
build_url: '{fedora-latest/build_url}'
|
||||||
|
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithADtrust
|
||||||
|
template: *ci-master-latest
|
||||||
|
timeout: 4800
|
||||||
|
topology: *ad_master
|
||||||
|
|
||||||
fedora-latest/test_ntp_options:
|
fedora-latest/test_ntp_options:
|
||||||
requires: [fedora-latest/build]
|
requires: [fedora-latest/build]
|
||||||
priority: 50
|
priority: 50
|
||||||
|
@ -23,6 +23,10 @@ topologies:
|
|||||||
name: master_3repl_1client
|
name: master_3repl_1client
|
||||||
cpu: 6
|
cpu: 6
|
||||||
memory: 12900
|
memory: 12900
|
||||||
|
ad_master: &ad_master
|
||||||
|
name: ad_master
|
||||||
|
cpu: 4
|
||||||
|
memory: 12000
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pki-fedora/build:
|
pki-fedora/build:
|
||||||
@ -791,7 +795,7 @@ jobs:
|
|||||||
args:
|
args:
|
||||||
build_url: '{pki-fedora/build_url}'
|
build_url: '{pki-fedora/build_url}'
|
||||||
update_packages: True
|
update_packages: True
|
||||||
test_suite: test_integration/test_ipahealthcheck.py
|
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheck test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithoutDNS
|
||||||
template: *pki-master-latest
|
template: *pki-master-latest
|
||||||
timeout: 4800
|
timeout: 4800
|
||||||
topology: *master_1repl
|
topology: *master_1repl
|
||||||
|
@ -1441,9 +1441,23 @@ jobs:
|
|||||||
args:
|
args:
|
||||||
build_url: '{testing-fedora/build_url}'
|
build_url: '{testing-fedora/build_url}'
|
||||||
update_packages: True
|
update_packages: True
|
||||||
test_suite: test_integration/test_ipahealthcheck.py
|
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheck test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithoutDNS
|
||||||
|
template: *testing-master-latest
|
||||||
|
topology: *master_1repl
|
||||||
|
timeout: 4800
|
||||||
|
|
||||||
|
testing-fedora/test_ipahealthcheck_adtrust:
|
||||||
|
requires: [testing-fedora/build]
|
||||||
|
priority: 50
|
||||||
|
job:
|
||||||
|
class: RunADTests
|
||||||
|
args:
|
||||||
|
build_url: '{testing-fedora/build_url}'
|
||||||
|
update_packages: True
|
||||||
|
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithADtrust
|
||||||
template: *testing-master-latest
|
template: *testing-master-latest
|
||||||
timeout: 4800
|
timeout: 4800
|
||||||
|
topology: *ad_master
|
||||||
|
|
||||||
testing-fedora/test_ntp_options:
|
testing-fedora/test_ntp_options:
|
||||||
requires: [testing-fedora/build]
|
requires: [testing-fedora/build]
|
||||||
|
@ -1336,11 +1336,23 @@ jobs:
|
|||||||
class: RunPytest
|
class: RunPytest
|
||||||
args:
|
args:
|
||||||
build_url: '{fedora-previous/build_url}'
|
build_url: '{fedora-previous/build_url}'
|
||||||
test_suite: test_integration/test_ipahealthcheck.py
|
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheck test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithoutDNS
|
||||||
template: *ci-master-previous
|
template: *ci-master-previous
|
||||||
timeout: 4800
|
timeout: 4800
|
||||||
topology: *master_1repl
|
topology: *master_1repl
|
||||||
|
|
||||||
|
fedora-previous/test_ipahealthcheck_adtrust:
|
||||||
|
requires: [fedora-previous/build]
|
||||||
|
priority: 50
|
||||||
|
job:
|
||||||
|
class: RunADTests
|
||||||
|
args:
|
||||||
|
build_url: '{fedora-previous/build_url}'
|
||||||
|
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithADtrust
|
||||||
|
template: *ci-master-previous
|
||||||
|
timeout: 4800
|
||||||
|
topology: *ad_master
|
||||||
|
|
||||||
fedora-previous/test_ntp_options:
|
fedora-previous/test_ntp_options:
|
||||||
requires: [fedora-previous/build]
|
requires: [fedora-previous/build]
|
||||||
priority: 50
|
priority: 50
|
||||||
|
@ -1441,11 +1441,24 @@ jobs:
|
|||||||
args:
|
args:
|
||||||
build_url: '{fedora-rawhide/build_url}'
|
build_url: '{fedora-rawhide/build_url}'
|
||||||
update_packages: True
|
update_packages: True
|
||||||
test_suite: test_integration/test_ipahealthcheck.py
|
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheck test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithoutDNS
|
||||||
template: *ci-master-frawhide
|
template: *ci-master-frawhide
|
||||||
timeout: 4800
|
timeout: 4800
|
||||||
topology: *master_1repl
|
topology: *master_1repl
|
||||||
|
|
||||||
|
fedora-rawhide/test_ipahealthcheck_adtrust:
|
||||||
|
requires: [fedora-rawhide/build]
|
||||||
|
priority: 50
|
||||||
|
job:
|
||||||
|
class: RunADTests
|
||||||
|
args:
|
||||||
|
build_url: '{fedora-rawhide/build_url}'
|
||||||
|
update_packages: True
|
||||||
|
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithADtrust
|
||||||
|
template: *ci-master-frawhide
|
||||||
|
timeout: 4800
|
||||||
|
topology: *ad_master
|
||||||
|
|
||||||
fedora-rawhide/test_ntp_options:
|
fedora-rawhide/test_ntp_options:
|
||||||
requires: [fedora-rawhide/build]
|
requires: [fedora-rawhide/build]
|
||||||
priority: 50
|
priority: 50
|
||||||
|
Loading…
Reference in New Issue
Block a user