tests: add tier1 tmt plan
This commit is contained in:
parent
e8b37e9f90
commit
43e004081b
@ -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:mksh
|
||||
prepare:
|
||||
how: install
|
||||
package: mksh
|
||||
execute:
|
||||
how: tmt
|
||||
environment:
|
||||
PACKAGES: mksh
|
||||
SH_BIN: mksh
|
||||
27
plans/tier1.fmf
Normal file
27
plans/tier1.fmf
Normal file
@ -0,0 +1,27 @@
|
||||
---
|
||||
|
||||
summary: Tier1 plan for mksh
|
||||
|
||||
discover:
|
||||
- how: fmf
|
||||
filter: 'tag: CI-Tier-1 & component: mksh'
|
||||
url: https://pkgs.devel.redhat.com/git/tests/bash
|
||||
- how: fmf
|
||||
filter: 'tag: CI-Tier-1 & component: mksh'
|
||||
url: https://pkgs.devel.redhat.com/git/tests/dash
|
||||
- how: fmf
|
||||
filter: 'tag: CI-Tier-1 & component: mksh'
|
||||
url: https://pkgs.devel.redhat.com/git/tests/ksh
|
||||
- how: fmf
|
||||
filter: 'tag: CI-Tier-1 & component: mksh'
|
||||
url: https://pkgs.devel.redhat.com/git/tests/mksh
|
||||
- how: fmf
|
||||
filter: 'tag: CI-Tier-1 & component: mksh'
|
||||
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