From 9d94e54872774ccb70ad35b356cee2da818a197a Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Tue, 14 Jan 2025 13:51:08 +0100 Subject: [PATCH] Update gating configuration for RHEL10/C10S --- ci.fmf | 2 ++ gating.yaml | 5 ++--- plans.fmf | 9 +++++++++ 3 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 ci.fmf create mode 100644 plans.fmf diff --git a/ci.fmf b/ci.fmf new file mode 100644 index 0000000..da71d9f --- /dev/null +++ b/ci.fmf @@ -0,0 +1,2 @@ +# Docs: https://docs.fedoraproject.org/en-US/ci/tmt/#_multiple_plans +resultsdb-testcase: separate diff --git a/gating.yaml b/gating.yaml index 4b422e7..1ee0f05 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,7 +1,6 @@ --- !Policy product_versions: - - rhel-10 + - rhel-* decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.installability.functional} - + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/all-internal.functional} diff --git a/plans.fmf b/plans.fmf new file mode 100644 index 0000000..30fff56 --- /dev/null +++ b/plans.fmf @@ -0,0 +1,9 @@ +/all-internal: + discover: + how: fmf + url: https://pkgs.devel.redhat.com/git/tests/libzip + execute: + how: tmt + adjust: + enabled: false + when: distro == centos-stream or distro == fedora