#467 Allow multiple decision context in single policy definition
Closed: Fixed 3 years ago by vmaljulin. Opened 4 years ago 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}

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #585 Merged 3 years ago