glibc/gating.yaml
Martin Cermak b7fe0018cc CI Gating: Fix the decision_context
Based on the discussion [1], the decision context
in gating.yaml needs to change for glibc.

[1] https://pagure.io/fedora-ci/general/issue/263
2021-09-13 10:29:04 +02:00

17 lines
444 B
YAML

# recipients: glibc-bugzilla
--- !Policy
product_versions:
- fedora-*
decision_contexts:
- bodhi_update_push_stable
- bodhi_update_push_stable_critpath
subject_type: koji_build
rules:
- !PassingTestCaseRule {test_case_name: baseos-qe.koji-build.scratch-build.validation}
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}