Skip to content

Commit 70d4e74

Browse files
author
Kyr Shatskyy
committed
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 <kyrylo.shatskyy@clyso.com>
1 parent c9986ad commit 70d4e74

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

teuthology/orchestra/opsys.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,12 @@
3636
},
3737
"alma": {
3838
"8.10": "alma",
39-
"9.5": "alma",
39+
"9.6": "alma",
40+
"10.0": "alma",
4041
},
4142
"rocky": {
4243
"8.10": "rocky",
43-
"9.5": "rocky",
44+
"9.6": "rocky",
4445
"10.0": "rocky",
4546
},
4647
"centos": {
@@ -92,8 +93,8 @@
9293
opensuse="15.4",
9394
sle="15.2",
9495
rhel="8.6",
95-
rocky="9.5",
96-
alma="9.5",
96+
rocky="9.6",
97+
alma="9.6",
9798
debian='8.0'
9899
)
99100

0 commit comments

Comments
 (0)