URL: https://github.com/freeipa/freeipa/pull/4466 Author: fcami Title: #4466: pr-ci templates: update test_fips timeouts Action: opened
PR body: """ test_fips takes between 45 and ~80 mins to run. The templates' timeout was 3600s which is too short for successful execution. 7200s should do. Fixes: https://pagure.io/freeipa/issue/8247 Signed-off-by: François Cami <fc...@redhat.com> """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/4466/head:pr4466 git checkout pr4466
From ffab8f31ad5705dd237b1ace8c985d6613914fd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Cami?= <fc...@redhat.com> Date: Sat, 28 Mar 2020 11:57:16 +0100 Subject: [PATCH] pr-ci templates: update test_fips timeouts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit test_fips takes between 45 and ~80 mins to run. The templates' timeout was 3600s which is too short for successful execution. 7200s should do. Fixes: https://pagure.io/freeipa/issue/8247 Signed-off-by: François Cami <fc...@redhat.com> --- ipatests/prci_definitions/nightly_latest.yaml | 2 +- ipatests/prci_definitions/nightly_previous.yaml | 2 +- ipatests/prci_definitions/nightly_rawhide.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ipatests/prci_definitions/nightly_latest.yaml b/ipatests/prci_definitions/nightly_latest.yaml index bef6060393..023fb1b125 100644 --- a/ipatests/prci_definitions/nightly_latest.yaml +++ b/ipatests/prci_definitions/nightly_latest.yaml @@ -172,7 +172,7 @@ jobs: build_url: '{fedora-latest/build_url}' test_suite: test_integration/test_fips.py template: *ci-master-latest - timeout: 3600 + timeout: 7200 topology: *master_1repl_1client fedora-latest/test_forced_client_enrolment: diff --git a/ipatests/prci_definitions/nightly_previous.yaml b/ipatests/prci_definitions/nightly_previous.yaml index 43865ff107..7292b4c2f4 100644 --- a/ipatests/prci_definitions/nightly_previous.yaml +++ b/ipatests/prci_definitions/nightly_previous.yaml @@ -172,7 +172,7 @@ jobs: build_url: '{fedora-previous/build_url}' test_suite: test_integration/test_fips.py template: *ci-master-previous - timeout: 3600 + timeout: 7200 topology: *master_1repl_1client fedora-previous/test_forced_client_enrolment: diff --git a/ipatests/prci_definitions/nightly_rawhide.yaml b/ipatests/prci_definitions/nightly_rawhide.yaml index e12401aea0..75f5beca79 100644 --- a/ipatests/prci_definitions/nightly_rawhide.yaml +++ b/ipatests/prci_definitions/nightly_rawhide.yaml @@ -182,7 +182,7 @@ jobs: update_packages: True test_suite: test_integration/test_fips.py template: *ci-master-frawhide - timeout: 3600 + timeout: 7200 topology: *master_1repl_1client fedora-rawhide/test_forced_client_enrolment:
_______________________________________________ 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