From 7a6a31c17efe4c0b44564d144a5ad5f51ca1fd46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branislav=20N=C3=A1ter?= Date: Fri, 3 Dec 2021 17:44:57 +0100 Subject: [PATCH] Gating setup for signle plan --- ci.fmf | 1 - gating.yaml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 ci.fmf diff --git a/ci.fmf b/ci.fmf deleted file mode 100644 index c5aa0e0..0000000 --- a/ci.fmf +++ /dev/null @@ -1 +0,0 @@ -resultsdb-testcase: separate diff --git a/gating.yaml b/gating.yaml index fe3ada1..4556f63 100644 --- a/gating.yaml +++ b/gating.yaml @@ -4,7 +4,7 @@ product_versions: decision_context: bodhi_update_push_testing subject_type: koji_build rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/ci.functional} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} #Rawhide --- !Policy @@ -13,4 +13,4 @@ product_versions: decision_context: bodhi_update_push_stable subject_type: koji_build rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/ci.functional} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}