Poddlers: disable distgit-commit-processor

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-12-10 09:13:51 +01:00
parent 266a942b49
commit 0d5a2a1a6d
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -7,6 +7,7 @@
# name: toddler name, needs to be unique # name: toddler name, needs to be unique
# callback: python path to the toddler class # callback: python path to the toddler class
# topics: list of topics to subscribe to, wildcards allowed. # topics: list of topics to subscribe to, wildcards allowed.
# replicas: number of pods (optional, defaults to 1)
# #
poddlers_toddlers: poddlers_toddlers:
- name: check-commit-rights - name: check-commit-rights
@ -33,6 +34,7 @@ poddlers_toddlers:
callback: distgit_commit_processor:DistGitCommitProcessor callback: distgit_commit_processor:DistGitCommitProcessor
topics: topics:
- "org.fedoraproject.*.git.receive" - "org.fedoraproject.*.git.receive"
replicas: 0
- name: flag-ci-pr - name: flag-ci-pr
callback: flag_ci_pr:FlagCIPR callback: flag_ci_pr:FlagCIPR