From 35114d8e182c1e8449bf6e4d98fe66bb14f974b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Mon, 26 Aug 2024 16:47:52 +0200 Subject: [PATCH] gating: use separate plans for libcurl and libcurl-minimal --- gating.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gating.yaml b/gating.yaml index ea3831d..aad224d 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,4 +3,5 @@ product_versions: - rhel-* decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal/libcurl.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal/libcurl-minimal.functional}