Skip to content

Commit

Permalink
centos 9 test fixes (#5335)
Browse files Browse the repository at this point in the history
* do not run certain on-deploy tests on centos 9

* update full.yaml to not run old version upgrade tests on centos 9
  • Loading branch information
laverya authored Aug 19, 2024
1 parent 11d6ec8 commit 1ad7c58
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions testgrid/specs/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
- centos-74 # Rook 1.8+ not supported on 3.10.0-693.el7.x86_64 kernel
- rocky-91 # docker is not supported on rhel 9 variants
- rocky-9 # docker is not supported on rhel 9 variants
- centos-9 # docker is not supported on rhel 9 variants
- name: "Upgrade to 1.25 to 1.30, Migrate from Rook 1.12.x to OpenEBS + Minio"
flags: "yes"
installerSpec:
Expand Down Expand Up @@ -153,6 +154,8 @@
echo Longhorn namespace found after the upgrade.
exit 1
fi
unsupportedOSIDs:
- centos-9 # centos 9 was not supported on kurl v2024.07.02-0
- name: "Upgrade from k8s 1.27 to 1.30 - Airgap"
airgap: true
installerSpec:
Expand Down
3 changes: 3 additions & 0 deletions testgrid/specs/full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,7 @@
unsupportedOSIDs:
- rocky-91 # doc:
- rocky-9 # docker is not supported on rhel 9 variants
- centos-9 # docker is not supported on rhel 9 variants
- name: "K8s 1.24x Rook"
cpu: 6
installerSpec:
Expand Down Expand Up @@ -768,6 +769,7 @@
- centos-74 # Rook 1.8+ not supported on 3.10.0-693.el7.x86_64 kernel
- rocky-91 # docker is not supported on rhel 9 variantsl
- rocky-9 # docker is not supported on rhel 9 variants
- centos-9 # docker is not supported on rhel 9 variants
- name: "Upgrade to 1.30 minimal airgap"
installerSpec:
kubernetes:
Expand Down Expand Up @@ -2105,6 +2107,7 @@
unsupportedOSIDs:
- rocky-91 # docker is not supported on rhel 9 variants
- rocky-9 # docker is not supported on rhel 9 variants
- centos-9 # docker is not supported on rhel 9 variants
- name: "weave to flannel single node with addons and openebs"
flags: "yes"
cpu: 8
Expand Down
2 changes: 1 addition & 1 deletion testgrid/specs/os-firstlast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
preinit: |
yum install -y --nobest nfs-utils fio container-selinux lvm2 conntrack-tools iptables-nft socat git iscsi-initiator-utils libcurl-minimal rrdtool yajl
- id: centos-9
name: CentOS 9 Stream
name: CentOS 9
version: "stream"
vmimageuri: https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2
preinit: |
Expand Down
2 changes: 1 addition & 1 deletion testgrid/specs/os-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
preinit: |
yum install -y --nobest nfs-utils fio container-selinux lvm2 conntrack-tools iptables-nft socat git iscsi-initiator-utils libcurl-minimal rrdtool yajl
- id: centos-9
name: CentOS 9 Stream
name: CentOS 9
version: "stream"
vmimageuri: https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2
preinit: |
Expand Down
2 changes: 1 addition & 1 deletion testgrid/specs/os-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
preinit: |
yum install -y --nobest nfs-utils fio container-selinux lvm2 conntrack-tools iptables-nft socat git iscsi-initiator-utils libcurl-minimal rrdtool yajl
- id: centos-9
name: CentOS 9 Stream
name: CentOS 9
version: "stream"
vmimageuri: https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2
preinit: |
Expand Down

0 comments on commit 1ad7c58

Please sign in to comment.