URL: https://github.com/freeipa/freeipa/pull/2230
Author: Tiboris
 Title: #2230: [Backport][ipa-4-6] 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-6 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/2230/head:pr2230
git checkout pr2230
From 2596f2b8c1a808f25b38286b4adab7b1da2a432d 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 for gating

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 fc50f1d2e8..6b306a9c58 100644
--- a/.freeipa-pr-ci.yaml
+++ b/.freeipa-pr-ci.yaml
@@ -60,7 +60,7 @@ jobs:
         build_url: '{fedora-27/build_url}'
         test_suite: test_integration/test_external_ca.py::TestExternalCA
         template: *ci-master-f27
-        timeout: 4200
+        timeout: 4800
         topology: *master_1repl_1client
 
   fedora-27/test_ipa_commands:
_______________________________________________
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/64HGIPTJYWDWL2YA5LD5JJFODVZM22WW/

Reply via email to