From 596e1d9840b2d15e9e0e1ef0ee517e59b783e3a7 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 31 May 2024 20:20:11 +0000 Subject: [PATCH] gating: Add more required tests These two tests both passed in the most recent update: https://bodhi.fedoraproject.org/updates/FEDORA-2024-a497f02462 The timeouts were also increased recently for the rpmdeplint test, so it should pass now with bigger updates: https://github.com/fedora-ci/rpmdeplint-pipeline/issues/43 --- gating.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gating.yaml b/gating.yaml index 88fea03..3535fa1 100644 --- a/gating.yaml +++ b/gating.yaml @@ -8,3 +8,5 @@ decision_contexts: subject_type: koji_build rules: - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.installability.functional} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpmdeplint.functional}