From 1f5e1331ba23192c34558820ef76db18097a284a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Wed, 4 May 2022 13:42:03 +0200 Subject: [PATCH] Move from github tests to fedora /tests/dnsmasq Fix gating to still reference only STI test product. --- gating.yaml | 6 ++++-- tests/tests.yml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/gating.yaml b/gating.yaml index e82f69e..fa01472 100644 --- a/gating.yaml +++ b/gating.yaml @@ -4,7 +4,8 @@ product_versions: decision_contexts: [bodhi_update_push_testing] subject_type: koji_build rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier1-public.functional} +# - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier1-public.functional} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} # STI tests #gating rawhide --- !Policy product_versions: @@ -12,4 +13,5 @@ product_versions: decision_contexts: [bodhi_update_push_stable] subject_type: koji_build rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier1-public.functional} +# - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier1-public.functional} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} # STI tests diff --git a/tests/tests.yml b/tests/tests.yml index 31fb8f3..e9701e2 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -17,6 +17,6 @@ tags: - classic repositories: - - repo: "https://github.com/InfrastructureServices/dnsmasq-tests.git" + - repo: "https://src.fedoraproject.org/tests/dnsmasq.git" dest: "dnsmasq-tests" fmf_filter: "tier: 1"