From f21b54624ff7c85cf7c473b4bfc60ec38046171d Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: May 21 2020 11:45:11 +0000 Subject: gating.yaml : bring up-to-date wrt requirements 1) Update the testcase name. This is a global fedora-wide change instituted May 2020 2) Add a 'subject_type' line. This seems to be a global change instituted Augist 2019, but I never heard about it 3) Revert decision_context from 'stable' to 'testing'. This was an accidental holdover from when we branched master to f32. Steps will be taken to ensure this doesn't happen on f33. Signed-off-by: Ed Santiago --- diff --git a/gating.yaml b/gating.yaml index 92d738a..0d881de 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,6 +1,7 @@ --- !Policy product_versions: - fedora-* -decision_context: bodhi_update_push_stable +decision_context: bodhi_update_push_testing +subject_type: koji_build rules: - - !PassingTestCaseRule {test_case_name: org.centos.prod.ci.pipeline.allpackages-build.complete} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}