From: Kyr Shatskyy Date: Thu, 21 Aug 2025 21:57:54 +0000 (+0200) Subject: orchestra/opsys: release shift to 9.6 for rocky and alma linux X-Git-Tag: 1.2.2~5^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2076%2Fhead;p=teuthology.git 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 --- 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' )