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