]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
orchestra/opsys: release shift to 9.6 for rocky and alma linux 2076/head
authorKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Thu, 21 Aug 2025 21:57:54 +0000 (23:57 +0200)
committerKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Mon, 25 Aug 2025 18:14:47 +0000 (20:14 +0200)
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 <kyrylo.shatskyy@clyso.com>
teuthology/orchestra/opsys.py

index 4c2642bb1c177797c346b86b134218f2a22587af..7f72234f7135af45db256d77ff5b3e80959a8188 100644 (file)
@@ -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'
 )