send compose and updates reports to test-reports list instead of test list

Related: https://pagure.io/fedora-qa/issue/700

Signed-off-by: Kamil Páral <kparal@redhat.com>
This commit is contained in:
Kamil Páral 2022-07-21 16:47:45 +02:00 committed by adamwill
parent 6a8a507572
commit f91294e5d7
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
# send out check-compose reports. This could cause duplicate reports
# if additional systems were added to this group.
checkcompose_emailfrom: rawhide@fedoraproject.org
checkcompose_emailto: "test@lists.fedoraproject.org devel@lists.fedoraproject.org"
checkcompose_emailto: "test-reports@lists.fedoraproject.org"
checkcompose_env: production
checkcompose_env_suffix:
checkcompose_greenwaveurl: https://greenwave.fedoraproject.org

View file

@ -337,7 +337,7 @@ bugzilla_api_key = {{ bodhi_bugzilla_api_key_stg }}
# fedora_epel_announce_list = epel-package-announce@lists.fedoraproject.org
# fedora_epel_test_announce_list = epel-devel@lists.fedoraproject.org
fedora_announce_list = package-announce@lists.fedoraproject.org
fedora_test_announce_list = test@lists.fedoraproject.org
fedora_test_announce_list = test-reports@lists.fedoraproject.org
fedora_epel_announce_list = epel-package-announce@lists.fedoraproject.org
fedora_epel_test_announce_list = epel-devel@lists.fedoraproject.org