From c2728f3b5e3b925eee5890fc89c5ce22b2c54e43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= Date: Fri, 30 Jul 2021 14:18:08 +0200 Subject: [PATCH] gating.yaml: add baseos-ci.brew-build.destructive.functional The new test case contains integration tests from firewalld upstream test suite that should run isolated from the rest. --- gating.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/gating.yaml b/gating.yaml index a20fcf4..b3f37f3 100644 --- a/gating.yaml +++ b/gating.yaml @@ -5,4 +5,5 @@ decision_context: osci_compose_gate rules: - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-gating.functional} - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-gating-heavy.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.destructive.functional} # - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}