URL: https://github.com/freeipa/freeipa/pull/2224
Author: Rezney
 Title: #2224: PR-CI extend timeouts
Action: opened

PR body:
"""
extend timeout with one hour as timed out many times in PRCI nightly
- test_dnssec
- test_replication_layouts_TestLineTopologyWithCA
- test_replication_layouts_TestLineTopologyWithCAKRA
- test_replication_layouts_TestStarTopologyWithCAKRA
- test_server_del
- test_webui

Signed-off-by: Pavel Picka <ppi...@redhat.com>
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2224/head:pr2224
git checkout pr2224
From a849c42ddb088247570eb0c8d862466a1f125919 Mon Sep 17 00:00:00 2001
From: Pavel Picka <ppi...@redhat.com>
Date: Mon, 30 Jul 2018 10:43:32 +0200
Subject: [PATCH] PR-CI extend timeouts

extend timeout with one hour as timed out many times in PRCI nightly
- test_dnssec
- test_replication_layouts_TestLineTopologyWithCA
- test_replication_layouts_TestLineTopologyWithCAKRA
- test_replication_layouts_TestStarTopologyWithCAKRA
- test_server_del
- test_webui

Signed-off-by: Pavel Picka <ppi...@redhat.com>
---
 ipatests/prci_definitions/nightly_master.yaml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/ipatests/prci_definitions/nightly_master.yaml b/ipatests/prci_definitions/nightly_master.yaml
index 6a79da742e..c299e4138a 100644
--- a/ipatests/prci_definitions/nightly_master.yaml
+++ b/ipatests/prci_definitions/nightly_master.yaml
@@ -48,7 +48,7 @@ jobs:
         build_url: '{fedora-28/build_url}'
         test_suite: test_integration/test_server_del.py
         template: *ci-master-f28
-        timeout: 8000
+        timeout: 10800
         topology: *master_2repl_1client
 
   fedora-28/test_installation_TestInstallWithCA1:
@@ -385,7 +385,7 @@ jobs:
         build_url: '{fedora-28/build_url}'
         test_suite: test_integration/test_dnssec.py
         template: *ci-master-f28
-        timeout: 7200
+        timeout: 10800
         topology: *master_2repl_1client
 
   fedora-28/test_replica_promotion_TestReplicaPromotionLevel0:
@@ -601,7 +601,7 @@ jobs:
         build_url: '{fedora-28/build_url}'
         test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithCA
         template: *ci-master-f28
-        timeout: 7200
+        timeout: 10800
         topology: *master_3repl_1client
 
   fedora-28/test_replication_layouts_TestLineTopologyWithCAKRA:
@@ -613,7 +613,7 @@ jobs:
         build_url: '{fedora-28/build_url}'
         test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithCAKRA
         template: *ci-master-f28
-        timeout: 7200
+        timeout: 10800
         topology: *master_3repl_1client
 
   fedora-28/test_replication_layouts.py_TestStarTopologyWithoutCA:
@@ -649,7 +649,7 @@ jobs:
         build_url: '{fedora-28/build_url}'
         test_suite: test_integration/test_replication_layouts.py::TestStarTopologyWithCAKRA
         template: *ci-master-f28
-        timeout: 7200
+        timeout: 10800
         topology: *master_3repl_1client
 
   fedora-28/test_replication_layouts_TestCompleteTopologyWithoutCA:
@@ -697,5 +697,5 @@ jobs:
         build_url: '{fedora-28/build_url}'
         test_suite: test_webui/
         template: *ci-master-f28
-        timeout: 16000
+        timeout: 19600
         topology: *ipaserver
_______________________________________________
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/2SYDX6JKKNTV53FYCFDYIQ5H2LR2RZGZ/

Reply via email to