diff --git a/ci.fmf b/ci.fmf new file mode 100644 index 0000000..c5aa0e0 --- /dev/null +++ b/ci.fmf @@ -0,0 +1 @@ +resultsdb-testcase: separate diff --git a/gating.yaml b/gating.yaml index 475371b..e1b5d38 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,5 +3,4 @@ product_versions: - rhel-9 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/bash.functional} diff --git a/plans/bash.fmf b/plans/bash.fmf new file mode 100644 index 0000000..4332b39 --- /dev/null +++ b/plans/bash.fmf @@ -0,0 +1,23 @@ +summary: Run internal bash tests +discover: + - name: Internal bash gating tests (dash) + how: fmf + url: git://pkgs.devel.redhat.com/tests/dash + filter: 'tag: CI-Tier-1 & component: bash' + - name: Internal bash gating tests (bash) + how: fmf + url: git://pkgs.devel.redhat.com/tests/bash + filter: 'tag: CI-Tier-1 & component: bash' + - name: Internal bash gating tests (ksh) + how: fmf + url: git://pkgs.devel.redhat.com/tests/ksh + filter: 'tag: CI-Tier-1 & component: bash' + - name: Internal bash gating tests (zsh) + how: fmf + url: git://pkgs.devel.redhat.com/tests/zsh + filter: 'tag: CI-Tier-1 & component: bash' +execute: + how: tmt +adjust: + enabled: false + when: distro == centos-stream or distro == fedora