Greenwave config: remove relevance_key
and relevance_value
See the a615d681
commit message - as explained there, these
settings are no longer used by Greenwave 0.8+. That commit says
these can be removed once 0.8 is in production; @nirik says we
now have 0.9.11 in stg and 0.9.9 in production.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
fb274af9e1
commit
c16066bf41
1 changed files with 0 additions and 6 deletions
|
@ -109,7 +109,6 @@ data:
|
|||
decision_context: bodhi_update_push_testing
|
||||
blacklist: []
|
||||
subject_type: koji_build
|
||||
relevance_value: koji_build
|
||||
{% if env == 'staging' %}
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: dist.rpmdeplint}
|
||||
|
@ -128,7 +127,6 @@ data:
|
|||
decision_context: bodhi_update_push_stable
|
||||
blacklist: []
|
||||
subject_type: koji_build
|
||||
relevance_value: koji_build
|
||||
{% if env == 'staging' %}
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: dist.rpmdeplint}
|
||||
|
@ -149,7 +147,6 @@ data:
|
|||
decision_context: bodhi_update_push_testing
|
||||
blacklist: []
|
||||
subject_type: koji_build
|
||||
relevance_value: koji_build
|
||||
rules: []
|
||||
--- !Policy
|
||||
id: "no_requirements_for_stable"
|
||||
|
@ -163,7 +160,6 @@ data:
|
|||
decision_context: bodhi_update_push_stable
|
||||
blacklist: []
|
||||
subject_type: koji_build
|
||||
relevance_value: koji_build
|
||||
rules: []
|
||||
--- !Policy
|
||||
# Fedora Atomic CI pipeline
|
||||
|
@ -177,7 +173,6 @@ data:
|
|||
decision_context: bodhi_update_push_testing
|
||||
blacklist: []
|
||||
subject_type: koji_build
|
||||
relevance_key: original_spec_nvr
|
||||
{% if env == 'staging' %}
|
||||
rules:
|
||||
# List taken from https://github.com/CentOS-PaaS-SIG/ci-pipeline/blob/master/config/package_list
|
||||
|
@ -197,7 +192,6 @@ data:
|
|||
decision_context: bodhi_update_push_stable
|
||||
blacklist: []
|
||||
subject_type: koji_build
|
||||
relevance_key: original_spec_nvr
|
||||
{% if env == 'staging' %}
|
||||
rules:
|
||||
# List taken from https://github.com/CentOS-PaaS-SIG/ci-pipeline/blob/master/config/package_list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue