tests: add tmt gating test plans
Related: RHEL-83283
This commit is contained in:
parent
2d578407ed
commit
33cd7bddee
@ -3,6 +3,4 @@ product_versions:
|
||||
- rhel-9
|
||||
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}
|
||||
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional}
|
||||
|
@ -1,14 +0,0 @@
|
||||
summary:
|
||||
Run relevant tests from the shell tests repository
|
||||
discover:
|
||||
how: fmf
|
||||
url: https://src.fedoraproject.org/tests/shell
|
||||
filter: component:ksh
|
||||
prepare:
|
||||
how: install
|
||||
package: ksh
|
||||
execute:
|
||||
how: tmt
|
||||
environment:
|
||||
PACKAGES: ksh
|
||||
SH_BIN: ksh
|
27
plans/tier1-internal.fmf
Normal file
27
plans/tier1-internal.fmf
Normal file
@ -0,0 +1,27 @@
|
||||
summary: Internal gating tests plan
|
||||
discover:
|
||||
- name: Internal gating tests plan (bash)
|
||||
how: fmf
|
||||
filter: 'tag: CI-Tier-1 & component: ksh'
|
||||
url: https://pkgs.devel.redhat.com/git/tests/bash
|
||||
- name: Internal gating tests plan (dash)
|
||||
how: fmf
|
||||
filter: 'tag: CI-Tier-1 & component: ksh'
|
||||
url: https://pkgs.devel.redhat.com/git/tests/dash
|
||||
- name: Internal gating tests plan (ksh)
|
||||
how: fmf
|
||||
filter: 'tag: CI-Tier-1 & component: ksh'
|
||||
url: https://pkgs.devel.redhat.com/git/tests/ksh
|
||||
- name: Internal gating tests plan (mksh)
|
||||
how: fmf
|
||||
filter: 'tag: CI-Tier-1 & component: ksh'
|
||||
url: https://pkgs.devel.redhat.com/git/tests/mksh
|
||||
- name: Internal gating tests plan (zsh)
|
||||
how: fmf
|
||||
filter: 'tag: CI-Tier-1 & component: ksh'
|
||||
url: https://pkgs.devel.redhat.com/git/tests/zsh
|
||||
execute:
|
||||
how: tmt
|
||||
adjust:
|
||||
enabled: false
|
||||
when: distro == centos-stream or distro == fedora
|
Loading…
Reference in New Issue
Block a user