URL: https://github.com/freeipa/freeipa/pull/6138 Author: flo-renaud Title: #6138: ipatests: update images for f34 and f35 Action: opened
PR body: """ New versions of pki-server fix the following issues: Fixes: https://pagure.io/freeipa/issue/9024 Fixes: https://pagure.io/freeipa/issue/8865 """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/6138/head:pr6138 git checkout pr6138
From 1a64745e07ca8f404d9f67bb1749c9d7483de4c7 Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud <f...@redhat.com> Date: Wed, 12 Jan 2022 16:42:14 +0100 Subject: [PATCH 1/2] ipatests: update images for f34 and f35 New versions of pki-server fix the following issues: Fixes: https://pagure.io/freeipa/issue/9024 Fixes: https://pagure.io/freeipa/issue/8865 Signed-off-by: Florence Blanc-Renaud <f...@redhat.com> --- ipatests/prci_definitions/gating.yaml | 2 +- ipatests/prci_definitions/nightly_latest.yaml | 2 +- ipatests/prci_definitions/nightly_latest_selinux.yaml | 2 +- ipatests/prci_definitions/nightly_previous.yaml | 2 +- ipatests/prci_definitions/temp_commit.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ipatests/prci_definitions/gating.yaml b/ipatests/prci_definitions/gating.yaml index 515ddf5b5be..2a5b4f8d6db 100644 --- a/ipatests/prci_definitions/gating.yaml +++ b/ipatests/prci_definitions/gating.yaml @@ -31,7 +31,7 @@ jobs: git_refspec: '{git_refspec}' template: &ci-master-latest name: freeipa/ci-master-f35 - version: 0.0.2 + version: 0.0.3 timeout: 1800 topology: *build diff --git a/ipatests/prci_definitions/nightly_latest.yaml b/ipatests/prci_definitions/nightly_latest.yaml index fc78b0c52ce..519b1e05bb5 100644 --- a/ipatests/prci_definitions/nightly_latest.yaml +++ b/ipatests/prci_definitions/nightly_latest.yaml @@ -51,7 +51,7 @@ jobs: git_refspec: '{git_refspec}' template: &ci-master-latest name: freeipa/ci-master-f35 - version: 0.0.2 + version: 0.0.3 timeout: 1800 topology: *build diff --git a/ipatests/prci_definitions/nightly_latest_selinux.yaml b/ipatests/prci_definitions/nightly_latest_selinux.yaml index 282501be986..81a508b67fc 100644 --- a/ipatests/prci_definitions/nightly_latest_selinux.yaml +++ b/ipatests/prci_definitions/nightly_latest_selinux.yaml @@ -51,7 +51,7 @@ jobs: git_refspec: '{git_refspec}' template: &ci-master-latest name: freeipa/ci-master-f35 - version: 0.0.2 + version: 0.0.3 timeout: 1800 topology: *build diff --git a/ipatests/prci_definitions/nightly_previous.yaml b/ipatests/prci_definitions/nightly_previous.yaml index 826eb8609af..b8b24f5d5a5 100644 --- a/ipatests/prci_definitions/nightly_previous.yaml +++ b/ipatests/prci_definitions/nightly_previous.yaml @@ -51,7 +51,7 @@ jobs: git_refspec: '{git_refspec}' template: &ci-master-previous name: freeipa/ci-master-f34 - version: 0.0.7 + version: 0.0.8 timeout: 1800 topology: *build diff --git a/ipatests/prci_definitions/temp_commit.yaml b/ipatests/prci_definitions/temp_commit.yaml index 31935bf044a..23e34da30a4 100644 --- a/ipatests/prci_definitions/temp_commit.yaml +++ b/ipatests/prci_definitions/temp_commit.yaml @@ -57,7 +57,7 @@ jobs: git_refspec: '{git_refspec}' template: &ci-master-latest name: freeipa/ci-master-f35 - version: 0.0.2 + version: 0.0.3 timeout: 1800 topology: *build From b11c3cf222bc1e5d13dd793c13c6d5477d8bf3ea Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud <f...@redhat.com> Date: Wed, 12 Jan 2022 16:53:29 +0100 Subject: [PATCH 2/2] Temp commit --- .freeipa-pr-ci.yaml | 2 +- ipatests/prci_definitions/temp_commit.yaml | 56 ++++++++++++++++++++-- 2 files changed, 54 insertions(+), 4 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 23e34da30a4..9e0d93112a7 100644 --- a/ipatests/prci_definitions/temp_commit.yaml +++ b/ipatests/prci_definitions/temp_commit.yaml @@ -61,14 +61,64 @@ jobs: timeout: 1800 topology: *build - fedora-latest/temp_commit: + fedora-latest/test_server_del: requires: [fedora-latest/build] priority: 50 job: class: RunPytest args: build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_REPLACEME.py + test_suite: test_integration/test_server_del.py template: *ci-master-latest - timeout: 3600 + timeout: 10800 + topology: *master_2repl_1client + + fedora-latest/test_fips: + requires: [fedora-latest/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest/build_url}' + test_suite: test_integration/test_fips.py + template: *ci-master-latest + timeout: 7200 + topology: *master_1repl_1client + + fedora-previous/build: + requires: [] + priority: 100 + job: + class: Build + args: + git_repo: '{git_repo}' + git_refspec: '{git_refspec}' + template: &ci-master-previous + name: freeipa/ci-master-f34 + version: 0.0.8 + timeout: 1800 + topology: *build + + fedora-previous/test_server_del: + requires: [fedora-previous/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-previous/build_url}' + test_suite: test_integration/test_server_del.py + template: *ci-master-previous + timeout: 10800 + topology: *master_2repl_1client + + fedora-previous/test_fips: + requires: [fedora-previous/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-previous/build_url}' + test_suite: test_integration/test_fips.py + template: *ci-master-previous + 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 Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure