From 333464235d6ef786d969323c7667327460c5cda7 Mon Sep 17 00:00:00 2001 From: Martin Cermak Date: Wed, 8 Dec 2021 14:07:49 +0100 Subject: [PATCH] CI Gating: Disable fedora-ci.koji-build.tier0.functional Disable fedora-ci.koji-build.tier0.functional because of https://gitlab.com/testing-farm/general/-/issues/37 With this update, fedora-ci.koji-build.tier0.functional will still be executed, but it's test result will not be taken into account for gating purposes. Once the aforementioned CI Infrastructure issue is resolved, we can roll this update back. --- gating.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gating.yaml b/gating.yaml index de6a6ec..a684432 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,4 +1,5 @@ # recipients: glibc-bugzilla +# yamllint disable rule:line-length --- !Policy product_versions: - fedora-* @@ -7,7 +8,7 @@ decision_contexts: - bodhi_update_push_stable_critpath subject_type: koji_build rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} + # - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} - !PassingTestCaseRule {test_case_name: baseos-qe.koji-build.scratch-build.validation} --- !Policy product_versions: