From 3f05997fd742a131cc142c4723141eda31a1099e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dylan=20A=C3=AFssi?= <dylan.aissi@collabora.com>
Date: Mon, 18 Nov 2024 15:46:41 +0100
Subject: [PATCH] whitelists: add v2024 in DELTA_CHANNEL_IGNORELIST
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

v2024 is still used but since packaging-check-delta requires many
ressources, we need to restrict branches on which it runs otherwise
the job packaging-check-delta reaches its timeout and the dashboard
is no longer updated.

So let's keep the last two apertis streams (v2025 and v2026)
until packaging-check-delta is improved to avoid timeouts.

Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
---
 data/whitelists.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/data/whitelists.yaml b/data/whitelists.yaml
index bc77b49..0031348 100644
--- a/data/whitelists.yaml
+++ b/data/whitelists.yaml
@@ -879,6 +879,7 @@ whitelists:
 #      my-pkg: "1.0.0-1+apertis1~v2023"
   delta_channel_ignore_list:
     apertis/v2023: "Debian oldstable based Apertis release, delta are not relevant anymore"
+    apertis/v2024: "Apertis development is now focusing on v2026dev1, delta are not relevant anymore"
     apertis/v2025pre: "Apertis development is now focusing on v2026dev1, delta are not relevant anymore"
   trigger_updates:
     debian/bullseye: "Used as base for v2023"
-- 
GitLab