Update tests and gating.yaml

This commit is contained in:
Jitka Plesnikova 2024-07-10 15:36:32 +02:00
parent 431a09a710
commit 087d88c060
2 changed files with 16 additions and 6 deletions

View File

@ -1,16 +1,19 @@
# Fedora
--- !Policy
id: fedora_policy
product_versions:
- fedora-*
decision_context: bodhi_update_push_testing
decision_contexts:
- bodhi_update_push_testing
- bodhi_update_push_stable
subject_type: koji_build
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
# Rawhide
# RHEL
--- !Policy
product_versions:
- fedora-*
decision_context: bodhi_update_push_stable
subject_type: koji_build
- rhel-*
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

View File

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