From c8a9b15d2e6c8ca92f644ea0852183ec5bef34d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Fri, 9 Aug 2024 11:27:59 +0200 Subject: [PATCH] Add tier 1 tests --- gating.yaml | 1 + plans/tier1-internal.fmf | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 plans/tier1-internal.fmf diff --git a/gating.yaml b/gating.yaml index 9512778..e79b399 100644 --- a/gating.yaml +++ b/gating.yaml @@ -5,3 +5,4 @@ decision_contexts: - osci_compose_gate rules: - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/javapackages.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional} diff --git a/plans/tier1-internal.fmf b/plans/tier1-internal.fmf new file mode 100644 index 0000000..e443d18 --- /dev/null +++ b/plans/tier1-internal.fmf @@ -0,0 +1,11 @@ +summary: Internal Tier1 tests plan +discover: + how: fmf + filter: 'tier: 1' + url: https://pkgs.devel.redhat.com/git/tests/postgresql-jdbc +execute: + how: tmt +adjust: + enabled: false + when: distro == centos-stream or distro == fedora +