#467 Allow multiple decision context in single policy definition
Closed: Fixed by vmaljulin. Opened by lholecek.

Currently, a policy cannot have multiple decision contexts.

Allowing multiple decision contexts in a single policy would avoid duplication (same policies with different decision context).

--- !Policy
product_versions:
  - fedora-*
decision_context:
  - bodhi_update_push_testing
  - bodhi_update_push_stable
rules:
  - !PassingTestCaseRule {test_case_name: org.centos.prod.ci.pipeline.allpackages-build.package.test.functional.complete}

Commit 58a7ff41 fixes this issue

Metadata
Related Pull Requests