URL: https://github.com/freeipa/freeipa/pull/2231
Author: Tiboris
 Title: #2231: [Backport][ipa-4-5] PRCI: extend timeouts for gating
Action: opened

PR body:
"""
This PR was opened manually because PR #2227 was pushed to master and backport 
to ipa-4-5 is required.

Some tests have been identified as frequently failing on timeouts. While
we are investigating PRCI potential issues, increase the timeouts to
make PRCI usable. The rule is to add 30min if the test involves CA/KRA
installation or 20min otherwise for the most problematic tests.

external_ca: from 1h to 1h20

Reviewed-By: Tibor Dudlak <tdud...@redhat.com>
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2231/head:pr2231
git checkout pr2231
From 7f9ab94f292689c4c25cdcc57983140f69ef9bd5 Mon Sep 17 00:00:00 2001
From: Florence Blanc-Renaud <f...@redhat.com>
Date: Tue, 7 Aug 2018 17:42:43 +0200
Subject: [PATCH] PRCI: extend timeouts

Some tests have been identified as frequently failing on timeouts. While
we are investigating PRCI potential issues, increase the timeouts to
make PRCI usable. The rule is to add 30min if the test involves CA/KRA
installation or 20min otherwise for the most problematic tests.

external_ca: from 1h to 1h20

Reviewed-By: Tibor Dudlak <tdud...@redhat.com>
---
 .freeipa-pr-ci.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.freeipa-pr-ci.yaml b/.freeipa-pr-ci.yaml
index 0694d9a03a..549febd7a4 100644
--- a/.freeipa-pr-ci.yaml
+++ b/.freeipa-pr-ci.yaml
@@ -60,7 +60,7 @@ jobs:
         build_url: '{fedora-26/build_url}'
         test_suite: test_integration/test_external_ca.py::TestExternalCA
         template: *ci-ipa-4-5-f26
-        timeout: 3600
+        timeout: 4800
         topology: *master_1repl_1client
 
   fedora-26/dnssec:
_______________________________________________
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/freeipa-devel@lists.fedorahosted.org/message/VRTJUWRTOC6NSDUGEETOSUDWR67DSR6K/

Reply via email to