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:
parent
e592912070
commit
7821bf43fa
1 changed files with 3 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue