Update tests and gating.yaml
This commit is contained in:
parent
8df439a053
commit
d6f846bfad
14
gating.yaml
14
gating.yaml
@ -1,7 +1,19 @@
|
|||||||
|
# Fedora
|
||||||
--- !Policy
|
--- !Policy
|
||||||
|
id: fedora_policy
|
||||||
product_versions:
|
product_versions:
|
||||||
- fedora-*
|
- fedora-*
|
||||||
decision_context: bodhi_update_push_stable
|
decision_contexts:
|
||||||
|
- bodhi_update_push_testing
|
||||||
|
- 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}
|
||||||
|
@ -2,3 +2,10 @@ summary: Upstream tests
|
|||||||
component: perl-Unicode-Normalize
|
component: perl-Unicode-Normalize
|
||||||
require: perl-Unicode-Normalize-tests
|
require: perl-Unicode-Normalize-tests
|
||||||
test: /usr/libexec/perl-Unicode-Normalize/test
|
test: /usr/libexec/perl-Unicode-Normalize/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