From a557b6c166b3eb9d3b75e4da07c47eccb4cdeced Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Fri, 5 Apr 2019 16:04:04 +0200 Subject: [PATCH] Greenwave: Add a comment to explain why we use prod koji in stg Signed-off-by: Clement Verna --- roles/openshift-apps/greenwave/templates/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/openshift-apps/greenwave/templates/settings.py b/roles/openshift-apps/greenwave/templates/settings.py index 160c6d4eb7..68764170ee 100644 --- a/roles/openshift-apps/greenwave/templates/settings.py +++ b/roles/openshift-apps/greenwave/templates/settings.py @@ -6,6 +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' BODHI_URL = 'https://bodhi.stg.fedoraproject.org/'