From 7964f5408bb05e2a98aaa019f788e9d2b4bb987e Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 26 Dec 2024 14:39:41 +0530 Subject: [PATCH] rpm/gating.yaml: include push to testing case in fedora Signed-off-by: Lokesh Mandvekar --- rpm/gating.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rpm/gating.yaml b/rpm/gating.yaml index 293f395..4efb29f 100644 --- a/rpm/gating.yaml +++ b/rpm/gating.yaml @@ -1,7 +1,9 @@ --- !Policy product_versions: - fedora-* -decision_context: bodhi_update_push_stable +decision_context: + - bodhi_update_push_stable + - bodhi_update_push_testing rules: - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}