Update tests and gating.yaml
This commit is contained in:
parent
320cb40e1a
commit
61adabdd45
@ -5,3 +5,11 @@ decision_context: bodhi_update_push_stable
|
|||||||
subject_type: koji_build
|
subject_type: koji_build
|
||||||
rules:
|
rules:
|
||||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
||||||
|
|
||||||
|
# RHEL
|
||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-*
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||||
|
12
plans/internal.fmf
Normal file
12
plans/internal.fmf
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
summary: Private (RHEL) beakerlib tests
|
||||||
|
enabled: false
|
||||||
|
adjust:
|
||||||
|
- when: distro == rhel
|
||||||
|
enabled: true
|
||||||
|
because: private tests are accesible only within rhel pipline
|
||||||
|
discover:
|
||||||
|
- name: rhel
|
||||||
|
how: fmf
|
||||||
|
url: https://pkgs.devel.redhat.com/git/tests/perl-Math-BigInt
|
||||||
|
execute:
|
||||||
|
how: tmt
|
@ -2,3 +2,10 @@ summary: Reverse dependency tests
|
|||||||
component: perl-Math-BigInt-FastCalc
|
component: perl-Math-BigInt-FastCalc
|
||||||
require: perl-Math-BigInt-FastCalc-tests
|
require: perl-Math-BigInt-FastCalc-tests
|
||||||
test: /usr/libexec/perl-Math-BigInt-FastCalc/test
|
test: /usr/libexec/perl-Math-BigInt-FastCalc/test
|
||||||
|
enabled: true
|
||||||
|
tag:
|
||||||
|
- rhel-buildroot
|
||||||
|
adjust:
|
||||||
|
- enabled: false
|
||||||
|
when: distro < rhel-10 or distro < centos-stream-10
|
||||||
|
continue: false
|
||||||
|
@ -2,3 +2,10 @@ summary: Reverse dependency tests
|
|||||||
component: perl-Math-BigInt-GMP
|
component: perl-Math-BigInt-GMP
|
||||||
require: perl-Math-BigInt-GMP-tests
|
require: perl-Math-BigInt-GMP-tests
|
||||||
test: /usr/libexec/perl-Math-BigInt-GMP/test
|
test: /usr/libexec/perl-Math-BigInt-GMP/test
|
||||||
|
enabled: true
|
||||||
|
tag:
|
||||||
|
- rhel-buildroot
|
||||||
|
adjust:
|
||||||
|
- enabled: false
|
||||||
|
when: distro < rhel-10 or distro < centos-stream-10
|
||||||
|
continue: false
|
||||||
|
@ -2,3 +2,10 @@ summary: Upstream tests
|
|||||||
component: perl-Math-BigInt
|
component: perl-Math-BigInt
|
||||||
require: perl-Math-BigInt-tests
|
require: perl-Math-BigInt-tests
|
||||||
test: /usr/libexec/perl-Math-BigInt/test
|
test: /usr/libexec/perl-Math-BigInt/test
|
||||||
|
enabled: true
|
||||||
|
tag:
|
||||||
|
- rhel-buildroot
|
||||||
|
adjust:
|
||||||
|
- enabled: false
|
||||||
|
when: distro < rhel-10 or distro < centos-stream-10
|
||||||
|
continue: false
|
||||||
|
Loading…
Reference in New Issue
Block a user