URL: https://github.com/freeipa/freeipa/pull/6082 Author: flo-renaud Title: #6082: ipatests: update packages in rawhide test test_installation_client.py Action: opened
PR body: """ The test definition is missing the instruction to update the packages. Fixes: https://pagure.io/freeipa/issue/9035 Signed-off-by: Florence Blanc-Renaud <f...@redhat.com> """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/6082/head:pr6082 git checkout pr6082
From 7a88b35d71153bcd3de2f87ed85cd5c8880889a1 Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud <f...@redhat.com> Date: Sun, 14 Nov 2021 13:17:27 +0100 Subject: [PATCH 1/2] ipatests: update packages in rawhide test test_installation_client.py The test definition is missing the instruction to update the packages. Fixes: https://pagure.io/freeipa/issue/9035 Signed-off-by: Florence Blanc-Renaud <f...@redhat.com> --- ipatests/prci_definitions/nightly_rawhide.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ipatests/prci_definitions/nightly_rawhide.yaml b/ipatests/prci_definitions/nightly_rawhide.yaml index ee95f979919..8a3e7dc7e6a 100644 --- a/ipatests/prci_definitions/nightly_rawhide.yaml +++ b/ipatests/prci_definitions/nightly_rawhide.yaml @@ -1220,6 +1220,7 @@ jobs: class: RunPytest args: build_url: '{fedora-rawhide/build_url}' + update_packages: True test_suite: test_integration/test_installation_client.py template: *ci-master-frawhide timeout: 3600 From ec2ce0276d6e81f678609b92d8afcdaa10f9203d Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud <f...@redhat.com> Date: Sun, 14 Nov 2021 13:20:13 +0100 Subject: [PATCH 2/2] Temp commit --- .freeipa-pr-ci.yaml | 2 +- ipatests/prci_definitions/temp_commit.yaml | 21 +++++++++++---------- 2 files changed, 12 insertions(+), 11 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 4b0398b9218..23b632839cd 100644 --- a/ipatests/prci_definitions/temp_commit.yaml +++ b/ipatests/prci_definitions/temp_commit.yaml @@ -47,7 +47,7 @@ topologies: memory: 14500 jobs: - fedora-latest/build: + fedora-rawhide/build: requires: [] priority: 100 job: @@ -55,20 +55,21 @@ jobs: args: git_repo: '{git_repo}' git_refspec: '{git_refspec}' - template: &ci-master-latest - name: freeipa/ci-master-f34 - version: 0.0.5 + template: &ci-master-frawhide + name: freeipa/ci-master-frawhide + version: 0.5.1 timeout: 1800 topology: *build - fedora-latest/temp_commit: - requires: [fedora-latest/build] + fedora-rawhide/test_installation_client: + 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_installation_client.py + template: *ci-master-frawhide timeout: 3600 - topology: *master_1repl_1client + topology: *master_3client
_______________________________________________ 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