Fix config for greenwave in stg and turn on remote rule also in stg

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2018-07-19 11:46:35 +02:00
parent e592912070
commit 7821bf43fa

View file

@ -13,7 +13,7 @@ data:
POLICIES_DIR = '/etc/greenwave/'
{% if env == 'staging' %}
DIST_GIT_BASE_URL = 'https://src.stg.fedoraproject.org'
DIST_GIT_URL_TEMPLATE = '{DIST_GIT_BASE_URL}/rpms/{pkg_name}/raw/{rev}/f/gating.yaml'
DIST_GIT_URL_TEMPLATE = '{DIST_GIT_BASE_URL}/{pkg_namespace}/{pkg_name}/raw/{rev}/f/gating.yaml'
KOJI_BASE_URL = 'https://koji.stg.fedoraproject.org/kojihub'
BODHI_URL = 'https://bodhi.stg.fedoraproject.org/'
@ -107,6 +107,7 @@ data:
{% if env == 'staging' %}
rules:
- !PassingTestCaseRule {test_case_name: dist.rpmdeplint}
- !RemoteRule {}
{% else %}
rules: []
{% endif %}
@ -123,6 +124,7 @@ data:
{% if env == 'staging' %}
rules:
- !PassingTestCaseRule {test_case_name: dist.rpmdeplint}
- !RemoteRule {}
{% else %}
rules: []
{% endif %}