URL: https://github.com/freeipa/freeipa/pull/5318 Author: netoarmando Title: #5318: ipatests: Update Rawhide template for PR-CI Action: opened
PR body: """ New Rawhide aiming Fedora 34. Template based on `Fedora-Cloud-Base-Vagrant-Rawhide-20201116.n.0.x86_64.vagrant-libvirt.box`. This was part of https://github.com/freeipa/freeipa/pull/5187 but moved to an independent PR to unblock nightly runs. """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5318/head:pr5318 git checkout pr5318
From 97994bb6e1e2fdc2b99a8cbb42d57b3b65eacbe0 Mon Sep 17 00:00:00 2001 From: Armando Neto <abiag...@redhat.com> Date: Wed, 2 Dec 2020 14:11:46 -0300 Subject: [PATCH 1/2] ipatests: Update Rawhide template for PR-CI New Rawhide aiming Fedora 34. Template based on `Fedora-Cloud-Base-Vagrant-Rawhide-20201116.n.0.x86_64.vagrant-libvirt.box` Signed-off-by: Armando Neto <abiag...@redhat.com> --- ipatests/prci_definitions/nightly_rawhide.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipatests/prci_definitions/nightly_rawhide.yaml b/ipatests/prci_definitions/nightly_rawhide.yaml index 21debb6a42e..c21fc6082e9 100644 --- a/ipatests/prci_definitions/nightly_rawhide.yaml +++ b/ipatests/prci_definitions/nightly_rawhide.yaml @@ -51,7 +51,7 @@ jobs: git_refspec: '{git_refspec}' template: &ci-master-frawhide name: freeipa/ci-master-frawhide - version: 0.1.4 + version: 0.2.1 timeout: 1800 topology: *build From 938e926977ae739d88b7285e6862b7bf38ede3ae Mon Sep 17 00:00:00 2001 From: Armando Neto <abiag...@redhat.com> Date: Wed, 2 Dec 2020 15:02:45 -0300 Subject: [PATCH 2/2] temp commit Signed-off-by: Armando Neto <abiag...@redhat.com> --- .freeipa-pr-ci.yaml | 2 +- ipatests/prci_definitions/temp_commit.yaml | 293 ++++++++++++++++++++- 2 files changed, 285 insertions(+), 10 deletions(-) diff --git a/.freeipa-pr-ci.yaml b/.freeipa-pr-ci.yaml index abcf8c5b634..80656690080 120000 --- a/.freeipa-pr-ci.yaml +++ b/.freeipa-pr-ci.yaml @@ -1 +1 @@ -ipatests/prci_definitions/gating.yaml \ No newline at end of file +ipatests/prci_definitions/temp_commit.yaml \ No newline at end of file diff --git a/ipatests/prci_definitions/temp_commit.yaml b/ipatests/prci_definitions/temp_commit.yaml index b297cd4e319..5882caeee1c 100644 --- a/ipatests/prci_definitions/temp_commit.yaml +++ b/ipatests/prci_definitions/temp_commit.yaml @@ -46,8 +46,9 @@ topologies: cpu: 8 memory: 14500 + jobs: - fedora-latest/build: + fedora-rawhide/build: requires: [] priority: 100 job: @@ -55,20 +56,294 @@ jobs: args: git_repo: '{git_repo}' git_refspec: '{git_refspec}' - template: &ci-master-latest - name: freeipa/ci-master-f32 - version: 0.0.16 + template: &ci-master-frawhide + name: freeipa/ci-master-frawhide + version: 0.2.1 timeout: 1800 topology: *build - fedora-latest/temp_commit: - requires: [fedora-latest/build] + fedora-rawhide/test_installation_TestInstallMaster: + requires: [fedora-rawhide/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-rawhide/build_url}' + update_packages: True + test_suite: test_integration/test_installation.py::TestInstallMaster + template: *ci-master-frawhide + timeout: 10800 + topology: *master_1repl + + fedora-rawhide/simple_replication: + requires: [fedora-rawhide/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-rawhide/build_url}' + update_packages: True + test_suite: test_integration/test_simple_replication.py + template: *ci-master-frawhide + timeout: 3600 + topology: *master_1repl + + fedora-rawhide/test_caless_TestServerReplicaCALessToCAFull: + requires: [fedora-rawhide/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-rawhide/build_url}' + update_packages: True + test_suite: test_integration/test_caless.py::TestServerReplicaCALessToCAFull + template: *ci-master-frawhide + timeout: 5400 + topology: *master_1repl + + fedora-rawhide/test_external_ca_TestExternalCA: + requires: [fedora-rawhide/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-rawhide/build_url}' + update_packages: True + test_suite: test_integration/test_external_ca.py::TestExternalCA test_integration/test_external_ca.py::TestExternalCAConstraints + template: *ci-master-frawhide + timeout: 4800 + topology: *master_1repl_1client + + + fedora-rawhide/test_external_ca_TestSelfExternalSelf: + requires: [fedora-rawhide/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-rawhide/build_url}' + update_packages: True + test_suite: test_integration/test_external_ca.py::TestSelfExternalSelf test_integration/test_external_ca.py::TestExternalCAInstall + template: *ci-master-frawhide + timeout: 3600 + topology: *master_1repl + + fedora-rawhide/external_ca_templates: + requires: [fedora-rawhide/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-rawhide/build_url}' + update_packages: True + test_suite: test_integration/test_external_ca.py::TestExternalCAProfileScenarios + template: *ci-master-frawhide + timeout: 3600 + topology: *master_1repl + + fedora-rawhide/test_topologies: + requires: [fedora-rawhide/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-rawhide/build_url}' + update_packages: True + test_suite: test_integration/test_topologies.py + template: *ci-master-frawhide + timeout: 3600 + topology: *master_1repl + + fedora-rawhide/test_sudo: + requires: [fedora-rawhide/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-rawhide/build_url}' + update_packages: True + test_suite: test_integration/test_sudo.py + template: *ci-master-frawhide + timeout: 4800 + topology: *master_1repl_1client + + fedora-rawhide/test_commands: + requires: [fedora-rawhide/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-rawhide/build_url}' + update_packages: True + test_suite: test_integration/test_commands.py + template: *ci-master-frawhide + timeout: 3600 + topology: *master_1repl_1client + + fedora-rawhide/test_kerberos_flags: + requires: [fedora-rawhide/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-rawhide/build_url}' + update_packages: True + test_suite: test_integration/test_kerberos_flags.py + template: *ci-master-frawhide + timeout: 3600 + topology: *master_1repl_1client + + fedora-rawhide/test_forced_client_enrolment: + requires: [fedora-rawhide/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-rawhide/build_url}' + update_packages: True + test_suite: test_integration/test_forced_client_reenrollment.py + template: *ci-master-frawhide + timeout: 4800 + topology: *master_1repl_1client + + fedora-rawhide/test_advise: + requires: [fedora-rawhide/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-rawhide/build_url}' + update_packages: True + test_suite: test_integration/test_advise.py + template: *ci-master-frawhide + timeout: 3600 + topology: *master_1repl_1client + + fedora-rawhide/test_testconfig: + requires: [fedora-rawhide/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-rawhide/build_url}' + update_packages: True + test_suite: test_integration/test_testconfig.py + template: *ci-master-frawhide + timeout: 3600 + topology: *master_1repl + + fedora-rawhide/test_service_permissions: + requires: [fedora-rawhide/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-rawhide/build_url}' + update_packages: True + test_suite: test_integration/test_service_permissions.py + template: *ci-master-frawhide + timeout: 3600 + topology: *master_1repl + + fedora-rawhide/test_netgroup: + requires: [fedora-rawhide/build] priority: 50 job: class: RunPytest args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_REPLACEME.py - template: *ci-master-latest + build_url: '{fedora-rawhide/build_url}' + update_packages: True + test_suite: test_integration/test_netgroup.py + template: *ci-master-frawhide timeout: 3600 + topology: *master_1repl + + fedora-rawhide/test_authconfig: + requires: [fedora-rawhide/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-rawhide/build_url}' + update_packages: True + test_suite: test_integration/test_authselect.py + template: *ci-master-frawhide + timeout: 4800 + topology: *master_1repl_1client + + fedora-rawhide/test_replica_promotion_TestSubCAkeyReplication: + requires: [fedora-rawhide/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-rawhide/build_url}' + update_packages: True + test_suite: test_integration/test_replica_promotion.py::TestSubCAkeyReplication + template: *ci-master-frawhide + timeout: 7200 + + fedora-rawhide/test_membermanager: + requires: [fedora-rawhide/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-rawhide/build_url}' + update_packages: True + test_suite: test_integration/test_membermanager.py + template: *ci-master-frawhide + timeout: 1800 + topology: *master_1repl + + fedora-rawhide/test_adtrust_install: + requires: [fedora-rawhide/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-rawhide/build_url}' + update_packages: True + test_suite: test_integration/test_adtrust_install.py + template: *ci-master-frawhide + timeout: 3600 + topology: *master_1repl + + fedora-rawhide/test_cert: + requires: [fedora-rawhide/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-rawhide/build_url}' + update_packages: True + test_suite: test_integration/test_cert.py + template: *ci-master-frawhide + timeout: 5400 + topology: *master_1repl_1client + + fedora-rawhide/test_upgrade: + requires: [fedora-rawhide/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-rawhide/build_url}' + update_packages: True + test_suite: test_integration/test_upgrade.py + template: *ci-master-frawhide + timeout: 7200 + topology: *master_1repl + + fedora-rawhide/test_acme: + requires: [fedora-rawhide/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-rawhide/build_url}' + update_packages: True + test_suite: test_integration/test_acme.py + template: *ci-master-frawhide + timeout: 7200 topology: *master_1repl_1client
_______________________________________________ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/freeipa-devel@lists.fedorahosted.org