Related: #2047338 - enable gating in OSCI
This commit is contained in:
parent
2c4f1ec4fb
commit
7881d3ed46
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
1
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
19
plans/tests.fmf
Normal file
19
plans/tests.fmf
Normal file
@ -0,0 +1,19 @@
|
||||
summary:
|
||||
Run tests from the libpsl repository
|
||||
|
||||
discover:
|
||||
how: fmf
|
||||
url: git://pkgs.devel.redhat.com/rpms/libpsl
|
||||
ref: rhel-8.6.0
|
||||
|
||||
prepare:
|
||||
- name: data
|
||||
how: install
|
||||
package: publicsuffix-list
|
||||
|
||||
- name: bin
|
||||
how: shell
|
||||
script: dnf install -y --enablerepo=rhel-buildroot psl
|
||||
|
||||
execute:
|
||||
how: tmt
|
Loading…
Reference in New Issue
Block a user