From 2c8352fe8536be0e630fdb910dc90831847ad119 Mon Sep 17 00:00:00 2001 From: Fraser Tweedale Date: Jul 17 2019 14:58:58 +0000 Subject: ci: add --external-ca-profile tests to nightly Part of: https://pagure.io/freeipa/issue/7548 Reviewed-By: Florence Blanc-Renaud --- diff --git a/ipatests/prci_definitions/nightly_f28.yaml b/ipatests/prci_definitions/nightly_f28.yaml index fe86730..d1605e6 100644 --- a/ipatests/prci_definitions/nightly_f28.yaml +++ b/ipatests/prci_definitions/nightly_f28.yaml @@ -75,6 +75,18 @@ jobs: timeout: 3600 topology: *master_1repl + fedora-28/external_ca_templates: + requires: [fedora-28/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-28/build_url}' + test_suite: test_integration/test_external_ca.py::TestExternalCAProfileScenarios + template: *ci-master-f28 + timeout: 3600 + topology: *master_1repl + fedora-28/test_topologies: requires: [fedora-28/build] priority: 50 diff --git a/ipatests/prci_definitions/nightly_f29.yaml b/ipatests/prci_definitions/nightly_f29.yaml index 57c1b62..ed88eb1 100644 --- a/ipatests/prci_definitions/nightly_f29.yaml +++ b/ipatests/prci_definitions/nightly_f29.yaml @@ -75,6 +75,18 @@ jobs: timeout: 3600 topology: *master_1repl + fedora-29/external_ca_templates: + requires: [fedora-29/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-29/build_url}' + test_suite: test_integration/test_external_ca.py::TestExternalCAProfileScenarios + template: *ci-master-f29 + timeout: 3600 + topology: *master_1repl + fedora-29/test_topologies: requires: [fedora-29/build] priority: 50 diff --git a/ipatests/prci_definitions/nightly_master.yaml b/ipatests/prci_definitions/nightly_master.yaml index dc63f37..0a66a13 100644 --- a/ipatests/prci_definitions/nightly_master.yaml +++ b/ipatests/prci_definitions/nightly_master.yaml @@ -75,6 +75,18 @@ jobs: timeout: 3600 topology: *master_1repl + fedora-30/external_ca_templates: + requires: [fedora-30/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-30/build_url}' + test_suite: test_integration/test_external_ca.py::TestExternalCAProfileScenarios + template: *ci-master-f30 + timeout: 3600 + topology: *master_1repl + fedora-30/test_topologies: requires: [fedora-30/build] priority: 50 diff --git a/ipatests/prci_definitions/nightly_master_pki.yaml b/ipatests/prci_definitions/nightly_master_pki.yaml index 1bb0af0..ed2e38d 100644 --- a/ipatests/prci_definitions/nightly_master_pki.yaml +++ b/ipatests/prci_definitions/nightly_master_pki.yaml @@ -75,6 +75,18 @@ jobs: timeout: 3600 topology: *master_1repl + fedora-29/external_ca_templates: + requires: [fedora-29/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-29/build_url}' + test_suite: test_integration/test_external_ca.py::TestExternalCAProfileScenarios + template: *pki-master-f29 + timeout: 3600 + topology: *master_1repl + fedora-29/test_vault: requires: [fedora-29/build] priority: 50 diff --git a/ipatests/prci_definitions/nightly_rawhide.yaml b/ipatests/prci_definitions/nightly_rawhide.yaml index 3018784..14433fc 100644 --- a/ipatests/prci_definitions/nightly_rawhide.yaml +++ b/ipatests/prci_definitions/nightly_rawhide.yaml @@ -75,6 +75,18 @@ jobs: 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}' + 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