diff --git a/ci.fmf b/ci.fmf new file mode 100644 index 0000000..fe4be08 --- /dev/null +++ b/ci.fmf @@ -0,0 +1,3 @@ +# This is needed so we can report the two testplans we have separately +# https://docs.fedoraproject.org/en-US/ci/tmt/#_multiple_plans +resultsdb-testcase: separate diff --git a/gating.yaml b/gating.yaml index 455ffdf..7003af7 100644 --- a/gating.yaml +++ b/gating.yaml @@ -7,7 +7,8 @@ decision_contexts: - bodhi_update_push_stable_critpath subject_type: koji_build rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./tests/build-gating.functional} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./tests/lld-alternatives.functional} - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.installability.functional} --- !Policy product_versions: @@ -16,3 +17,4 @@ decision_contexts: - bodhi_update_push_stable rules: - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpmdeplint.functional} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./tests/kernel-ark-build.functional}