From 277a7243a51588fa54f68be7db289beb64f68944 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 13 Feb 2023 10:39:36 -0800 Subject: [PATCH] toddlers / scm-processor: add sla's for f38 We need to do this on every new branching, or fix the config here to get these slas from somewhere else/autogenerate them. ;( Signed-off-by: Kevin Fenzi --- roles/openshift-apps/toddlers/templates/fedora-messaging.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml index e9da6d80bb..84e1ef149c 100644 --- a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml +++ b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml @@ -259,6 +259,10 @@ stable_api = '2024-06-30' security_fixes = '2024-06-30' bug_fixes = '2024-06-30' +[consumer_config.scm_request_processor.branch_slas.f38] +bug_fixes = '2024-05-14' +security_fixes = '2023-05-14' + [consumer_config.scm_request_processor.branch_slas.f37] bug_fixes = '2023-12-15' security_fixes = '2023-12-15'