From 985c8682c55e3bab4d1488da1bc1b8663cf84432 Mon Sep 17 00:00:00 2001 From: Adam Krajcik Date: Tue, 6 Aug 2024 17:09:19 +0200 Subject: [PATCH] Add gating for RHEL 10 --- .fmf/version | 1 + gating.yaml | 6 ++++++ plans/smoke.fmf | 9 +++++++++ 3 files changed, 16 insertions(+) create mode 100644 .fmf/version create mode 100644 gating.yaml create mode 100644 plans/smoke.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 new file mode 100644 index 0000000..4ca9235 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-10 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/plans/smoke.fmf b/plans/smoke.fmf new file mode 100644 index 0000000..55d7ec1 --- /dev/null +++ b/plans/smoke.fmf @@ -0,0 +1,9 @@ +summary: Basic smoke test +prepare: + - name: packages + how: install + package: + - ecj +execute: + how: tmt + script: ecj -version