From 1cc639981ccfd76765bf6b7c87f13fc9ac514699 Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Dec 08 2020 13:43:06 +0000 Subject: Use production branch and add gating --- diff --git a/ci.fmf b/ci.fmf index 74f5745..2a29fba 100644 --- a/ci.fmf +++ b/ci.fmf @@ -1,11 +1,8 @@ summary: Sanity tests discover: how: fmf - # using temporary location before the test is merged - #repository: https://src.fedoraproject.org/tests/mariadb.git - #ref: master - repository: https://src.fedoraproject.org/forks/hhorak/tests/mariadb.git - ref: sanity-tests + repository: https://src.fedoraproject.org/tests/mariadb.git + ref: master filter: tier:1 execute: how: tmt diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..9e9f772 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_testing +subject_type: koji_build +rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0-tf.functional}