From 95139678783534af2eae0bcf802c7aee672f1adb Mon Sep 17 00:00:00 2001 From: Murphy Zhou Date: Thu, 12 Dec 2024 09:53:42 +0800 Subject: [PATCH] c9s: add tmt gating plans Resolves: https://issues.redhat.com/browse/VROOM-23635 Signed-off-by: Murphy Zhou --- .fmf/version | 1 + plans/tier1-internal.fmf | 13 +++++++++++++ plans/tier1-public.fmf | 6 ++++++ 3 files changed, 20 insertions(+) create mode 100644 .fmf/version create mode 100644 plans/tier1-internal.fmf create mode 100644 plans/tier1-public.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/plans/tier1-internal.fmf b/plans/tier1-internal.fmf new file mode 100644 index 0000000..7bea920 --- /dev/null +++ b/plans/tier1-internal.fmf @@ -0,0 +1,13 @@ +summary: Internal Tier1-gating tests +discover: + how: fmf + url: https://pkgs.devel.redhat.com/git/tests/jansson + filter: 'tag:CI-Tier-1' + test: [ + "/Sanity", + ] +execute: + how: tmt +adjust: + enabled: false + when: distro == centos-stream or distro == fedora diff --git a/plans/tier1-public.fmf b/plans/tier1-public.fmf new file mode 100644 index 0000000..669af6c --- /dev/null +++ b/plans/tier1-public.fmf @@ -0,0 +1,6 @@ +summary: sanity chcek +execute: + script: rpm -qv jansson +adjust: + enabled: false + when: distro == centos-stream or distro == fedora