Skip to content

Commit d0db62d

Browse files
authored
Merge pull request #2137 from kshtsk/wip-rocky-9.7
orchestra: rocky 9.6 and 10.0 are gone
2 parents f3df5a3 + 769ac8e commit d0db62d

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

teuthology/orchestra/opsys.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
},
3737
"alma": {
3838
"8.10": "alma",
39-
"9.6": "alma",
40-
"10.0": "alma",
39+
"9.7": "alma",
40+
"10.1": "alma",
4141
},
4242
"rocky": {
4343
"8.10": "rocky",
44-
"9.6": "rocky",
45-
"10.0": "rocky",
44+
"9.7": "rocky",
45+
"10.1": "rocky",
4646
},
4747
"centos": {
4848
"10": "stream",
@@ -96,8 +96,8 @@
9696
opensuse="15.6",
9797
sle="15.2",
9898
rhel="8.6",
99-
rocky="9.6",
100-
alma="9.6",
99+
rocky="9.7",
100+
alma="9.7",
101101
debian='8.0'
102102
)
103103

teuthology/provision/downburst.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,8 @@ def __del__(self):
322322
'16.0(leap)',
323323
],
324324
'sles': ['12-sp3', '15-sp1', '15-sp2'],
325-
'alma': ['10.0', '8.10', '9.6'],
326-
'rocky': ['10.0', '8.10', '9.6'],
325+
'alma': ['10.1', '8.10', '9.7'],
326+
'rocky': ['10.1', '8.10', '9.7'],
327327
'ubuntu': ['20.04(focal)', '20.10(groovy)',
328328
'21.04(hirsute)', '21.10(impish)',
329329
'22.04(jammy)', '22.10(kinetic)',

teuthology/test/test_packaging.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -768,9 +768,9 @@ def test_build_complete_success(self):
768768

769769
DISTRO_MATRIX = [
770770
('rhel', '7.0', None, 'centos/7'),
771-
('alma', '9.6', None, 'alma/9'),
772-
('rocky', '9.6', None, 'rocky/9'),
773-
('rocky', '10.0', None, 'rocky/10'),
771+
('alma', '9.7', None, 'alma/9'),
772+
('rocky', '9.7', None, 'rocky/9'),
773+
('rocky', '10.1', None, 'rocky/10'),
774774
('centos', '6.5', None, 'centos/6'),
775775
('centos', '7.0', None, 'centos/7'),
776776
('centos', '7.1', None, 'centos/7'),

0 commit comments

Comments
 (0)