From 5e7083129ee1133071b7cde027fc0d6b4ac9603a Mon Sep 17 00:00:00 2001 From: Jakub Heger Date: Wed, 31 Jul 2024 13:22:38 +0200 Subject: [PATCH] Setup gating for c10s --- .fmf/version | 1 + gating.yaml | 4 ++-- plans/tier1-internal.fmf | 10 ++++++++++ 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 .fmf/version create mode 100644 plans/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 3ccba0a..4ca9235 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,6 +1,6 @@ --- !Policy product_versions: - - rhel-* + - 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.tier0.functional} diff --git a/plans/tier1-internal.fmf b/plans/tier1-internal.fmf new file mode 100644 index 0000000..33ad904 --- /dev/null +++ b/plans/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/mysql +execute: + how: tmt +adjust: + enabled: false + when: distro == centos-stream or distro == fedora