From 494ca5b56828faeb34b5cdcd987a5a4ab99a5fd6 Mon Sep 17 00:00:00 2001 From: Bruce Lee Date: Thu, 2 Jan 2025 14:41:08 +0800 Subject: [PATCH] add tmt gating test plan after fixing gating.yaml change osci.passt.brew-build.gating.tier1.functional to osci.brew-build.tier0.functional Resolves: https://issues.redhat.com/browse/RHELMISC-7579 Signed-off-by: Bruce Lee --- .fmf/version | 1 + gating.yaml | 1 + tier1-gating.fmf | 9 +++++++++ 3 files changed, 11 insertions(+) create mode 100644 .fmf/version create mode 100644 tier1-gating.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 index 999e2ca..e7e1819 100644 --- a/gating.yaml +++ b/gating.yaml @@ -4,3 +4,4 @@ product_versions: decision_context: osci_compose_gate rules: - !PassingTestCaseRule {test_case_name: kvm-ci.passt.x86_64.brew-build.gating.tier1.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/tier1-gating.fmf b/tier1-gating.fmf new file mode 100644 index 0000000..2b6764c --- /dev/null +++ b/tier1-gating.fmf @@ -0,0 +1,9 @@ +summary: Internal tests plan +plan: + import: + url: https://gitlab.cee.redhat.com/libvirt-auto/libvirt-tmt-test.git + ref: master + name: /libvirt_tmt_test/plans/passt +adjust: + enabled: false + when: distro == centos-stream or distro == fedora