From 2d0854ed39b813bff5288622b4f561b77dec906d Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Thu, 4 Jul 2024 15:29:52 +0200 Subject: [PATCH] Update gating and tests --- gating.yaml | 8 ++++++++ tests/upstream-tests.fmf | 7 +++++++ 2 files changed, 15 insertions(+) diff --git a/gating.yaml b/gating.yaml index 3b56a2d..a5f7f45 100644 --- a/gating.yaml +++ b/gating.yaml @@ -14,3 +14,11 @@ decision_context: bodhi_update_push_stable subject_type: koji_build rules: - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} + +# RHEL +--- !Policy +product_versions: + - rhel-* +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/tests/upstream-tests.fmf b/tests/upstream-tests.fmf index 5bc245f..29c87e9 100644 --- a/tests/upstream-tests.fmf +++ b/tests/upstream-tests.fmf @@ -2,3 +2,10 @@ summary: Upstream tests component: perl-DBD-MySQL require: perl-DBD-MySQL-tests test: /usr/libexec/perl-DBD-MySQL/test +enabled: true +tag: + - rhel-buildroot +adjust: + - enabled: false + when: distro < rhel-10 or distro < centos-stream-10 + continue: false