Skip to content

Commit 40272ad

Browse files
authored
add RHEL 9.5 and Rocky 9.5 support (#5494)
1 parent 695684e commit 40272ad

File tree

4 files changed

+6
-12
lines changed

4 files changed

+6
-12
lines changed

scripts/common/preflights.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ function bailIfUnsupportedOS() {
8888
;;
8989
ubuntu18.04|ubuntu20.04|ubuntu22.04|ubuntu24.04)
9090
;;
91-
rhel8.0|rhel8.1|rhel8.2|rhel8.3|rhel8.4|rhel8.5|rhel8.6|rhel8.7|rhel8.8|rhel8.9|rhel8.10|rhel9.0|rhel9.1|rhel9.2|rhel9.3|rhel9.4|rhel9)
91+
rhel8.0|rhel8.1|rhel8.2|rhel8.3|rhel8.4|rhel8.5|rhel8.6|rhel8.7|rhel8.8|rhel8.9|rhel8.10|rhel9.0|rhel9.1|rhel9.2|rhel9.3|rhel9.4|rhel9.5|rhel9)
9292
;;
93-
rocky9.0|rocky9.1|rocky9.2|rocky9.3|rocky9.4|rocky9)
93+
rocky9.0|rocky9.1|rocky9.2|rocky9.3|rocky9.4|rocky9.5|rocky9)
9494
;;
9595
centos8|centos8.0|centos8.1|centos8.2|centos8.3|centos8.4|centos9)
9696
;;

testgrid/specs/os-firstlast.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
bash centos2ol.sh -r
3232
- id: rocky-9
3333
name: Rocky Linux
34-
version: "9.4"
35-
vmimageuri: https://dl.rockylinux.org/vault/rocky/9.4/images/x86_64/Rocky-9-GenericCloud-Base.latest.x86_64.qcow2
34+
version: "9.5"
35+
vmimageuri: https://download.rockylinux.org/pub/rocky/9.5/images/x86_64/Rocky-9-GenericCloud-Base.latest.x86_64.qcow2
3636
preinit: |
3737
yum install -y --nobest nfs-utils fio container-selinux lvm2 conntrack-tools iptables-nft socat git iscsi-initiator-utils libcurl-minimal rrdtool yajl
3838
- id: centos-9

testgrid/specs/os-full.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@
4040
vmimageuri: https://dl.rockylinux.org/vault/rocky/9.1/images/x86_64/Rocky-9-GenericCloud-Base.latest.x86_64.qcow2
4141
preinit: |
4242
yum install -y --nobest nfs-utils fio container-selinux lvm2 conntrack-tools iptables-nft socat git iscsi-initiator-utils libcurl-minimal rrdtool yajl
43-
- id: rocky-94
44-
name: Rocky Linux
45-
version: "9.4"
46-
vmimageuri: https://dl.rockylinux.org/vault/rocky/9.4/images/x86_64/Rocky-9-GenericCloud-Base.latest.x86_64.qcow2
47-
preinit: |
48-
yum install -y --nobest nfs-utils fio container-selinux lvm2 conntrack-tools iptables-nft socat git iscsi-initiator-utils libcurl-minimal rrdtool yajl- id: rocky-9
4943
- name: Rocky Linux
5044
version: "9.5"
5145
vmimageuri: https://download.rockylinux.org/pub/rocky/9.5/images/x86_64/Rocky-9-GenericCloud-Base.latest.x86_64.qcow2

testgrid/specs/os-latest.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
bash centos2ol.sh -r
2727
- id: rocky-9
2828
name: Rocky Linux
29-
version: "9.4"
30-
vmimageuri: https://dl.rockylinux.org/vault/rocky/9.4/images/x86_64/Rocky-9-GenericCloud-Base.latest.x86_64.qcow2
29+
version: "9.5"
30+
vmimageuri: https://download.rockylinux.org/pub/rocky/9.5/images/x86_64/Rocky-9-GenericCloud-Base.latest.x86_64.qcow2
3131
preinit: |
3232
yum install -y --nobest nfs-utils fio container-selinux lvm2 conntrack-tools iptables-nft socat git iscsi-initiator-utils libcurl-minimal rrdtool yajl
3333
- id: centos-9

0 commit comments

Comments
 (0)