From 292305e0941ec4371bb8b2920ff75e9321362942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Mon, 22 Jun 2026 16:29:49 +0200 Subject: [PATCH] tests: migrate to tmt-based gating Related: RHELTEST-2920 --- .fmf/version | 1 + gating.yaml | 6 ------ plans.fmf | 12 ++++++++++++ 3 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 .fmf/version delete mode 100644 gating.yaml create mode 100644 plans.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 deleted file mode 100644 index 6985029..0000000 --- a/gating.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- !Policy -product_versions: - - rhel-8 -decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/plans.fmf b/plans.fmf new file mode 100644 index 0000000..9d4eae3 --- /dev/null +++ b/plans.fmf @@ -0,0 +1,12 @@ +/tier1-internal: + discover: + how: fmf + url: https://gitlab.com/redhat/rhel/tests/gawk.git + prepare: + how: shell + script: dnf config-manager --set-enabled rhel-CRB + execute: + how: tmt + adjust: + enabled: false + when: distro == centos-stream or distro == fedora