From 2a094ef229c4d8731b989589dc40b94ab7292e20 Mon Sep 17 00:00:00 2001 From: Bruno Goncalves Date: Thu, 25 Jun 2026 09:53:28 +0200 Subject: [PATCH] Migrate gating tests to TF / osci.tier0 Resolves: RHEL-188308 --- .fmf/version | 1 + gating.yaml | 6 ------ plans/ci.fmf | 10 ++++++++++ 3 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 .fmf/version delete mode 100644 gating.yaml create mode 100644 plans/ci.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 b3aba19..0000000 --- a/gating.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- !Policy -product_versions: - - rhel-10 -decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.hardware-ipxe.tier0.functional} diff --git a/plans/ci.fmf b/plans/ci.fmf new file mode 100644 index 0000000..c56e274 --- /dev/null +++ b/plans/ci.fmf @@ -0,0 +1,10 @@ +summary: Gating tests +discover: + - name: kernel-tests + how: fmf + url: https://gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests.git + ref: main + test: + - /ipxe/iso +execute: + how: tmt