There is no bastion.stg

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-11-25 23:51:21 +01:00
parent 0e2d1f8d53
commit 5844ab6926
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
2 changed files with 7 additions and 8 deletions

View file

@ -64,11 +64,10 @@ blocked_toddlers = [
# Configuration used when sending notifications:
mail_server = "bastion.fedoraproject.org"
{% if env == "staging" %}
mail_server = "bastion.stg.fedoraproject.org"
admin_email = "admin@stg.fedoraproject.org"
{% else %}
mail_server = "bastion.fedoraproject.org"
admin_email = "admin@fedoraproject.org"
{% endif %}

View file

@ -53,6 +53,12 @@ poddlers_toddlers:
topics:
- "org.fedoraproject.*.toddlers.trigger.packagers_without_bugzilla"
- name: pagure-fas-groups-sync
callback: pagure_fas_groups_sync:PagureFASGroupsSync
topics:
- "org.fedoraproject.*.fas.group.member.sponsor"
- "org.fedoraproject.*.toddlers.trigger.pagure_fas_groups_sync"
# - name: pdc-import-compose
# callback: pdc_import_compose:PDCImportCompose
# topics:
@ -76,12 +82,6 @@ poddlers_toddlers:
- "org.fedoraproject.*.pagure.issue.edit"
- "org.fedoraproject.*.pagure.issue.comment.added"
- name: pagure-fas-groups-sync
callback: pagure_fas_groups_sync:PagureFASGroupsSync
topics:
- "org.fedoraproject.*.fas.group.member.sponsor"
- "org.fedoraproject.*.toddlers.trigger.pagure_fas_groups_sync"
poddlers_cronjobs:
- name: packager-bugzilla-sync
schedule: "0 */6 * * *"