URL: https://github.com/freeipa/freeipa/pull/5379
Author: flo-renaud
 Title: #5379: ipatests: remove test_acme from gating
Action: opened

PR body:
"""
test_acme is not stable and often needs to be
launched multiple times. Remove the test from gating
until the issue is fixed

Related: https://pagure.io/freeipa/issue/8602
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5379/head:pr5379
git checkout pr5379
From 675060f139ff080203051576fe64dbd057e82a73 Mon Sep 17 00:00:00 2001
From: Florence Blanc-Renaud <f...@redhat.com>
Date: Wed, 23 Dec 2020 12:14:02 +0100
Subject: [PATCH] ipatests: remove test_acme from gating

test_acme is not stable and often needs to be
launched multiple times. Remove the test from gating
until the issue is fixed

Related: https://pagure.io/freeipa/issue/8602
---
 ipatests/prci_definitions/gating.yaml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/ipatests/prci_definitions/gating.yaml b/ipatests/prci_definitions/gating.yaml
index 375d8968167..dfc14f64f98 100644
--- a/ipatests/prci_definitions/gating.yaml
+++ b/ipatests/prci_definitions/gating.yaml
@@ -298,15 +298,3 @@ jobs:
         template: *ci-master-latest
         timeout: 3600
         topology: *master_1repl
-
-  fedora-latest/test_acme:
-    requires: [fedora-latest/build]
-    priority: 100
-    job:
-      class: RunPytest
-      args:
-        build_url: '{fedora-latest/build_url}'
-        test_suite: test_integration/test_acme.py
-        template: *ci-master-latest
-        timeout: 7200
-        topology: *master_1repl_1client
_______________________________________________
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

Reply via email to