From 63c21881860755792a9b27a117c5ebd3a2a19362 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 16 Feb 2021 14:01:47 -0800 Subject: [PATCH] releng / ftbfs: Use partner-bugzilla in staging Signed-off-by: Kevin Fenzi --- roles/releng/templates/ftbfs.cfg.j2 | 5 +++++ 1 file changed, 5 insertions(+) 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