diff --git a/ci.fmf b/ci.fmf index 24f8837..5a319f5 100644 --- a/ci.fmf +++ b/ci.fmf @@ -1,2 +1,19 @@ --- 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 diff --git a/gating.yaml b/gating.yaml index 355e4e3..0d4ed23 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,9 +1,6 @@ ---- !Policy -product_versions: - - rhel-* -decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-tmt-aarch64.functional} - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-tmt-ppc64le.functional} - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-tmt-s390x.functional} - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-tmt-x86_64.functional} +--- !Policy +product_versions: + - rhel-* +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build./gating.functional} diff --git a/plans/gating.fmf b/plans/gating.fmf deleted file mode 100644 index 5ed0c31..0000000 --- a/plans/gating.fmf +++ /dev/null @@ -1,6 +0,0 @@ -summary: CI Gating Plan -discover: - how: fmf - filter: tag:gating -execute: - how: tmt