From 2c48d9544c9a4d07feba69aa1ad3d489f4cd2973 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Tue, 10 Mar 2026 15:50:33 +0100 Subject: [PATCH] gating: Fix CI triggering on s390x and ppc64le The CI pipeline won't pass otherwise, preventing the riscv64 fix from being merged. Related: RHEL-149797 Signed-off-by: Andrea Bolognani --- gating.yaml | 3 +-- strace.spec | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gating.yaml b/gating.yaml index a25d26a..4ca9235 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,5 +3,4 @@ product_versions: - rhel-10 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gating-tmt-x86_64-aarch64.functional} - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gating-tmt-s390x-ppc64le.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/strace.spec b/strace.spec index 69a18c0..4d52a4a 100644 --- a/strace.spec +++ b/strace.spec @@ -228,6 +228,7 @@ fi %changelog * Sun Feb 15 2026 Andrea Bolognani - 6.12-4 - Additional riscv64 build fixes (RHEL-149797) +- Fix CI triggering on s390x and ppc64le * Wed Dec 17 2025 Michael Petlan - 6.12.3 - Fix incorrect inet_pton call discovered by fortification (RHEL-136502)