Use bugzilla.stage instance after partner-bugzilla shutdown
Signed-off-by: Mattia Verga <mattia.verga@protonmail.com>
This commit is contained in:
parent
c1d0206256
commit
15f3dea6a1
12 changed files with 18 additions and 18 deletions
|
@ -30,7 +30,7 @@ blockerbugs_bugzilla_url: 'https://bugzilla.redhat.com/'
|
|||
blockerbugs_bodhi_url: 'https://bodhi.fedoraproject.org/'
|
||||
blockerbugs_koji_url: "http://koji.fedoraproject.org/"
|
||||
# these are to use stg stuff but that often doesn't work well
|
||||
#blockerbugs_bugzilla_url: 'https://partner-bugzilla.redhat.com/'
|
||||
#blockerbugs_bugzilla_url: 'https://bugzilla.stage.redhat.com/'
|
||||
#blockerbugs_bodhi_url: 'https://bodhi.stg.fedoraproject.org/'
|
||||
|
||||
############################################################
|
||||
|
|
|
@ -9,9 +9,9 @@ FAS_CHECK_CERT = False
|
|||
PRODUCTION = False
|
||||
FAS_ENABLED = True
|
||||
SQLALCHEMY_TRACK_MODIFICATIONS = False
|
||||
BUGZILLA_URL = 'https://partner-bugzilla.redhat.com/'
|
||||
BUGZILLA_URL = 'https://bugzilla.stage.redhat.com/'
|
||||
BODHI_URL = 'https://bodhi.stg.fedoraproject.org/'
|
||||
KOJI_URL = 'https://partner-bugzilla.redhat.com/'
|
||||
KOJI_URL = 'https://bugzilla.stage.redhat.com/'
|
||||
{% else %}
|
||||
BUGZILLA_URL = '{{ blockerbugs_bugzilla_url }}'
|
||||
BODHI_URL = '{{ blockerbugs_bodhi_url }}'
|
||||
|
|
|
@ -509,8 +509,8 @@ bugtracker = bugzilla
|
|||
bz_server = https://bugzilla.redhat.com/xmlrpc.cgi
|
||||
bz_server_rest = https://bugzilla.redhat.com/rest/
|
||||
{% elif env == 'staging' %}
|
||||
bz_server = https://partner-bugzilla.redhat.com/xmlrpc.cgi
|
||||
bz_server_rest = https://partner-bugzilla.redhat.com/rest/
|
||||
bz_server = https://bugzilla.stage.redhat.com/xmlrpc.cgi
|
||||
bz_server_rest = https://bugzilla.stage.redhat.com/rest/
|
||||
{% endif %}
|
||||
|
||||
# Bodhi will avoid touching bugs that are not against the following comma-separated products.
|
||||
|
@ -527,7 +527,7 @@ bz_exclude_rels = ELN
|
|||
{% if env == 'production' %}
|
||||
buglink = https://bugzilla.redhat.com/show_bug.cgi?id=%%s
|
||||
{% elif env == 'staging' %}
|
||||
buglink = https://partner-bugzilla.redhat.com/show_bug.cgi?id=%%s
|
||||
buglink = https://bugzilla.stage.redhat.com/show_bug.cgi?id=%%s
|
||||
{% endif %}
|
||||
|
||||
##
|
||||
|
|
|
@ -13,7 +13,7 @@ moksha.threadpool_size = 5
|
|||
|
||||
# These are credentials used to log in to bugzilla
|
||||
{% if env == 'staging' %}
|
||||
bugzilla.url = https://partner-bugzilla.redhat.com
|
||||
bugzilla.url = https://bugzilla.stage.redhat.com
|
||||
{% else %}
|
||||
bugzilla.url = https://bugzilla.redhat.com
|
||||
{% endif %}
|
||||
|
|
|
@ -82,7 +82,7 @@ def retry_session():
|
|||
|
||||
|
||||
{% if env == 'staging' %}
|
||||
BZSERVER = 'https://partner-bugzilla.redhat.com'
|
||||
BZSERVER = 'https://bugzilla.stage.redhat.com'
|
||||
{% else %}
|
||||
BZSERVER = 'https://bugzilla.redhat.com'
|
||||
{% endif %}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
|||
[review-stats]
|
||||
{% if env == "staging" %}
|
||||
url = https://partner-bugzilla.redhat.com/xmlrpc.cgi
|
||||
url = https://bugzilla.stage.redhat.com/xmlrpc.cgi
|
||||
{% else %}
|
||||
url = https://bugzilla.redhat.com/xmlrpc.cgi
|
||||
{% endif %}
|
||||
|
|
|
@ -18,7 +18,7 @@ spec:
|
|||
spec:
|
||||
hostAliases:
|
||||
- hostnames:
|
||||
- partner-bugzilla.redhat.com
|
||||
- bugzilla.stage.redhat.com
|
||||
ip: 209.132.183.72
|
||||
containers:
|
||||
- name: build
|
||||
|
@ -65,7 +65,7 @@ spec:
|
|||
spec:
|
||||
hostAliases:
|
||||
- hostnames:
|
||||
- partner-bugzilla.redhat.com
|
||||
- bugzilla.stage.redhat.com
|
||||
ip: 209.132.183.72
|
||||
containers:
|
||||
- name: build
|
||||
|
|
|
@ -25,7 +25,7 @@ items:
|
|||
spec:
|
||||
hostAliases:
|
||||
- hostnames:
|
||||
- partner-bugzilla.redhat.com
|
||||
- bugzilla.stage.redhat.com
|
||||
ip: 209.132.183.72
|
||||
- hostnames:
|
||||
- apps.stg.fedoraproject.org
|
||||
|
|
|
@ -104,7 +104,7 @@ enabled = true
|
|||
user = "{{ upstream_release_bugzilla_user }}"
|
||||
password = "{{ upstream_release_bugzilla_password }}"
|
||||
api_key = ""
|
||||
url = "https://partner-bugzilla.redhat.com"
|
||||
url = "https://bugzilla.stage.redhat.com"
|
||||
explanation_url = "https://stg.fedoraproject.org/wiki/Upstream_release_monitoring"
|
||||
{% else %}
|
||||
user = ""
|
||||
|
@ -163,4 +163,4 @@ url = "https://release-monitoring.org"
|
|||
backend = "dogpile.cache.dbm"
|
||||
expiration_time = 300
|
||||
arguments = {filename = "/var/tmp/the-new-hotness-cache.dbm"}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
|
|
@ -26,7 +26,7 @@ fedoracommunity.connector.mdapi.baseurl = https://apps{{env_suffix}}.fedoraproje
|
|||
fedoracommunity.connector.fas.baseurl = https://admin{{env_suffix}}.fedoraproject.org/accounts/
|
||||
fedoracommunity.connector.icons.baseurl = http://dl-iad05.fedoraproject.org/pub/alt/screenshots
|
||||
{% if env == "staging" %}
|
||||
fedoracommunity.connector.bugzilla.baseurl = https://partner-bugzilla.redhat.com/xmlrpc.cgi
|
||||
fedoracommunity.connector.bugzilla.baseurl = https://bugzilla.stage.redhat.com/xmlrpc.cgi
|
||||
{% else %}
|
||||
fedoracommunity.connector.bugzilla.baseurl = https://bugzilla.redhat.com/xmlrpc.cgi
|
||||
{% endif %}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
bugzilla=https://bugzilla.redhat.com/
|
||||
tracking=1927309
|
||||
{% elif env == 'staging' %}
|
||||
bugzilla=https://partner-bugzilla.redhat.com/
|
||||
bugzilla=https://bugzilla.stage.redhat.com/
|
||||
tracking=1732434
|
||||
{% endif %}
|
||||
username={{ ftbfs_bugzilla_account }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue