Enable gating

This commit is contained in:
Tomas Korbar 2020-12-16 09:42:46 +01:00
parent e44c3da949
commit ff11642f19
3 changed files with 15 additions and 13 deletions

13
ci.fmf
View File

@ -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

8
gating.yaml Normal file
View File

@ -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}

7
plans/basic.fmf Normal file
View File

@ -0,0 +1,7 @@
summary:
Verify that cheat works
discover:
how: fmf
url: https://src.fedoraproject.org/tests/memcached
execute:
how: beakerlib