diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..8039fdb --- /dev/null +++ b/gating.yaml @@ -0,0 +1,25 @@ +# Stable Fedora releases +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_testing +subject_type: koji_build +rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} + +# Fedora Rawhide +--- !Policy +product_versions: + - fedora-* +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} diff --git a/plans/tier0.fmf b/plans/tier0.fmf new file mode 100644 index 0000000..88d2437 --- /dev/null +++ b/plans/tier0.fmf @@ -0,0 +1,9 @@ +summary: CI plan to run all Tier0 tests + +discover: + how: fmf + filter: 'tier: 0' + url: https://github.com/dm-vdo/tmt-tests.git + +execute: + how: tmt