diff --git a/ci.fmf b/ci.fmf deleted file mode 100644 index c25f306..0000000 --- a/ci.fmf +++ /dev/null @@ -1,13 +0,0 @@ -/test: - summary: - CI plan, picks Tier1 tests, runs in beakerlib. - description: - This special plan has to be named ci.fmf to run in CI. - It selects test which have 'tier 1' in their main.fmf file - discover: - - name: tier1 - how: fmf - filter: 'tier: 1' - repository: "https://src.fedoraproject.org/tests/memcached.git" - execute: - how: beakerlib diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..9222cad --- /dev/null +++ b/gating.yaml @@ -0,0 +1,8 @@ +--- !Policy +product_versions: + - fedora-34 +decision_context: bodhi_update_push_testing +subject_type: koji_build +rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0-tf.functional} + diff --git a/plans/basic.fmf b/plans/basic.fmf new file mode 100644 index 0000000..0a1c3d1 --- /dev/null +++ b/plans/basic.fmf @@ -0,0 +1,7 @@ +summary: + Verify that cheat works +discover: + how: fmf + url: https://src.fedoraproject.org/tests/memcached +execute: + how: beakerlib