c9s: add tmt gating plans

Resolves: https://issues.redhat.com/browse/VROOM-23635

Signed-off-by: Murphy Zhou <xzhou@redhat.com>
This commit is contained in:
Murphy Zhou 2024-12-12 09:53:42 +08:00
parent 58bef02ef0
commit 9513967878
3 changed files with 20 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

13
plans/tier1-internal.fmf Normal file
View File

@ -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

6
plans/tier1-public.fmf Normal file
View File

@ -0,0 +1,6 @@
summary: sanity chcek
execute:
script: rpm -qv jansson
adjust:
enabled: false
when: distro == centos-stream or distro == fedora