From 053a35ee51f485d7d727f758cb021df7f65c73a1 Mon Sep 17 00:00:00 2001 From: Radka Brychtova Date: Mon, 6 May 2024 13:46:22 +0200 Subject: [PATCH] create tier1 plan for gating Resolves: RHEL-35365 --- .fmf/version | 1 + gating.yaml | 2 +- plans/internal/tier1-internal.fmf | 10 ++++++++++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .fmf/version create mode 100644 plans/internal/tier1-internal.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 3442642..02fe1d5 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,4 +3,4 @@ product_versions: - rhel-10 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/internal/tier1-internal.functional} diff --git a/plans/internal/tier1-internal.fmf b/plans/internal/tier1-internal.fmf new file mode 100644 index 0000000..ce43f4c --- /dev/null +++ b/plans/internal/tier1-internal.fmf @@ -0,0 +1,10 @@ +summary: Internal Tier1 tests plan +discover: + how: fmf + filter: 'tier: 1' + url: https://pkgs.devel.redhat.com/git/tests/tftp +execute: + how: tmt +adjust: + enabled: false + when: distro == centos-stream or distro == fedora