Move from github tests to fedora /tests/dnsmasq

Fix gating to still reference only STI test product.
This commit is contained in:
Petr Menšík 2022-05-04 13:42:03 +02:00
parent 3123631ff7
commit 1f5e1331ba
2 changed files with 5 additions and 3 deletions

View File

@ -4,7 +4,8 @@ product_versions:
decision_contexts: [bodhi_update_push_testing] decision_contexts: [bodhi_update_push_testing]
subject_type: koji_build subject_type: koji_build
rules: 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 #gating rawhide
--- !Policy --- !Policy
product_versions: product_versions:
@ -12,4 +13,5 @@ product_versions:
decision_contexts: [bodhi_update_push_stable] decision_contexts: [bodhi_update_push_stable]
subject_type: koji_build subject_type: koji_build
rules: 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

View File

@ -17,6 +17,6 @@
tags: tags:
- classic - classic
repositories: repositories:
- repo: "https://github.com/InfrastructureServices/dnsmasq-tests.git" - repo: "https://src.fedoraproject.org/tests/dnsmasq.git"
dest: "dnsmasq-tests" dest: "dnsmasq-tests"
fmf_filter: "tier: 1" fmf_filter: "tier: 1"