From 96c4f3c2b1e1f22744d43566c43e1e8bd52931b4 Mon Sep 17 00:00:00 2001 From: Yulia Kopkova Date: Thu, 13 Mar 2025 13:55:13 -0400 Subject: [PATCH] Update gating tests --- gating.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gating.yaml b/gating.yaml index c821aac..8542466 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,4 +3,6 @@ product_versions: - rhel-9 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.general-kpatch.tier0.functional} + - !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kpatch-x86_64.tier1.functional} + - !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kpatch-ppc64le.tier1.functional} + - !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kpatch-s390x.tier1.functional}