diff --git a/roles/releng/templates/ftbfs.cfg.j2 b/roles/releng/templates/ftbfs.cfg.j2 index 648bcdb2c8..5f78cd7fc7 100644 --- a/roles/releng/templates/ftbfs.cfg.j2 +++ b/roles/releng/templates/ftbfs.cfg.j2 @@ -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