Update tests and gating.yaml

This commit is contained in:
Jitka Plesnikova 2024-07-09 14:56:51 +02:00
parent 811b376b4e
commit 944beff63a
3 changed files with 27 additions and 0 deletions

View File

@ -5,3 +5,11 @@ decision_context: bodhi_update_push_stable
subject_type: koji_build
rules:
- !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
View 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-ExtUtils-ParseXS
execute:
how: tmt

View File

@ -2,3 +2,10 @@ summary: Upstream tests
component: perl-ExtUtils-ParseXS
require: perl-ExtUtils-ParseXS-tests
test: /usr/libexec/perl-ExtUtils-ParseXS/test
enabled: true
tag:
- rhel-buildroot
adjust:
- enabled: false
when: distro < rhel-10 or distro < centos-stream-10
continue: false