From d519854617f2f87c831e9995c1c4fc2c0e326a45 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Thu, 28 May 2026 12:32:31 +0200 Subject: [PATCH] Enable tier0 gating tests for fuse-overlayfs Add osci.brew-build.tier0.functional rule to gating.yaml to enable automated tier0 testing in the RHEL-on-GitLab MR pipeline. Resolves: RHEL-179778 --- fuse-overlayfs.spec | 5 ++++- gating.yaml | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/fuse-overlayfs.spec b/fuse-overlayfs.spec index 9968ed7..af9ce99 100644 --- a/fuse-overlayfs.spec +++ b/fuse-overlayfs.spec @@ -4,7 +4,7 @@ Name: fuse-overlayfs Version: 1.16 -Release: 1%{?dist} +Release: 2%{?dist} Summary: FUSE overlay+shiftfs implementation for rootless containers License: GPLv3+ URL: %{git0} @@ -65,6 +65,9 @@ modprobe fuse > /dev/null 2>&1 || : %{_modulesloaddir}/fuse-overlayfs.conf %changelog +* Thu May 28 2026 Jindrich Novy - 1.16-2 +- Enable tier0 gating tests + * Fri Nov 14 2025 Jindrich Novy - 1.16-1 - update to https://github.com/containers/fuse-overlayfs/releases/tag/v1.16 - Resolves: RHEL-128193 diff --git a/gating.yaml b/gating.yaml index dfc23d3..e49fcf1 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,4 +3,5 @@ product_versions: - rhel-9 decision_context: osci_compose_gate -rules: [] +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}