From dc139f3f6a9219a6c55dfbfdd4477f2aae4ba75c Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Thu, 22 May 2025 10:55:04 +0200 Subject: [PATCH] [poddlers] Update poddlers config This will update the config to reflect the latest changes. --- .../poddlers/templates/fedora-messaging.toml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/roles/openshift-apps/poddlers/templates/fedora-messaging.toml b/roles/openshift-apps/poddlers/templates/fedora-messaging.toml index c47de3a399..f75054a7d9 100644 --- a/roles/openshift-apps/poddlers/templates/fedora-messaging.toml +++ b/roles/openshift-apps/poddlers/templates/fedora-messaging.toml @@ -224,11 +224,17 @@ versions = ["epel10", "epel9", "epel8"] # Configuration section for scm_request_processor [consumer_config.scm_request_processor] # Monitoring choices for release-monitoring.org -monitor_choices = ['no-monitoring', 'monitoring', 'monitoring-with-scratch'] -# What we should look for in validation comment -validation_comment = "valid" +monitor_choices = [ + 'no-monitoring', + '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 -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 {% if env == "staging" %} anitya_endpoint = "https://stg.release-monitoring.org"