Imported Upstream version 4.8.10
This commit is contained in:
300
ipatests/prci_definitions/gating.yaml
Normal file
300
ipatests/prci_definitions/gating.yaml
Normal file
@@ -0,0 +1,300 @@
|
||||
topologies:
|
||||
build: &build
|
||||
name: build
|
||||
cpu: 2
|
||||
memory: 3800
|
||||
master_1repl: &master_1repl
|
||||
name: master_1repl
|
||||
cpu: 4
|
||||
memory: 6450
|
||||
master_1repl_1client: &master_1repl_1client
|
||||
name: master_1repl_1client
|
||||
cpu: 4
|
||||
memory: 7400
|
||||
ad_master_2client: &ad_master_2client
|
||||
name: ad_master_2client
|
||||
cpu: 4
|
||||
memory: 12000
|
||||
ipaserver: &ipaserver
|
||||
name: ipaserver
|
||||
cpu: 2
|
||||
memory: 2400
|
||||
|
||||
jobs:
|
||||
fedora-latest-ipa-4-8/build:
|
||||
requires: []
|
||||
priority: 150
|
||||
job:
|
||||
class: Build
|
||||
args:
|
||||
git_repo: '{git_repo}'
|
||||
git_refspec: '{git_refspec}'
|
||||
template: &ci-ipa-4-8-latest
|
||||
name: freeipa/ci-ipa-4-8-f32
|
||||
version: 0.0.9
|
||||
timeout: 1800
|
||||
topology: *build
|
||||
|
||||
fedora-latest-ipa-4-8/test_installation_TestInstallMaster:
|
||||
requires: [fedora-latest-ipa-4-8/build]
|
||||
priority: 100
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-latest-ipa-4-8/build_url}'
|
||||
test_suite: test_integration/test_installation.py::TestInstallMaster
|
||||
template: *ci-ipa-4-8-latest
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-latest-ipa-4-8/simple_replication:
|
||||
requires: [fedora-latest-ipa-4-8/build]
|
||||
priority: 100
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-latest-ipa-4-8/build_url}'
|
||||
test_suite: test_integration/test_simple_replication.py
|
||||
template: *ci-ipa-4-8-latest
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-latest-ipa-4-8/test_caless_TestServerReplicaCALessToCAFull:
|
||||
requires: [fedora-latest-ipa-4-8/build]
|
||||
priority: 100
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-latest-ipa-4-8/build_url}'
|
||||
test_suite: test_integration/test_caless.py::TestServerReplicaCALessToCAFull
|
||||
template: *ci-ipa-4-8-latest
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-latest-ipa-4-8/test_external_ca_TestExternalCA:
|
||||
requires: [fedora-latest-ipa-4-8/build]
|
||||
priority: 100
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-latest-ipa-4-8/build_url}'
|
||||
test_suite: test_integration/test_external_ca.py::TestExternalCA test_integration/test_external_ca.py::TestExternalCAConstraints
|
||||
template: *ci-ipa-4-8-latest
|
||||
timeout: 4800
|
||||
topology: *master_1repl_1client
|
||||
|
||||
fedora-latest-ipa-4-8/test_external_ca_TestSelfExternalSelf:
|
||||
requires: [fedora-latest-ipa-4-8/build]
|
||||
priority: 100
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-latest-ipa-4-8/build_url}'
|
||||
test_suite: test_integration/test_external_ca.py::TestSelfExternalSelf test_integration/test_external_ca.py::TestExternalCAInstall
|
||||
template: *ci-ipa-4-8-latest
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-latest-ipa-4-8/external_ca_templates:
|
||||
requires: [fedora-latest-ipa-4-8/build]
|
||||
priority: 100
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-latest-ipa-4-8/build_url}'
|
||||
test_suite: test_integration/test_external_ca.py::TestExternalCAProfileScenarios
|
||||
template: *ci-ipa-4-8-latest
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-latest-ipa-4-8/test_topologies:
|
||||
requires: [fedora-latest-ipa-4-8/build]
|
||||
priority: 100
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-latest-ipa-4-8/build_url}'
|
||||
test_suite: test_integration/test_topologies.py
|
||||
template: *ci-ipa-4-8-latest
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-latest-ipa-4-8/test_sudo:
|
||||
requires: [fedora-latest-ipa-4-8/build]
|
||||
priority: 100
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-latest-ipa-4-8/build_url}'
|
||||
test_suite: test_integration/test_sudo.py
|
||||
template: *ci-ipa-4-8-latest
|
||||
timeout: 4800
|
||||
topology: *master_1repl_1client
|
||||
|
||||
fedora-latest-ipa-4-8/test_commands:
|
||||
requires: [fedora-latest-ipa-4-8/build]
|
||||
priority: 100
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-latest-ipa-4-8/build_url}'
|
||||
test_suite: test_integration/test_commands.py
|
||||
template: *ci-ipa-4-8-latest
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-latest-ipa-4-8/test_kerberos_flags:
|
||||
requires: [fedora-latest-ipa-4-8/build]
|
||||
priority: 100
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-latest-ipa-4-8/build_url}'
|
||||
test_suite: test_integration/test_kerberos_flags.py
|
||||
template: *ci-ipa-4-8-latest
|
||||
timeout: 3600
|
||||
topology: *master_1repl_1client
|
||||
|
||||
fedora-latest-ipa-4-8/test_forced_client_enrolment:
|
||||
requires: [fedora-latest-ipa-4-8/build]
|
||||
priority: 100
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-latest-ipa-4-8/build_url}'
|
||||
test_suite: test_integration/test_forced_client_reenrollment.py
|
||||
template: *ci-ipa-4-8-latest
|
||||
timeout: 4800
|
||||
topology: *master_1repl_1client
|
||||
|
||||
fedora-latest-ipa-4-8/test_advise:
|
||||
requires: [fedora-latest-ipa-4-8/build]
|
||||
priority: 100
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-latest-ipa-4-8/build_url}'
|
||||
test_suite: test_integration/test_advise.py
|
||||
template: *ci-ipa-4-8-latest
|
||||
timeout: 3600
|
||||
topology: *master_1repl_1client
|
||||
|
||||
fedora-latest-ipa-4-8/test_testconfig:
|
||||
requires: [fedora-latest-ipa-4-8/build]
|
||||
priority: 100
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-latest-ipa-4-8/build_url}'
|
||||
test_suite: test_integration/test_testconfig.py
|
||||
template: *ci-ipa-4-8-latest
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-latest-ipa-4-8/test_service_permissions:
|
||||
requires: [fedora-latest-ipa-4-8/build]
|
||||
priority: 100
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-latest-ipa-4-8/build_url}'
|
||||
test_suite: test_integration/test_service_permissions.py
|
||||
template: *ci-ipa-4-8-latest
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-latest-ipa-4-8/test_netgroup:
|
||||
requires: [fedora-latest-ipa-4-8/build]
|
||||
priority: 100
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-latest-ipa-4-8/build_url}'
|
||||
test_suite: test_integration/test_netgroup.py
|
||||
template: *ci-ipa-4-8-latest
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-latest-ipa-4-8/test_authconfig:
|
||||
requires: [fedora-latest-ipa-4-8/build]
|
||||
priority: 100
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-latest-ipa-4-8/build_url}'
|
||||
test_suite: test_integration/test_authselect.py
|
||||
template: *ci-ipa-4-8-latest
|
||||
timeout: 4800
|
||||
topology: *master_1repl_1client
|
||||
|
||||
fedora-latest-ipa-4-8/test_replica_promotion_TestSubCAkeyReplication:
|
||||
requires: [fedora-latest-ipa-4-8/build]
|
||||
priority: 100
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-latest-ipa-4-8/build_url}'
|
||||
test_suite: test_integration/test_replica_promotion.py::TestSubCAkeyReplication
|
||||
template: *ci-ipa-4-8-latest
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-latest-ipa-4-8/test_dnssec_TestInstallDNSSECFirst:
|
||||
requires: [fedora-latest-ipa-4-8/build]
|
||||
priority: 100
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-latest-ipa-4-8/build_url}'
|
||||
test_suite: test_integration/test_dnssec.py::TestInstallDNSSECFirst
|
||||
template: *ci-ipa-4-8-latest
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-latest-ipa-4-8/test_membermanager:
|
||||
requires: [fedora-latest-ipa-4-8/build]
|
||||
priority: 100
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-latest-ipa-4-8/build_url}'
|
||||
test_suite: test_integration/test_membermanager.py
|
||||
template: *ci-ipa-4-8-latest
|
||||
timeout: 1800
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-latest-ipa-4-8/test_adtrust_install:
|
||||
requires: [fedora-latest-ipa-4-8/build]
|
||||
priority: 100
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-latest-ipa-4-8/build_url}'
|
||||
test_suite: test_integration/test_adtrust_install.py
|
||||
template: *ci-ipa-4-8-latest
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-latest-ipa-4-8/test_cert:
|
||||
requires: [fedora-latest-ipa-4-8/build]
|
||||
priority: 100
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-latest-ipa-4-8/build_url}'
|
||||
test_suite: test_integration/test_cert.py
|
||||
template: *ci-ipa-4-8-latest
|
||||
timeout: 5400
|
||||
topology: *master_1repl_1client
|
||||
|
||||
fedora-latest-ipa-4-8/test_upgrade:
|
||||
requires: [fedora-latest-ipa-4-8/build]
|
||||
priority: 100
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-latest-ipa-4-8/build_url}'
|
||||
test_suite: test_integration/test_upgrade.py
|
||||
template: *ci-ipa-4-8-latest
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
1630
ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml
Normal file
1630
ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml
Normal file
File diff suppressed because it is too large
Load Diff
1759
ipatests/prci_definitions/nightly_ipa-4-8_latest_selinux.yaml
Normal file
1759
ipatests/prci_definitions/nightly_ipa-4-8_latest_selinux.yaml
Normal file
File diff suppressed because it is too large
Load Diff
1631
ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml
Normal file
1631
ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml
Normal file
File diff suppressed because it is too large
Load Diff
74
ipatests/prci_definitions/temp_commit.yaml
Normal file
74
ipatests/prci_definitions/temp_commit.yaml
Normal file
@@ -0,0 +1,74 @@
|
||||
#
|
||||
# Template for temporary test commit
|
||||
#
|
||||
# $ ln -sf ipatests/prci_definitions/temp_commit.yaml .freeipa-pr-ci.yaml
|
||||
#
|
||||
|
||||
topologies:
|
||||
build: &build
|
||||
name: build
|
||||
cpu: 2
|
||||
memory: 3800
|
||||
master_3client: &master_3client
|
||||
name: master_3client
|
||||
cpu: 5
|
||||
memory: 10150
|
||||
master_1repl: &master_1repl
|
||||
name: master_1repl
|
||||
cpu: 4
|
||||
memory: 6450
|
||||
master_1repl_1client: &master_1repl_1client
|
||||
name: master_1repl_1client
|
||||
cpu: 4
|
||||
memory: 7400
|
||||
ipaserver: &ipaserver
|
||||
name: ipaserver
|
||||
cpu: 2
|
||||
memory: 2400
|
||||
master_2repl_1client: &master_2repl_1client
|
||||
name: master_2repl_1client
|
||||
cpu: 5
|
||||
memory: 10150
|
||||
master_3repl_1client: &master_3repl_1client
|
||||
name: master_3repl_1client
|
||||
cpu: 6
|
||||
memory: 12900
|
||||
ad_master_2client: &ad_master_2client
|
||||
name: ad_master_2client
|
||||
cpu: 4
|
||||
memory: 12000
|
||||
ad_master: &ad_master
|
||||
name: ad_master
|
||||
cpu: 4
|
||||
memory: 12000
|
||||
adroot_adchild_adtree_master_1client: &adroot_adchild_adtree_master_1client
|
||||
name: adroot_adchild_adtree_master_1client
|
||||
cpu: 8
|
||||
memory: 14500
|
||||
|
||||
jobs:
|
||||
fedora-latest-ipa-4-8/build:
|
||||
requires: []
|
||||
priority: 100
|
||||
job:
|
||||
class: Build
|
||||
args:
|
||||
git_repo: '{git_repo}'
|
||||
git_refspec: '{git_refspec}'
|
||||
template: &ci-ipa-4-8-latest
|
||||
name: freeipa/ci-ipa-4-8-f32
|
||||
version: 0.0.9
|
||||
timeout: 1800
|
||||
topology: *build
|
||||
|
||||
fedora-latest-ipa-4-8/temp_commit:
|
||||
requires: [fedora-latest-ipa-4-8/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-latest-ipa-4-8/build_url}'
|
||||
test_suite: test_integration/test_REPLACEME.py
|
||||
template: *ci-ipa-4-8-latest
|
||||
timeout: 3600
|
||||
topology: *master_1repl_1client
|
||||
Reference in New Issue
Block a user