Greenwave stage should point at Koji stage
Signed-off-by: Giulia Naponiello <gnaponie@redhat.com>
This commit is contained in:
parent
d59ebd1894
commit
11f2f80f96
1 changed files with 1 additions and 2 deletions
|
@ -6,8 +6,7 @@ POLICIES_DIR = '/etc/greenwave/'
|
|||
{% if env == 'staging' %}
|
||||
DIST_GIT_BASE_URL = 'https://src.stg.fedoraproject.org'
|
||||
DIST_GIT_URL_TEMPLATE = '{DIST_GIT_BASE_URL}/{pkg_namespace}/{pkg_name}/raw/{rev}/f/gating.yaml'
|
||||
# We are using prod koji in staging since resultsdb results comes from the production environment.
|
||||
KOJI_BASE_URL = 'https://koji.fedoraproject.org/kojihub'
|
||||
KOJI_BASE_URL = 'https://koji.stg.fedoraproject.org/kojihub'
|
||||
BODHI_URL = 'https://bodhi.stg.fedoraproject.org/'
|
||||
|
||||
SECRET_KEY = '{{stg_greenwave_secret_key}}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue