Files
freeipa/.freeipa-pr-ci.yaml
T

233 lines
5.9 KiB
YAML
Raw Normal View History

2017-11-23 15:22:10 +01:00
topologies:
build: &build
name: build
cpu: 2
memory: 3800
master_1repl: &master_1repl
name: master_1repl
cpu: 4
memory: 5750
master_1repl_1client: &master_1repl_1client
name: master_1repl_1client
cpu: 4
memory: 6700
2017-07-30 21:57:03 +02:00
jobs:
2018-04-27 18:28:44 +02:00
fedora-28/build:
2017-07-30 21:57:03 +02:00
requires: []
priority: 100
job:
class: Build
args:
git_repo: '{git_repo}'
git_refspec: '{git_refspec}'
2018-04-27 18:28:44 +02:00
template: &ci-master-f28
name: freeipa/ci-master-f28
version: 0.1.5
2017-07-30 21:57:03 +02:00
timeout: 1800
2017-11-23 15:22:10 +01:00
topology: *build
2017-07-30 21:57:03 +02:00
2018-04-27 18:28:44 +02:00
fedora-28/simple_replication:
requires: [fedora-28/build]
2017-07-30 21:57:03 +02:00
priority: 50
job:
class: RunPytest
2017-07-30 21:57:03 +02:00
args:
2018-04-27 18:28:44 +02:00
build_url: '{fedora-28/build_url}'
test_suite: test_integration/test_simple_replication.py
2018-04-27 18:28:44 +02:00
template: *ci-master-f28
timeout: 3600
topology: *master_1repl
2018-04-27 18:28:44 +02:00
fedora-28/caless:
requires: [fedora-28/build]
priority: 50
job:
class: RunPytest
args:
2018-04-27 18:28:44 +02:00
build_url: '{fedora-28/build_url}'
test_suite: test_integration/test_caless.py::TestServerReplicaCALessToCAFull
2018-04-27 18:28:44 +02:00
template: *ci-master-f28
timeout: 3600
topology: *master_1repl
2018-06-11 13:32:30 +02:00
fedora-28/external_ca_1:
2018-04-27 18:28:44 +02:00
requires: [fedora-28/build]
priority: 50
job:
class: RunPytest
args:
2018-04-27 18:28:44 +02:00
build_url: '{fedora-28/build_url}'
2018-06-11 13:32:30 +02:00
test_suite: test_integration/test_external_ca.py::TestExternalCA
2018-04-27 18:28:44 +02:00
template: *ci-master-f28
2018-06-11 13:32:30 +02:00
timeout: 3600
2018-05-18 17:39:51 +02:00
topology: *master_1repl_1client
2018-02-28 08:57:35 -03:00
2018-06-11 13:32:30 +02:00
fedora-28/external_ca_2:
requires: [fedora-28/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-28/build_url}'
test_suite: test_integration/test_external_ca.py::TestSelfExternalSelf test_integration/test_external_ca.py::TestExternalCAInstall
template: *ci-master-f28
timeout: 3600
topology: *master_1repl
2018-04-27 18:28:44 +02:00
fedora-28/test_topologies:
requires: [fedora-28/build]
2018-02-28 08:57:35 -03:00
priority: 50
job:
class: RunPytest
args:
2018-04-27 18:28:44 +02:00
build_url: '{fedora-28/build_url}'
2018-02-28 08:57:35 -03:00
test_suite: test_integration/test_topologies.py
2018-04-27 18:28:44 +02:00
template: *ci-master-f28
2018-02-28 08:57:35 -03:00
timeout: 3600
topology: *master_1repl
2018-04-27 18:28:44 +02:00
fedora-28/test_sudo:
requires: [fedora-28/build]
2018-02-28 08:57:35 -03:00
priority: 50
job:
class: RunPytest
args:
2018-04-27 18:28:44 +02:00
build_url: '{fedora-28/build_url}'
2018-02-28 08:57:35 -03:00
test_suite: test_integration/test_sudo.py
2018-04-27 18:28:44 +02:00
template: *ci-master-f28
2018-02-28 08:57:35 -03:00
timeout: 3600
topology: *master_1repl_1client
fedora-28/test_commands:
2018-04-27 18:28:44 +02:00
requires: [fedora-28/build]
2018-04-27 12:29:17 +02:00
priority: 50
job:
class: RunPytest
args:
2018-04-27 18:28:44 +02:00
build_url: '{fedora-28/build_url}'
test_suite: test_integration/test_commands.py
2018-04-27 18:28:44 +02:00
template: *ci-master-f28
2018-04-27 12:29:17 +02:00
timeout: 3600
topology: *master_1repl
2018-04-27 18:28:44 +02:00
fedora-28/test_kerberos_flags:
requires: [fedora-28/build]
2018-02-28 08:57:35 -03:00
priority: 50
job:
class: RunPytest
args:
2018-04-27 18:28:44 +02:00
build_url: '{fedora-28/build_url}'
2018-02-28 08:57:35 -03:00
test_suite: test_integration/test_kerberos_flags.py
2018-04-27 18:28:44 +02:00
template: *ci-master-f28
2018-02-28 08:57:35 -03:00
timeout: 3600
topology: *master_1repl_1client
2018-04-27 18:28:44 +02:00
fedora-28/test_http_kdc_proxy:
requires: [fedora-28/build]
2018-02-28 08:57:35 -03:00
priority: 50
job:
class: RunPytest
args:
2018-04-27 18:28:44 +02:00
build_url: '{fedora-28/build_url}'
2018-02-28 08:57:35 -03:00
test_suite: test_integration/test_http_kdc_proxy.py
2018-04-27 18:28:44 +02:00
template: *ci-master-f28
2018-02-28 08:57:35 -03:00
timeout: 3600
topology: *master_1repl_1client
2018-04-27 18:28:44 +02:00
fedora-28/test_forced_client_enrolment:
requires: [fedora-28/build]
2018-02-28 08:57:35 -03:00
priority: 50
job:
class: RunPytest
args:
2018-04-27 18:28:44 +02:00
build_url: '{fedora-28/build_url}'
2018-02-28 08:57:35 -03:00
test_suite: test_integration/test_forced_client_reenrollment.py
2018-04-27 18:28:44 +02:00
template: *ci-master-f28
2018-02-28 08:57:35 -03:00
timeout: 3600
topology: *master_1repl_1client
2018-04-27 18:28:44 +02:00
fedora-28/test_advise:
requires: [fedora-28/build]
2018-02-28 08:57:35 -03:00
priority: 50
job:
class: RunPytest
args:
2018-04-27 18:28:44 +02:00
build_url: '{fedora-28/build_url}'
2018-02-28 08:57:35 -03:00
test_suite: test_integration/test_advise.py
2018-04-27 18:28:44 +02:00
template: *ci-master-f28
2018-02-28 08:57:35 -03:00
timeout: 3600
topology: *master_1repl
2018-04-27 18:28:44 +02:00
fedora-28/test_testconfig:
requires: [fedora-28/build]
2018-02-28 08:57:35 -03:00
priority: 50
job:
class: RunPytest
args:
2018-04-27 18:28:44 +02:00
build_url: '{fedora-28/build_url}'
2018-02-28 08:57:35 -03:00
test_suite: test_integration/test_testconfig.py
2018-04-27 18:28:44 +02:00
template: *ci-master-f28
2018-02-28 08:57:35 -03:00
timeout: 3600
topology: *master_1repl
2018-04-27 18:28:44 +02:00
fedora-28/test_service_permissions:
requires: [fedora-28/build]
2018-02-28 08:57:35 -03:00
priority: 50
job:
class: RunPytest
args:
2018-04-27 18:28:44 +02:00
build_url: '{fedora-28/build_url}'
2018-02-28 08:57:35 -03:00
test_suite: test_integration/test_service_permissions.py
2018-04-27 18:28:44 +02:00
template: *ci-master-f28
2018-02-28 08:57:35 -03:00
timeout: 3600
topology: *master_1repl
2018-04-27 18:28:44 +02:00
fedora-28/test_netgroup:
requires: [fedora-28/build]
2018-02-28 08:57:35 -03:00
priority: 50
job:
class: RunPytest
args:
2018-04-27 18:28:44 +02:00
build_url: '{fedora-28/build_url}'
2018-02-28 08:57:35 -03:00
test_suite: test_integration/test_netgroup.py
2018-04-27 18:28:44 +02:00
template: *ci-master-f28
2018-02-28 08:57:35 -03:00
timeout: 3600
topology: *master_1repl
2018-04-27 18:28:44 +02:00
fedora-28/test_vault:
requires: [fedora-28/build]
2018-02-28 08:57:35 -03:00
priority: 50
job:
class: RunPytest
args:
2018-04-27 18:28:44 +02:00
build_url: '{fedora-28/build_url}'
2018-02-28 08:57:35 -03:00
test_suite: test_integration/test_vault.py
2018-04-27 18:28:44 +02:00
template: *ci-master-f28
timeout: 4500
2018-02-28 08:57:35 -03:00
topology: *master_1repl
2018-04-26 16:53:39 +02:00
2018-04-27 18:28:44 +02:00
fedora-28/test_authconfig:
requires: [fedora-28/build]
2018-04-26 16:53:39 +02:00
priority: 50
job:
class: RunPytest
args:
2018-04-27 18:28:44 +02:00
build_url: '{fedora-28/build_url}'
2018-04-26 16:53:39 +02:00
test_suite: test_integration/test_authselect.py
2018-04-27 18:28:44 +02:00
template: *ci-master-f28
2018-04-26 16:53:39 +02:00
timeout: 3600
topology: *master_1repl_1client
2018-06-20 11:09:35 +02:00
fedora-28/replica_promotion:
requires: [fedora-28/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-28/build_url}'
test_suite: test_integration/test_replica_promotion.py::TestSubCAkeyReplication
template: *ci-master-f28
timeout: 3600
topology: *master_1repl