Poddlers: disable distgit-commit-processor
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
266a942b49
commit
0d5a2a1a6d
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue