releng / ftbfs: Use partner-bugzilla in staging

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-02-16 14:01:47 -08:00
parent 8617fa3573
commit 63c2188186

View file

@ -1,4 +1,9 @@
[bugzilla]
{% if env == "production" %}
bugzilla=https://bugzilla.redhat.com/
{% elif env == 'staging' %}
bugzilla=https://partner-bugzilla.redhat.com/
{% endif %}
username={{ ftbfs_bugzilla_account }}
password={{ ftbfs_bugzilla_password }}
tracking=1868278