diff mbox series

[yocto-autobuilder2] config.py: add whinlatter release to workers_prev_releases

Message ID 20251217-add-whinlatter-to-config-v1-1-9aeb42d212bd@bootlin.com
State New
Headers show
Series [yocto-autobuilder2] config.py: add whinlatter release to workers_prev_releases | expand

Commit Message

Antonin Godard Dec. 17, 2025, 4:14 p.m. UTC
The list if based on what we list as supported in the documentation:
https://git.yoctoproject.org/yocto-docs/tree/documentation/ref-manual/system-requirements.rst?id=e7b40b71dec8d4aee2e7b711e7c1083b2920f171#n55

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 config.py | 1 +
 1 file changed, 1 insertion(+)


---
base-commit: 044e5fe818870ec93baf278e9564db233eae5075
change-id: 20251217-add-whinlatter-to-config-cadcd95c34ff
diff mbox series

Patch

diff --git a/config.py b/config.py
index 50710bc..ace6c59 100644
--- a/config.py
+++ b/config.py
@@ -187,6 +187,7 @@  all_workers = workers + workers_bringup + workers_buildperf + workers_arm
 
 # Worker filtering for older releases
 workers_prev_releases = {
+    "whinlatter" : ("alma8", "alma9", "debian11", "debian12", "debian13", "fedora39", "fedora40", "fedora41", "fedora42", "opensuse155", "opensuse156", "rocky8", "rocky9", "stream9", "ubuntu2204", "ubuntu2404", "ubuntu2504", "ubuntu2510", "perf-"),
     "walnascar" : ("alma8", "alma9", "debian11", "debian12", "fedora39", "fedora40", "fedora41", "opensuse155", "opensuse156", "rocky8", "rocky9", "stream9", "ubuntu2004","ubuntu2204", "ubuntu2304", "ubuntu2404", "ubuntu2410", "perf-"),
     "styhead" : ("alma8", "alma9", "debian11", "debian12", "fedora38", "fedora39", "fedora40", "opensuse154", "opensuse155", "opensuse156", "rocky8", "rocky9", "stream8", "ubuntu1804", "ubuntu2004","ubuntu2204", "ubuntu2304", "ubuntu2404", "perf-"),
     "scarthgap" : ("alma8", "alma9", "debian11", "debian12", "fedora38", "fedora39", "fedora40", "opensuse154", "rocky9", "stream8", "ubuntu1804", "ubuntu2004","ubuntu2204", "ubuntu2304", "ubuntu2404", "perf-"),