URL: https://github.com/freeipa/freeipa/pull/3975
Author: tiran
 Title: #3975: Don't run test_smb in gating tests
Action: opened

PR body:
"""
test_smb slows down gating and PR turnover. The test takes between 45 and
50 minutes to execute while the other gating tests finish in about or less
than half the time.

The Samba / AD integration tests are still executed in nightly tests.

Signed-off-by: Christian Heimes <chei...@redhat.com>
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/3975/head:pr3975
git checkout pr3975
From 1bd2b19f4342d6f0584e4977a22523a8fad4cabf Mon Sep 17 00:00:00 2001
From: Christian Heimes <chei...@redhat.com>
Date: Tue, 3 Dec 2019 11:17:48 +0100
Subject: [PATCH] Don't run test_smb in gating tests

test_smb slows down gating and PR turnover. The test takes between 45 and
50 minutes to execute while the other gating tests finish in about or less
than half the time.

The Samba / AD integration tests are still executed in nightly tests.

Signed-off-by: Christian Heimes <chei...@redhat.com>
---
 ipatests/prci_definitions/gating.yaml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/ipatests/prci_definitions/gating.yaml b/ipatests/prci_definitions/gating.yaml
index 784f107c74..2956016212 100644
--- a/ipatests/prci_definitions/gating.yaml
+++ b/ipatests/prci_definitions/gating.yaml
@@ -263,14 +263,3 @@ jobs:
         timeout: 1800
         topology: *master_1repl
 
-  fedora-latest/test_smb:
-    requires: [fedora-latest/build]
-    priority: 100
-    job:
-      class: RunADTests
-      args:
-        build_url: '{fedora-latest/build_url}'
-        test_suite: test_integration/test_smb.py
-        template: *ci-master-latest
-        timeout: 7200
-        topology: *ad_master_2client
_______________________________________________
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