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
|
2019-11-11 06:36:38 -06:00
|
|
|
name: freeipa/ci-master-f31
|
2019-11-13 09:45:27 -06:00
|
|
|
version: 0.0.2
|
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
|
2019-04-15 07:37:25 -05:00
|
|
|
timeout: 3600
|
|
|
|
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
|
|
|
|
|
2019-11-11 06:39:31 -06:00
|
|
|
fedora-latest/caless:
|
|
|
|
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
|
|
|
|
|
2019-11-11 06:39:31 -06:00
|
|
|
fedora-latest/external_ca_1:
|
|
|
|
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
|
|
|
|
|
2019-11-11 06:39:31 -06:00
|
|
|
fedora-latest/external_ca_2:
|
|
|
|
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
|
2018-05-23 17:06:50 -05:00
|
|
|
timeout: 3600
|
|
|
|
topology: *master_1repl
|
|
|
|
|
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
|
|
|
|
|
2019-11-11 06:39:31 -06:00
|
|
|
fedora-latest/replica_promotion:
|
|
|
|
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
|
|
|
|
|
2019-11-11 06:39:31 -06:00
|
|
|
fedora-latest/dnssec:
|
|
|
|
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_dnssec.py::TestInstallDNSSECFirst
|
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
|
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
|
|
|
|
2019-11-13 09:45:27 -06:00
|
|
|
fedora-latest/test_smb:
|
|
|
|
requires: [fedora-latest/build]
|
|
|
|
priority: 100
|
2019-11-07 10:54:10 -06:00
|
|
|
job:
|
|
|
|
class: RunADTests
|
|
|
|
args:
|
2019-11-13 09:45:27 -06:00
|
|
|
build_url: '{fedora-latest/build_url}'
|
2019-11-07 10:54:10 -06:00
|
|
|
test_suite: test_integration/test_smb.py
|
2019-11-13 09:45:27 -06:00
|
|
|
template: *ci-master-latest
|
2019-11-07 10:54:10 -06:00
|
|
|
timeout: 7200
|
|
|
|
topology: *ad_master_2client
|