From 0fb00c28a4ba2a0d1a80f4a710b647590c93c42a Mon Sep 17 00:00:00 2001 From: Bruno Goncalves Date: Tue, 30 Jun 2026 10:56:13 +0200 Subject: [PATCH] Migrate gating tests to TF / osci.tier0 Resolves: RHEL-190525 --- .fmf/version | 1 + gating.yaml | 6 ------ plans/ci.fmf | 15 +++++++++++++++ 3 files changed, 16 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 6038e76..0000000 --- a/gating.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- !Policy -product_versions: - - rhel-9 -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..043fc20 --- /dev/null +++ b/plans/ci.fmf @@ -0,0 +1,15 @@ +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 +provision: + how: artemis + hardware: + virtualization: + is-supported: true +execute: + how: tmt