From fdc3554d681b9600560a099680129cc4849e55d7 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Tue, 9 Apr 2019 10:35:33 +0200 Subject: [PATCH] Gating: remove vault and kdcproxy tests Vault and KDC proxy are neither critical subsystems nor are they likely to fail. They have been pretty stable and don't see any major development. It's sufficient to run them in nightly tests only. The removal speed up gating a bit. Especially vault tests are slow and usually take more than 30 minutes to complete Signed-off-by: Christian Heimes Reviewed-By: Florence Blanc-Renaud --- ipatests/prci_definitions/gating.yaml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/ipatests/prci_definitions/gating.yaml b/ipatests/prci_definitions/gating.yaml index 95fac750c..43c821b5d 100644 --- a/ipatests/prci_definitions/gating.yaml +++ b/ipatests/prci_definitions/gating.yaml @@ -123,18 +123,6 @@ jobs: timeout: 3600 topology: *master_1repl_1client - fedora-29/test_http_kdc_proxy: - requires: [fedora-29/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-29/build_url}' - test_suite: test_integration/test_http_kdc_proxy.py - template: *ci-master-f29 - timeout: 3600 - topology: *master_1repl_1client - fedora-29/test_forced_client_enrolment: requires: [fedora-29/build] priority: 50 @@ -195,18 +183,6 @@ jobs: timeout: 3600 topology: *master_1repl - fedora-29/test_vault: - requires: [fedora-29/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-29/build_url}' - test_suite: test_integration/test_vault.py - template: *ci-master-f29 - timeout: 6300 - topology: *master_1repl - fedora-29/test_authconfig: requires: [fedora-29/build] priority: 50