Enable gating
This commit is contained in:
parent
e44c3da949
commit
ff11642f19
13
ci.fmf
13
ci.fmf
@ -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
8
gating.yaml
Normal 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
7
plans/basic.fmf
Normal file
@ -0,0 +1,7 @@
|
||||
summary:
|
||||
Verify that cheat works
|
||||
discover:
|
||||
how: fmf
|
||||
url: https://src.fedoraproject.org/tests/memcached
|
||||
execute:
|
||||
how: beakerlib
|
Loading…
Reference in New Issue
Block a user