[poddlers] Update poddlers config

This will update the config to reflect the latest changes.
This commit is contained in:
Michal Konecny 2025-05-22 10:55:04 +02:00 committed by zlopez
parent a4b79f29dc
commit dc139f3f6a

View file

@ -224,11 +224,17 @@ 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]
# Monitoring choices for release-monitoring.org # Monitoring choices for release-monitoring.org
monitor_choices = ['no-monitoring', 'monitoring', 'monitoring-with-scratch'] monitor_choices = [
# What we should look for in validation comment 'no-monitoring',
validation_comment = "valid" 'monitoring',
'monitoring-with-scratch',
'monitoring-all',
'monitoring-all-scratch',
'monitoring-stable',
'monitoring-stable-scratch'
]
# Text for the ping if the ticket needs to be manually verified # Text for the ping if the ticket needs to be manually verified
ping_comment = "This request wants to skip bugzilla validation! {maintainers} could you check if this is correct? If yes, please respond to this ticket with 'valid' comment" ping_comment = "This request wants to skip bugzilla validation! {maintainers} could you check if this is correct? If yes, please respond to this ticket with '@releng-bot valid' comment"
# Anitya access token and endpoint for managing project in release-monitoring # Anitya access token and endpoint for managing project in release-monitoring
{% if env == "staging" %} {% if env == "staging" %}
anitya_endpoint = "https://stg.release-monitoring.org" anitya_endpoint = "https://stg.release-monitoring.org"