Poddlers: update config from the Toddlers changes
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
dd33557f68
commit
e57c80b0dd
2 changed files with 79 additions and 29 deletions
|
@ -43,15 +43,12 @@ routing_keys = {{ toddler.topics|tojson }}
|
||||||
# Or add more toddlers to the list (using their name) if you want to disable
|
# Or add more toddlers to the list (using their name) if you want to disable
|
||||||
# more of them.
|
# more of them.
|
||||||
blocked_toddlers = [
|
blocked_toddlers = [
|
||||||
"clean_retired_packages",
|
|
||||||
"debug",
|
"debug",
|
||||||
"distgit_commit_processor",
|
"distgit_commit_processor",
|
||||||
"koji_block_retired",
|
|
||||||
# Block all the PDC related toddlers
|
# Block all the PDC related toddlers
|
||||||
"pdc_import_compose",
|
"pdc_import_compose",
|
||||||
"pdc_unretire_packages",
|
"pdc_unretire_packages",
|
||||||
"distgit_bugzilla_sync",
|
"pdc_update_critpath",
|
||||||
"pdc_update_critpath"
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[consumer_config.default]
|
[consumer_config.default]
|
||||||
|
@ -195,30 +192,23 @@ notify_admins = [
|
||||||
]
|
]
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
# PDC types mapping for distgit_bugzilla_sync toddler
|
|
||||||
[consumer_config.distgit_bugzilla_sync.pdc_types]
|
|
||||||
"rpms" = "rpm"
|
|
||||||
"modules" = "module"
|
|
||||||
"container" = "container"
|
|
||||||
|
|
||||||
# Bugzilla products informations for Fedora
|
# Bugzilla products informations for Fedora
|
||||||
[consumer_config.distgit_bugzilla_sync.products]
|
[consumer_config.distgit_bugzilla_sync.products]
|
||||||
|
|
||||||
[consumer_config.distgit_bugzilla_sync.products.Fedora]
|
[consumer_config.distgit_bugzilla_sync.products.Fedora]
|
||||||
|
branch_regex = '^((f\d+)|rawhide)$'
|
||||||
namespace = "rpms"
|
namespace = "rpms"
|
||||||
versions = ["rawhide", "39", "38", "37", "36"]
|
versions = ["rawhide", "41", "40", "39", "38"]
|
||||||
|
|
||||||
[consumer_config.distgit_bugzilla_sync.products."Fedora Container Images"]
|
[consumer_config.distgit_bugzilla_sync.products."Fedora Container Images"]
|
||||||
|
branch_regex = '^((f\d+)|rawhide)$'
|
||||||
namespace = "container"
|
namespace = "container"
|
||||||
versions = ["rawhide", "39", "38", "37", "36"]
|
versions = ["rawhide", "41", "40", "39", "38"]
|
||||||
|
|
||||||
[consumer_config.distgit_bugzilla_sync.products."Fedora Modules"]
|
|
||||||
namespace = "modules"
|
|
||||||
versions = []
|
|
||||||
|
|
||||||
[consumer_config.distgit_bugzilla_sync.products."Fedora EPEL"]
|
[consumer_config.distgit_bugzilla_sync.products."Fedora EPEL"]
|
||||||
branch_regex = '^epel\d+$'
|
branch_regex = '^epel\d+(?:\.\d+)?$'
|
||||||
versions = ["epel9", "epel8"]
|
namespace = "rpms"
|
||||||
|
versions = ["epel10", "epel9", "epel8"]
|
||||||
|
|
||||||
# Configuration section for scm_request_processor
|
# Configuration section for scm_request_processor
|
||||||
[consumer_config.scm_request_processor]
|
[consumer_config.scm_request_processor]
|
||||||
|
@ -257,6 +247,61 @@ rawhide = '2222-01-01'
|
||||||
[consumer_config.scm_request_processor.branch_slas.eln]
|
[consumer_config.scm_request_processor.branch_slas.eln]
|
||||||
rawhide = '2222-01-01'
|
rawhide = '2222-01-01'
|
||||||
|
|
||||||
|
[consumer_config.scm_request_processor.branch_slas.epel10]
|
||||||
|
stable_api = '2035-05-31'
|
||||||
|
security_fixes = '2035-05-31'
|
||||||
|
bug_fixes = '2035-05-31'
|
||||||
|
|
||||||
|
[consumer_config.scm_request_processor.branch_slas."epel10.9"]
|
||||||
|
stable_api = '2030-05-31'
|
||||||
|
security_fixes = '2030-05-31'
|
||||||
|
bug_fixes = '2030-05-31'
|
||||||
|
|
||||||
|
[consumer_config.scm_request_processor.branch_slas."epel10.8"]
|
||||||
|
stable_api = '2029-11-31'
|
||||||
|
security_fixes = '2029-11-31'
|
||||||
|
bug_fixes = '2029-11-31'
|
||||||
|
|
||||||
|
[consumer_config.scm_request_processor.branch_slas."epel10.7"]
|
||||||
|
stable_api = '2029-05-31'
|
||||||
|
security_fixes = '2029-05-31'
|
||||||
|
bug_fixes = '2029-05-31'
|
||||||
|
|
||||||
|
[consumer_config.scm_request_processor.branch_slas."epel10.6"]
|
||||||
|
stable_api = '2028-11-31'
|
||||||
|
security_fixes = '2028-11-31'
|
||||||
|
bug_fixes = '2028-11-31'
|
||||||
|
|
||||||
|
[consumer_config.scm_request_processor.branch_slas."epel10.5"]
|
||||||
|
stable_api = '2028-05-31'
|
||||||
|
security_fixes = '2028-05-31'
|
||||||
|
bug_fixes = '2028-05-31'
|
||||||
|
|
||||||
|
[consumer_config.scm_request_processor.branch_slas."epel10.4"]
|
||||||
|
stable_api = '2027-11-31'
|
||||||
|
security_fixes = '2027-11-31'
|
||||||
|
bug_fixes = '2027-11-31'
|
||||||
|
|
||||||
|
[consumer_config.scm_request_processor.branch_slas."epel10.3"]
|
||||||
|
stable_api = '2027-05-31'
|
||||||
|
security_fixes = '2027-05-31'
|
||||||
|
bug_fixes = '2027-05-31'
|
||||||
|
|
||||||
|
[consumer_config.scm_request_processor.branch_slas."epel10.2"]
|
||||||
|
stable_api = '2026-11-31'
|
||||||
|
security_fixes = '2026-11-31'
|
||||||
|
bug_fixes = '2026-11-31'
|
||||||
|
|
||||||
|
[consumer_config.scm_request_processor.branch_slas."epel10.1"]
|
||||||
|
stable_api = '2026-05-31'
|
||||||
|
security_fixes = '2026-05-31'
|
||||||
|
bug_fixes = '2026-05-31'
|
||||||
|
|
||||||
|
[consumer_config.scm_request_processor.branch_slas."epel10.0"]
|
||||||
|
stable_api = '2025-11-31'
|
||||||
|
security_fixes = '2025-11-31'
|
||||||
|
bug_fixes = '2025-11-31'
|
||||||
|
|
||||||
[consumer_config.scm_request_processor.branch_slas.epel9]
|
[consumer_config.scm_request_processor.branch_slas.epel9]
|
||||||
stable_api = '2032-05-31'
|
stable_api = '2032-05-31'
|
||||||
security_fixes = '2032-05-31'
|
security_fixes = '2032-05-31'
|
||||||
|
@ -277,6 +322,10 @@ stable_api = '2024-05-31'
|
||||||
security_fixes = '2024-05-31'
|
security_fixes = '2024-05-31'
|
||||||
bug_fixes = '2024-05-31'
|
bug_fixes = '2024-05-31'
|
||||||
|
|
||||||
|
[consumer_config.scm_request_processor.branch_slas.f41]
|
||||||
|
bug_fixes = '2025-11-11'
|
||||||
|
security_fixes = '2025-11-11'
|
||||||
|
|
||||||
[consumer_config.scm_request_processor.branch_slas.f40]
|
[consumer_config.scm_request_processor.branch_slas.f40]
|
||||||
bug_fixes = '2025-05-13'
|
bug_fixes = '2025-05-13'
|
||||||
security_fixes = '2025-05-13'
|
security_fixes = '2025-05-13'
|
||||||
|
@ -347,6 +396,7 @@ pagure_api_key = "{{ toddlers_pagure_fas_groups_sync_token }}"
|
||||||
[consumer_config.pagure_fas_groups_sync.group_map]
|
[consumer_config.pagure_fas_groups_sync.group_map]
|
||||||
#Mapping of FAS groups to Pagure groups
|
#Mapping of FAS groups to Pagure groups
|
||||||
infra-sig = 'fedora-infra'
|
infra-sig = 'fedora-infra'
|
||||||
|
metrics-sig = 'metrics'
|
||||||
|
|
||||||
[qos]
|
[qos]
|
||||||
prefetch_size = 0
|
prefetch_size = 0
|
||||||
|
@ -365,12 +415,12 @@ formatter = "simple"
|
||||||
stream = "ext://sys.stdout"
|
stream = "ext://sys.stdout"
|
||||||
|
|
||||||
[log_config.loggers.fedora_messaging]
|
[log_config.loggers.fedora_messaging]
|
||||||
level = "INFO"
|
level = "DEBUG"
|
||||||
propagate = false
|
propagate = false
|
||||||
handlers = ["console"]
|
handlers = ["console"]
|
||||||
|
|
||||||
[log_config.loggers.twisted]
|
[log_config.loggers.twisted]
|
||||||
level = "INFO"
|
level = "DEBUG"
|
||||||
propagate = false
|
propagate = false
|
||||||
handlers = ["console"]
|
handlers = ["console"]
|
||||||
|
|
||||||
|
|
|
@ -15,10 +15,10 @@ poddlers_toddlers:
|
||||||
topics:
|
topics:
|
||||||
- "org.fedoraproject.*.toddlers.trigger.clean_retired_packages"
|
- "org.fedoraproject.*.toddlers.trigger.clean_retired_packages"
|
||||||
|
|
||||||
# - name: distgit-bugzilla-sync
|
- name: distgit-bugzilla-sync
|
||||||
# callback: distgit_bugzilla_sync:DistgitBugzillaSync
|
callback: distgit_bugzilla_sync:DistgitBugzillaSync
|
||||||
# topics:
|
topics:
|
||||||
# - "org.fedoraproject.*.toddlers.trigger.distgit_bugzilla_sync"
|
- "org.fedoraproject.*.toddlers.trigger.distgit_bugzilla_sync"
|
||||||
|
|
||||||
- name: distgit-commit-processor
|
- name: distgit-commit-processor
|
||||||
callback: distgit_commit_processor:DistGitCommitProcessor
|
callback: distgit_commit_processor:DistGitCommitProcessor
|
||||||
|
@ -37,10 +37,10 @@ poddlers_toddlers:
|
||||||
topics:
|
topics:
|
||||||
- "org.fedoraproject.*.buildsys.build.state.change"
|
- "org.fedoraproject.*.buildsys.build.state.change"
|
||||||
|
|
||||||
# - name: koji-block-retired
|
- name: koji-block-retired
|
||||||
# callback: koji_block_retired:KojiBlockRetired
|
callback: koji_block_retired:KojiBlockRetired
|
||||||
# topics:
|
topics:
|
||||||
# - "org.fedoraproject.*.git.receive"
|
- "org.fedoraproject.*.git.receive"
|
||||||
|
|
||||||
- name: packager-bugzilla-sync
|
- name: packager-bugzilla-sync
|
||||||
callback: packager_bugzilla_sync:PackagerBugzillaSync
|
callback: packager_bugzilla_sync:PackagerBugzillaSync
|
||||||
|
@ -86,7 +86,7 @@ poddlers_cronjobs:
|
||||||
schedule: "0 */6 * * *"
|
schedule: "0 */6 * * *"
|
||||||
only_env: production
|
only_env: production
|
||||||
command: packager_bugzilla_sync
|
command: packager_bugzilla_sync
|
||||||
- name: packager-check-email-overrides
|
- name: check-email-overrides
|
||||||
schedule: "0 6 * * *"
|
schedule: "0 6 * * *"
|
||||||
only_env: production
|
only_env: production
|
||||||
command: check_email_overrides
|
command: check_email_overrides
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue