2018-05-23 17:06:50 -05:00
|
|
|
topologies:
|
|
|
|
build: &build
|
|
|
|
name: build
|
|
|
|
cpu: 2
|
|
|
|
memory: 3800
|
|
|
|
master_1repl: &master_1repl
|
|
|
|
name: master_1repl
|
|
|
|
cpu: 4
|
2018-11-26 04:20:13 -06:00
|
|
|
memory: 6450
|
2018-05-23 17:06:50 -05:00
|
|
|
master_1repl_1client: &master_1repl_1client
|
|
|
|
name: master_1repl_1client
|
|
|
|
cpu: 4
|
2018-11-26 04:20:13 -06:00
|
|
|
memory: 7400
|
2019-07-29 04:14:17 -05:00
|
|
|
ad_master_2client: &ad_master_2client
|
|
|
|
name: ad_master_2client
|
|
|
|
cpu: 4
|
|
|
|
memory: 12000
|
2019-11-07 04:42:47 -06:00
|
|
|
ipaserver: &ipaserver
|
|
|
|
name: ipaserver
|
|
|
|
cpu: 2
|
|
|
|
memory: 2400
|
2018-05-23 17:06:50 -05:00
|
|
|
|
|
|
|
jobs:
|
2019-11-11 06:39:31 -06:00
|
|
|
fedora-latest/build:
|
2018-05-23 17:06:50 -05:00
|
|
|
requires: []
|
2019-09-10 04:34:25 -05:00
|
|
|
priority: 150
|
2018-05-23 17:06:50 -05:00
|
|
|
job:
|
|
|
|
class: Build
|
|
|
|
args:
|
|
|
|
git_repo: '{git_repo}'
|
|
|
|
git_refspec: '{git_refspec}'
|
2019-11-11 06:39:31 -06:00
|
|
|
template: &ci-master-latest
|
2022-05-18 05:00:37 -05:00
|
|
|
name: freeipa/ci-master-f36
|
2022-02-07 10:20:16 -06:00
|
|
|
version: 0.0.5
|
2018-05-23 17:06:50 -05:00
|
|
|
timeout: 1800
|
|
|
|
topology: *build
|
|
|
|
|
2019-11-11 06:39:31 -06:00
|
|
|
fedora-latest/test_installation_TestInstallMaster:
|
|
|
|
requires: [fedora-latest/build]
|
2019-09-10 04:34:25 -05:00
|
|
|
priority: 100
|
2019-04-15 07:37:25 -05:00
|
|
|
job:
|
|
|
|
class: RunPytest
|
|
|
|
args:
|
2019-11-11 06:39:31 -06:00
|
|
|
build_url: '{fedora-latest/build_url}'
|
2019-04-15 07:37:25 -05:00
|
|
|
test_suite: test_integration/test_installation.py::TestInstallMaster
|
2019-11-11 06:39:31 -06:00
|
|
|
template: *ci-master-latest
|
2021-07-22 15:55:21 -05:00
|
|
|
timeout: 7200
|
2019-04-15 07:37:25 -05:00
|
|
|
topology: *master_1repl
|
|
|
|
|
2019-11-11 06:39:31 -06:00
|
|
|
fedora-latest/simple_replication:
|
|
|
|
requires: [fedora-latest/build]
|
2019-09-10 04:34:25 -05:00
|
|
|
priority: 100
|
2018-05-23 17:06:50 -05:00
|
|
|
job:
|
|
|
|
class: RunPytest
|
|
|
|
args:
|
2019-11-11 06:39:31 -06:00
|
|
|
build_url: '{fedora-latest/build_url}'
|
2018-05-23 17:06:50 -05:00
|
|
|
test_suite: test_integration/test_simple_replication.py
|
2019-11-11 06:39:31 -06:00
|
|
|
template: *ci-master-latest
|
2018-05-23 17:06:50 -05:00
|
|
|
timeout: 3600
|
|
|
|
topology: *master_1repl
|
|
|
|
|
2020-01-22 09:49:25 -06:00
|
|
|
fedora-latest/test_caless_TestServerReplicaCALessToCAFull:
|
2019-11-11 06:39:31 -06:00
|
|
|
requires: [fedora-latest/build]
|
2019-09-10 04:34:25 -05:00
|
|
|
priority: 100
|
2018-05-23 17:06:50 -05:00
|
|
|
job:
|
|
|
|
class: RunPytest
|
|
|
|
args:
|
2019-11-11 06:39:31 -06:00
|
|
|
build_url: '{fedora-latest/build_url}'
|
2018-05-23 17:06:50 -05:00
|
|
|
test_suite: test_integration/test_caless.py::TestServerReplicaCALessToCAFull
|
2019-11-11 06:39:31 -06:00
|
|
|
template: *ci-master-latest
|
2018-05-23 17:06:50 -05:00
|
|
|
timeout: 3600
|
|
|
|
topology: *master_1repl
|
|
|
|
|
2020-01-29 04:18:59 -06:00
|
|
|
fedora-latest/test_external_ca_TestExternalCA:
|
2019-11-11 06:39:31 -06:00
|
|
|
requires: [fedora-latest/build]
|
2019-09-10 04:34:25 -05:00
|
|
|
priority: 100
|
2018-05-23 17:06:50 -05:00
|
|
|
job:
|
|
|
|
class: RunPytest
|
|
|
|
args:
|
2019-11-11 06:39:31 -06:00
|
|
|
build_url: '{fedora-latest/build_url}'
|
2019-08-06 02:56:35 -05:00
|
|
|
test_suite: test_integration/test_external_ca.py::TestExternalCA test_integration/test_external_ca.py::TestExternalCAConstraints
|
2019-11-11 06:39:31 -06:00
|
|
|
template: *ci-master-latest
|
2018-08-07 10:42:43 -05:00
|
|
|
timeout: 4800
|
2018-05-23 17:06:50 -05:00
|
|
|
topology: *master_1repl_1client
|
|
|
|
|
2020-01-29 04:18:59 -06:00
|
|
|
fedora-latest/test_external_ca_TestSelfExternalSelf:
|
2019-11-11 06:39:31 -06:00
|
|
|
requires: [fedora-latest/build]
|
2019-09-10 04:34:25 -05:00
|
|
|
priority: 100
|
2018-05-23 17:06:50 -05:00
|
|
|
job:
|
|
|
|
class: RunPytest
|
|
|
|
args:
|
2019-11-11 06:39:31 -06:00
|
|
|
build_url: '{fedora-latest/build_url}'
|
2018-05-23 17:06:50 -05:00
|
|
|
test_suite: test_integration/test_external_ca.py::TestSelfExternalSelf test_integration/test_external_ca.py::TestExternalCAInstall
|
2019-11-11 06:39:31 -06:00
|
|
|
template: *ci-master-latest
|
2018-05-23 17:06:50 -05:00
|
|
|
timeout: 3600
|
|
|
|
topology: *master_1repl
|
|
|
|
|
2019-11-11 06:39:31 -06:00
|
|
|
fedora-latest/external_ca_templates:
|
|
|
|
requires: [fedora-latest/build]
|
2019-09-10 04:34:25 -05:00
|
|
|
priority: 100
|
2019-07-11 05:27:02 -05:00
|
|
|
job:
|
|
|
|
class: RunPytest
|
|
|
|
args:
|
2019-11-11 06:39:31 -06:00
|
|
|
build_url: '{fedora-latest/build_url}'
|
2019-07-11 05:27:02 -05:00
|
|
|
test_suite: test_integration/test_external_ca.py::TestExternalCAProfileScenarios
|
2019-11-11 06:39:31 -06:00
|
|
|
template: *ci-master-latest
|
2019-07-11 05:27:02 -05:00
|
|
|
timeout: 3600
|
|
|
|
topology: *master_1repl
|
|
|
|
|
2019-11-11 06:39:31 -06:00
|
|
|
fedora-latest/test_topologies:
|
|
|
|
requires: [fedora-latest/build]
|
2019-09-10 04:34:25 -05:00
|
|
|
priority: 100
|
2018-05-23 17:06:50 -05:00
|
|
|
job:
|
|
|
|
class: RunPytest
|
|
|
|
args:
|
2019-11-11 06:39:31 -06:00
|
|
|
build_url: '{fedora-latest/build_url}'
|
2018-05-23 17:06:50 -05:00
|
|
|
test_suite: test_integration/test_topologies.py
|
2019-11-11 06:39:31 -06:00
|
|
|
template: *ci-master-latest
|
2018-05-23 17:06:50 -05:00
|
|
|
timeout: 3600
|
|
|
|
topology: *master_1repl
|
|
|
|
|
2019-11-11 06:39:31 -06:00
|
|
|
fedora-latest/test_sudo:
|
|
|
|
requires: [fedora-latest/build]
|
2019-09-10 04:34:25 -05:00
|
|
|
priority: 100
|
2018-05-23 17:06:50 -05:00
|
|
|
job:
|
|
|
|
class: RunPytest
|
|
|
|
args:
|
2019-11-11 06:39:31 -06:00
|
|
|
build_url: '{fedora-latest/build_url}'
|
2018-05-23 17:06:50 -05:00
|
|
|
test_suite: test_integration/test_sudo.py
|
2019-11-11 06:39:31 -06:00
|
|
|
template: *ci-master-latest
|
2018-08-07 10:42:43 -05:00
|
|
|
timeout: 4800
|
2018-05-23 17:06:50 -05:00
|
|
|
topology: *master_1repl_1client
|
|
|
|
|
2019-11-11 06:39:31 -06:00
|
|
|
fedora-latest/test_commands:
|
|
|
|
requires: [fedora-latest/build]
|
2019-09-10 04:34:25 -05:00
|
|
|
priority: 100
|
2018-05-23 17:06:50 -05:00
|
|
|
job:
|
|
|
|
class: RunPytest
|
|
|
|
args:
|
2019-11-11 06:39:31 -06:00
|
|
|
build_url: '{fedora-latest/build_url}'
|
2018-05-23 17:06:50 -05:00
|
|
|
test_suite: test_integration/test_commands.py
|
2019-11-11 06:39:31 -06:00
|
|
|
template: *ci-master-latest
|
2021-06-24 06:40:34 -05:00
|
|
|
timeout: 5400
|
2020-11-11 14:56:06 -06:00
|
|
|
topology: *master_1repl_1client
|
2018-05-23 17:06:50 -05:00
|
|
|
|
2019-11-11 06:39:31 -06:00
|
|
|
fedora-latest/test_kerberos_flags:
|
|
|
|
requires: [fedora-latest/build]
|
2019-09-10 04:34:25 -05:00
|
|
|
priority: 100
|
2018-05-23 17:06:50 -05:00
|
|
|
job:
|
|
|
|
class: RunPytest
|
|
|
|
args:
|
2019-11-11 06:39:31 -06:00
|
|
|
build_url: '{fedora-latest/build_url}'
|
2018-05-23 17:06:50 -05:00
|
|
|
test_suite: test_integration/test_kerberos_flags.py
|
2019-11-11 06:39:31 -06:00
|
|
|
template: *ci-master-latest
|
2018-05-23 17:06:50 -05:00
|
|
|
timeout: 3600
|
|
|
|
topology: *master_1repl_1client
|
|
|
|
|
2019-11-11 06:39:31 -06:00
|
|
|
fedora-latest/test_forced_client_enrolment:
|
|
|
|
requires: [fedora-latest/build]
|
2019-09-10 04:34:25 -05:00
|
|
|
priority: 100
|
2018-05-23 17:06:50 -05:00
|
|
|
job:
|
|
|
|
class: RunPytest
|
|
|
|
args:
|
2019-11-11 06:39:31 -06:00
|
|
|
build_url: '{fedora-latest/build_url}'
|
2018-05-23 17:06:50 -05:00
|
|
|
test_suite: test_integration/test_forced_client_reenrollment.py
|
2019-11-11 06:39:31 -06:00
|
|
|
template: *ci-master-latest
|
2018-08-07 10:42:43 -05:00
|
|
|
timeout: 4800
|
2018-05-23 17:06:50 -05:00
|
|
|
topology: *master_1repl_1client
|
|
|
|
|
2019-11-11 06:39:31 -06:00
|
|
|
fedora-latest/test_advise:
|
|
|
|
requires: [fedora-latest/build]
|
2019-09-10 04:34:25 -05:00
|
|
|
priority: 100
|
2018-05-23 17:06:50 -05:00
|
|
|
job:
|
|
|
|
class: RunPytest
|
|
|
|
args:
|
2019-11-11 06:39:31 -06:00
|
|
|
build_url: '{fedora-latest/build_url}'
|
2018-05-23 17:06:50 -05:00
|
|
|
test_suite: test_integration/test_advise.py
|
2019-11-11 06:39:31 -06:00
|
|
|
template: *ci-master-latest
|
2018-05-23 17:06:50 -05:00
|
|
|
timeout: 3600
|
2018-11-21 03:00:20 -06:00
|
|
|
topology: *master_1repl_1client
|
2018-05-23 17:06:50 -05:00
|
|
|
|
2019-11-11 06:39:31 -06:00
|
|
|
fedora-latest/test_testconfig:
|
|
|
|
requires: [fedora-latest/build]
|
2019-09-10 04:34:25 -05:00
|
|
|
priority: 100
|
2018-05-23 17:06:50 -05:00
|
|
|
job:
|
|
|
|
class: RunPytest
|
|
|
|
args:
|
2019-11-11 06:39:31 -06:00
|
|
|
build_url: '{fedora-latest/build_url}'
|
2018-05-23 17:06:50 -05:00
|
|
|
test_suite: test_integration/test_testconfig.py
|
2019-11-11 06:39:31 -06:00
|
|
|
template: *ci-master-latest
|
2018-05-23 17:06:50 -05:00
|
|
|
timeout: 3600
|
|
|
|
topology: *master_1repl
|
|
|
|
|
2019-11-11 06:39:31 -06:00
|
|
|
fedora-latest/test_service_permissions:
|
|
|
|
requires: [fedora-latest/build]
|
2019-09-10 04:34:25 -05:00
|
|
|
priority: 100
|
2018-05-23 17:06:50 -05:00
|
|
|
job:
|
|
|
|
class: RunPytest
|
|
|
|
args:
|
2019-11-11 06:39:31 -06:00
|
|
|
build_url: '{fedora-latest/build_url}'
|
2018-05-23 17:06:50 -05:00
|
|
|
test_suite: test_integration/test_service_permissions.py
|
2019-11-11 06:39:31 -06:00
|
|
|
template: *ci-master-latest
|
2018-05-23 17:06:50 -05:00
|
|
|
timeout: 3600
|
|
|
|
topology: *master_1repl
|
|
|
|
|
2019-11-11 06:39:31 -06:00
|
|
|
fedora-latest/test_netgroup:
|
|
|
|
requires: [fedora-latest/build]
|
2019-09-10 04:34:25 -05:00
|
|
|
priority: 100
|
2018-05-23 17:06:50 -05:00
|
|
|
job:
|
|
|
|
class: RunPytest
|
|
|
|
args:
|
2019-11-11 06:39:31 -06:00
|
|
|
build_url: '{fedora-latest/build_url}'
|
2018-05-23 17:06:50 -05:00
|
|
|
test_suite: test_integration/test_netgroup.py
|
2019-11-11 06:39:31 -06:00
|
|
|
template: *ci-master-latest
|
2018-05-23 17:06:50 -05:00
|
|
|
timeout: 3600
|
|
|
|
topology: *master_1repl
|
|
|
|
|
2019-11-11 06:39:31 -06:00
|
|
|
fedora-latest/test_authconfig:
|
|
|
|
requires: [fedora-latest/build]
|
2019-09-10 04:34:25 -05:00
|
|
|
priority: 100
|
2018-05-23 17:06:50 -05:00
|
|
|
job:
|
|
|
|
class: RunPytest
|
|
|
|
args:
|
2019-11-11 06:39:31 -06:00
|
|
|
build_url: '{fedora-latest/build_url}'
|
2018-05-23 17:06:50 -05:00
|
|
|
test_suite: test_integration/test_authselect.py
|
2019-11-11 06:39:31 -06:00
|
|
|
template: *ci-master-latest
|
2018-08-07 10:42:43 -05:00
|
|
|
timeout: 4800
|
2018-05-23 17:06:50 -05:00
|
|
|
topology: *master_1repl_1client
|
|
|
|
|
2020-01-22 09:49:25 -06:00
|
|
|
fedora-latest/test_replica_promotion_TestSubCAkeyReplication:
|
2019-11-11 06:39:31 -06:00
|
|
|
requires: [fedora-latest/build]
|
2019-09-10 04:34:25 -05:00
|
|
|
priority: 100
|
2018-05-23 17:06:50 -05:00
|
|
|
job:
|
|
|
|
class: RunPytest
|
|
|
|
args:
|
2019-11-11 06:39:31 -06:00
|
|
|
build_url: '{fedora-latest/build_url}'
|
2018-05-23 17:06:50 -05:00
|
|
|
test_suite: test_integration/test_replica_promotion.py::TestSubCAkeyReplication
|
2019-11-11 06:39:31 -06:00
|
|
|
template: *ci-master-latest
|
2018-05-23 17:06:50 -05:00
|
|
|
timeout: 3600
|
|
|
|
topology: *master_1repl
|
|
|
|
|
2021-03-10 05:13:24 -06:00
|
|
|
fedora-latest/test_dnssec_TestInstallDNSSECFirst:
|
|
|
|
requires: [fedora-latest/build]
|
|
|
|
priority: 100
|
|
|
|
job:
|
|
|
|
class: RunPytest
|
|
|
|
args:
|
|
|
|
build_url: '{fedora-latest/build_url}'
|
|
|
|
test_suite: test_integration/test_dnssec.py::TestInstallDNSSECFirst
|
|
|
|
template: *ci-master-latest
|
|
|
|
timeout: 3600
|
|
|
|
topology: *master_1repl
|
2018-11-26 07:53:43 -06:00
|
|
|
|
2019-11-18 05:02:51 -06:00
|
|
|
fedora-latest/test_membermanager:
|
2019-11-11 06:39:31 -06:00
|
|
|
requires: [fedora-latest/build]
|
2019-11-07 04:42:47 -06:00
|
|
|
priority: 100
|
|
|
|
job:
|
|
|
|
class: RunPytest
|
|
|
|
args:
|
2019-11-11 06:39:31 -06:00
|
|
|
build_url: '{fedora-latest/build_url}'
|
2019-11-07 04:42:47 -06:00
|
|
|
test_suite: test_integration/test_membermanager.py
|
2019-11-11 06:39:31 -06:00
|
|
|
template: *ci-master-latest
|
2019-11-07 04:42:47 -06:00
|
|
|
timeout: 1800
|
2019-11-18 05:02:51 -06:00
|
|
|
topology: *master_1repl
|
2019-11-07 10:54:10 -06:00
|
|
|
|
2020-02-24 11:27:37 -06:00
|
|
|
fedora-latest/test_adtrust_install:
|
|
|
|
requires: [fedora-latest/build]
|
|
|
|
priority: 100
|
|
|
|
job:
|
|
|
|
class: RunPytest
|
|
|
|
args:
|
|
|
|
build_url: '{fedora-latest/build_url}'
|
|
|
|
test_suite: test_integration/test_adtrust_install.py
|
|
|
|
template: *ci-master-latest
|
|
|
|
timeout: 3600
|
|
|
|
topology: *master_1repl
|
2020-03-23 09:48:12 -05:00
|
|
|
|
|
|
|
fedora-latest/test_cert:
|
|
|
|
requires: [fedora-latest/build]
|
|
|
|
priority: 100
|
|
|
|
job:
|
|
|
|
class: RunPytest
|
|
|
|
args:
|
|
|
|
build_url: '{fedora-latest/build_url}'
|
|
|
|
test_suite: test_integration/test_cert.py
|
|
|
|
template: *ci-master-latest
|
2020-08-21 02:59:04 -05:00
|
|
|
timeout: 5400
|
2020-03-23 09:48:12 -05:00
|
|
|
topology: *master_1repl_1client
|
2020-06-09 08:08:20 -05:00
|
|
|
|
|
|
|
fedora-latest/test_upgrade:
|
|
|
|
requires: [fedora-latest/build]
|
|
|
|
priority: 100
|
|
|
|
job:
|
|
|
|
class: RunPytest
|
|
|
|
args:
|
|
|
|
build_url: '{fedora-latest/build_url}'
|
|
|
|
test_suite: test_integration/test_upgrade.py
|
|
|
|
template: *ci-master-latest
|
|
|
|
timeout: 3600
|
|
|
|
topology: *master_1repl
|
2021-03-19 05:48:38 -05:00
|
|
|
|
|
|
|
fedora-latest/test_subids:
|
|
|
|
requires: [fedora-latest/build]
|
|
|
|
priority: 100
|
|
|
|
job:
|
|
|
|
class: RunPytest
|
|
|
|
args:
|
|
|
|
build_url: '{fedora-latest/build_url}'
|
|
|
|
test_suite: test_integration/test_subids.py
|
|
|
|
template: *ci-master-latest
|
|
|
|
timeout: 3600
|
|
|
|
topology: *master_1repl
|