From 987ca8100b43e756de2ab69e6a7104ffb91cff96 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Thu, 15 Aug 2019 13:55:44 -0600 Subject: [PATCH] gating: change the PassingTestCaseRule string The first document I went with[1] specified a magic value containing 'package.test.functional'. I used that, and my bodhi results[2] looked weird: first, none of the usual results include 'test.functional'; so, second, there's now a new test.functional line under 'undefined' in red and with an asterisk next to it, and another red one without an asterisk. All four lines seem to link to the same results. [1] https://docs.fedoraproject.org/en-US/ci/gating/ [2] https://bodhi.fedoraproject.org/updates/FEDORA-2019-144ed359e9 A different document[3] specifies a magic value that more closely conforms to the ones already shown in the 'undefined' section of older bodhi runs. That's what I'm trying now. [3] https://docs.fedoraproject.org/en-US/rawhide-gating/optin/ Unfortunately neither document has a timestamp so it's impossible to know which (if any) is up-to-date and/or correct. Signed-off-by: Ed Santiago --- gating.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gating.yaml b/gating.yaml index 4e26a6f..92d738a 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,4 +3,4 @@ product_versions: - fedora-* decision_context: bodhi_update_push_stable rules: - - !PassingTestCaseRule {test_case_name: org.centos.prod.ci.pipeline.allpackages-build.package.test.functional.complete} + - !PassingTestCaseRule {test_case_name: org.centos.prod.ci.pipeline.allpackages-build.complete}