From d4a697a62c5ba498711b7566cd196d8db2d52130 Mon Sep 17 00:00:00 2001 From: Radka Brychtova Date: Mon, 21 Oct 2024 13:51:44 +0200 Subject: [PATCH] enable gating via tmt --- .fmf/version | 1 + gating.yaml | 2 +- plans/tier1-internal.fmf | 10 ++++++++++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .fmf/version create mode 100644 plans/tier1-internal.fmf diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/gating.yaml b/gating.yaml index 4ca9235..d9d641e 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,4 +3,4 @@ product_versions: - rhel-10 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional} diff --git a/plans/tier1-internal.fmf b/plans/tier1-internal.fmf new file mode 100644 index 0000000..137660b --- /dev/null +++ b/plans/tier1-internal.fmf @@ -0,0 +1,10 @@ +summary: Internal Tier1 tests plan +discover: + how: fmf + filter: 'tier: 1' + url: https://pkgs.devel.redhat.com/git/tests/zstd +execute: + how: tmt +adjust: + enabled: false + when: distro == centos-stream or distro == fedora \ No newline at end of file