e2e: add nvmeof driver testing support with k8s-e2e-external-storage - #6214
e2e: add nvmeof driver testing support with k8s-e2e-external-storage#6214nixpanic wants to merge 6 commits into
Conversation
|
/test ci/centos/k8s-e2e-external-storage/1.35 |
Job is still running after addressing the MarkDown linter failures. |
44d2d02 to
7f22c0f
Compare
|
@Mergifyio rebase |
7f22c0f to
0a51e55
Compare
|
/test ci/centos/k8s-e2e-external-storage/1.35 |
|
Deprecation notice: This pull request comes from a fork and was rebased using |
✅ Branch has been successfully rebased |
0a51e55 to
9d2cfcf
Compare
|
/test ci/centos/k8s-e2e-external-storage/1.35 |
1 similar comment
|
/test ci/centos/k8s-e2e-external-storage/1.35 |
691d9e4 to
ca6dc6e
Compare
|
/test ci/centos/k8s-e2e-external-storage/1.35 |
ca6dc6e to
9e6d963
Compare
|
/test ci/centos/k8s-e2e-external-storage/1.35 |
9e6d963 to
5a2e14b
Compare
|
/test ci/centos/k8s-e2e-external-storage/1.35 |
|
job is running need to inspect the result of the nvmeof driver once done. /cc @gadididi |
5a2e14b to
783a7fd
Compare
|
/test ci/centos/k8s-e2e-external-storage/1.35 |
1 similar comment
|
/test ci/centos/k8s-e2e-external-storage/1.35 |
8cc3df5 to
47c3972
Compare
|
/test ci/centos/k8s-e2e-external-storage/1.35 |
47c3972 to
51d1351
Compare
|
/test ci/centos/k8s-e2e-external-storage/1.35 |
51d1351 to
f182e4c
Compare
|
/test ci/centos/k8s-e2e-external-storage/1.35 |
|
/test ci/centos/k8s-e2e-external-storage/1.35 |
|
/test ci/centos/k8s-e2e-external-storage/1.36 |
|
/test ci/centos/upgrade-tests-cephfs |
|
/test ci/centos/k8s-e2e-external-storage/1.34 |
|
/test ci/centos/mini-e2e-helm/k8s-1.35 |
|
/test ci/centos/mini-e2e-helm/k8s-1.36 |
|
/test ci/centos/upgrade-tests-rbd |
|
/test ci/centos/mini-e2e-helm/k8s-1.34 |
|
/test ci/centos/mini-e2e/k8s-1.35 |
|
/test ci/centos/mini-e2e/k8s-1.36 |
|
/test ci/centos/mini-e2e/k8s-1.34 |
Merge Queue Status
Waiting for any of
All conditions
|
|
/test ci/centos/mini-e2e/k8s-1.36 |
All CI jobs failed some Vault KMS testing. This PR should not affect that, but an other PR passed the same tests today. Maybe there was a temporary issue? |
Failed during NFS VolumeGroupSnapshot: |
|
/test ci/centos/mini-e2e/k8s-1.36 |
Merge Queue Status
Waiting for
All conditions
|
The IP-address of the gateway is configured in the StorageClass. This is required as the short-hostname can not be resolved in DNS. The gateway and Ceph-CSI get deployed in different namespaces, which means the domain names differ. The same issue happens in sripts/k8s-storage/create-storageclasses.sh. Signed-off-by: Niels de Vos <ndevos@ibm.com>
|
/test ci/centos/mini-e2e/k8s-1.36 |
Pull request has been modified.
|
/test ci/centos/mini-e2e/k8s-1.35 |
Merge Queue Status
Waiting for
All conditions
|
|
/test ci/centos/mini-e2e/k8s-1.34 |
Add configuration files and scripts to enable NVMeoF driver testing in the
k8s-e2e-external-storage CI job. This includes the driver manifest,
StorageClass template, and VolumeSnapshotClass template for NVMeoF.
Also deploy the NVMe-oF gateway with Rook.
Depends-on: #5672 for NVMe-oF gateway support