Rework of the gating configuration (PTG-643)

This commit is contained in:
Jan Kurik 2025-09-24 14:37:56 +02:00
parent 513fbc0cdc
commit 848e02c91d
2 changed files with 20 additions and 2 deletions

18
ci.fmf Normal file
View File

@ -0,0 +1,18 @@
---
resultsdb-testcase: separate
/gating/public:
plan:
import:
name: /plans/gating
url: https://gitlab.com/redhat/centos-stream/tests/pcp.git
/gating/private:
enabled: false
adjust:
- when: distro == rhel
enabled: true
plan:
import:
name: /plans/gating
url: https://gitlab.cee.redhat.com/toolchain-qe/tests/pcp.git

View File

@ -1,6 +1,6 @@
--- !Policy
product_versions:
- rhel-8
- rhel-*
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build./gating.functional}