ansible/vars/apps/poddlers.yml
Lenka Segura 102f58b74f toddlers, poddlers: Cron schedule for koji_block_retired
Signed-off-by: Lenka Segura <lsegura@redhat.com>
2024-11-18 13:03:47 +01:00

116 lines
3.7 KiB
YAML

---
poddlers_toddlers:
- name: check-commit-rights
callback: check_commit_rights:CheckCommitRights
topics:
- "org.fedoraproject.*.toddlers.trigger.check_commit_rights"
- name: check-email-overrides
callback: check_email_overrides:CheckEmailOverrides
topics:
- "org.fedoraproject.*.toddlers.trigger.check_email_overrides"
- name: clean-retired-packages
callback: clean_retired_packages:CleanRetiredPackages
topics:
- "org.fedoraproject.*.toddlers.trigger.clean_retired_packages"
- name: distgit-bugzilla-sync
callback: distgit_bugzilla_sync:DistgitBugzillaSync
topics:
- "org.fedoraproject.*.toddlers.trigger.distgit_bugzilla_sync"
- name: distgit-commit-processor
callback: distgit_commit_processor:DistGitCommitProcessor
topics:
- "org.fedoraproject.*.git.receive"
- name: flag-ci-pr
callback: flag_ci_pr:FlagCIPR
topics:
- "org.centos.*.ci.dist-git-pr.test.error"
- "org.centos.*.ci.dist-git-pr.test.complete"
- "org.centos.*.ci.dist-git-pr.test.running"
- name: flag-commit-build
callback: flag_commit_build:FlagCommitBuild
topics:
- "org.fedoraproject.*.buildsys.build.state.change"
- name: koji-block-retired
callback: koji_block_retired:KojiBlockRetired
topics:
- "org.fedoraproject.*.git.receive"
- "org.fedoraproject.*.toddlers.trigger.koji_block_retired"
- name: packager-bugzilla-sync
callback: packager_bugzilla_sync:PackagerBugzillaSync
topics:
- "org.fedoraproject.*.toddlers.trigger.packager_bugzilla_sync"
- name: packagers-without-bugzilla
callback: packagers_without_bugzilla:PackagersWithoutBugzilla
topics:
- "org.fedoraproject.*.toddlers.trigger.packagers_without_bugzilla"
# - name: pdc-import-compose
# callback: pdc_import_compose:PDCImportCompose
# topics:
# - "org.fedoraproject.*.toddlers.trigger.pdc_import_compose"
# - "org.fedoraproject.*.pungi.compose.status.change"
# - name: pdc-unretire-packages
# callback: pdc_unretire_packages:PDCUnretirePackages
# topics:
# - "io.pagure.*.pagure.issue.new"
# - name: pdc-update-critpath
# callback: pdc_update_critpath:PDCUpdateCritpath
# topics:
# - "org.fedoraproject.*.toddlers.trigger.pdc_update_critpath"
- name: scm-request-processor
callback: scm_request_processor:SCMRequestProcessor
topics:
- "org.fedoraproject.*.pagure.issue.new"
- "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 * * *"
only_env: production
command: packager_bugzilla_sync
- name: check-email-overrides
schedule: "0 6 * * *"
only_env: production
command: check_email_overrides
- name: clean-retired-packages
schedule: "0 8 1 * *"
command: clean_retired_packages
- name: packagers-without-bugzilla
schedule: "0 7 * * *"
only_env: production
command: packagers_without_bugzilla
- name: distgit-bugzilla-sync
schedule: "0 */12 * * *"
only_env: production
command: distgit_bugzilla_sync
- name: check-commit-rights
schedule: "0 8 */2 * *"
only_env: staging
command: check-commit-rights
- name: pagure-fas-groups-sync
schedule: "0 4 * * *"
only_env: staging
command: pagure_fas_groups_sync
- name: koji-block-retired
schedule: "15 4 * * *"
only_env: production
command: koji_block_retired