From 70d4e74d19edde6183c6c2d5bf730c1bb1a1971c Mon Sep 17 00:00:00 2001 From: Kyr Shatskyy Date: Thu, 21 Aug 2025 23:57:54 +0200 Subject: [PATCH] orchestra/opsys: release shift to 9.6 for rocky and alma linux The release 9.5 is gone and all files removed on RockyLinux and AlmaLinux sites, so just update defaults to the latest. Signed-off-by: Kyr Shatskyy --- teuthology/orchestra/opsys.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/teuthology/orchestra/opsys.py b/teuthology/orchestra/opsys.py index 4c2642bb1..7f72234f7 100644 --- a/teuthology/orchestra/opsys.py +++ b/teuthology/orchestra/opsys.py @@ -36,11 +36,12 @@ DISTRO_CODENAME_MAP = { }, "alma": { "8.10": "alma", - "9.5": "alma", + "9.6": "alma", + "10.0": "alma", }, "rocky": { "8.10": "rocky", - "9.5": "rocky", + "9.6": "rocky", "10.0": "rocky", }, "centos": { @@ -92,8 +93,8 @@ DEFAULT_OS_VERSION = dict( opensuse="15.4", sle="15.2", rhel="8.6", - rocky="9.5", - alma="9.5", + rocky="9.6", + alma="9.6", debian='8.0' ) -- 2.47.3