From 26608325891bf43088d03360006d5dec816d114c Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Wed, 24 Jul 2024 15:26:03 +0200 Subject: [PATCH] Update tests and gating.yaml --- gating.yaml | 12 ++++-------- tests/upstream-tests.fmf | 7 +++++++ 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/gating.yaml b/gating.yaml index 5ba5a72..1608530 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,11 +1,7 @@ -# Fedora +# RHEL --- !Policy -id: fedora_policy product_versions: - - fedora-* -decision_contexts: - - bodhi_update_push_testing - - bodhi_update_push_stable -subject_type: koji_build + - rhel-* +decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/tests/upstream-tests.fmf b/tests/upstream-tests.fmf index bcaa502..b18dc1a 100644 --- a/tests/upstream-tests.fmf +++ b/tests/upstream-tests.fmf @@ -3,3 +3,10 @@ contact: Jitka Plesnikova component: perl-IPC-System-Simple require: perl-IPC-System-Simple-tests test: /usr/libexec/perl-IPC-System-Simple/test +enabled: true +tag: + - rhel-buildroot +adjust: + - enabled: false + when: distro < rhel-10 or distro < centos-stream-10 + continue: false