From 6352bb192a0aea9cdf1dcede0ae1568aa1b1c06b Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Tue, 22 Feb 2022 13:08:24 +0100 Subject: [PATCH] Enable and fix gating tests --- gating.yaml | 8 +++++++- tests/tests.yml | 6 +----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/gating.yaml b/gating.yaml index d71584a..f2c6454 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,4 +3,10 @@ product_versions: - fedora-* decision_context: bodhi_update_push_testing rules: - - !PassingTestCaseRule {test_case_name: dist.depcheck} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_stable +rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} diff --git a/tests/tests.yml b/tests/tests.yml index 82f0be7..57b120c 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -1,11 +1,7 @@ --- - hosts: localhost roles: - - role: standard-test-source - tags: - - always - required_packages: - - git + # Running these tests does not require the sources - role: standard-test-basic tags: - atomic