From 5f6f1f504f6c69e7cbbc7ca560e2a897876188c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Mon, 20 Jul 2026 13:35:01 +0200 Subject: [PATCH] tests: update gating configuration Related: RHELTEST-2946 --- gating.yaml | 6 ------ plans/tier1.fmf | 15 ++++++++++----- 2 files changed, 10 insertions(+), 11 deletions(-) delete mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index 4ca9235..0000000 --- a/gating.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- !Policy -product_versions: - - rhel-10 -decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/plans/tier1.fmf b/plans/tier1.fmf index 89dfdf2..b245c54 100644 --- a/plans/tier1.fmf +++ b/plans/tier1.fmf @@ -3,19 +3,24 @@ summary: Tier1 plan for mksh discover: - - how: fmf + - name: Internal gating tests plan (bash) + how: fmf filter: 'tag: CI-Tier-1 & component: mksh' url: https://pkgs.devel.redhat.com/git/tests/bash - - how: fmf + - name: Internal gating tests plan (dash) + how: fmf filter: 'tag: CI-Tier-1 & component: mksh' url: https://pkgs.devel.redhat.com/git/tests/dash - - how: fmf + - name: Internal gating tests plan (ksh) + how: fmf filter: 'tag: CI-Tier-1 & component: mksh' url: https://pkgs.devel.redhat.com/git/tests/ksh - - how: fmf + - name: Internal gating tests plan (mksh) + how: fmf filter: 'tag: CI-Tier-1 & component: mksh' url: https://pkgs.devel.redhat.com/git/tests/mksh - - how: fmf + - name: Internal gating tests plan (zsh) + how: fmf filter: 'tag: CI-Tier-1 & component: mksh' url: https://pkgs.devel.redhat.com/git/tests/zsh