Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPLAT-687: Skip "multiple PV pointing to the same storage" tests on vSphere #31209

Merged

Conversation

jsafrane
Copy link
Contributor

@jsafrane
Copy link
Contributor Author

error: suite "files" does not contain any tests

This needs openshift/origin#27300 merged into 4.11.

@jsafrane
Copy link
Contributor Author

/retest

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Aug 15, 2022

@jsafrane: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/rehearse/openshift/vmware-vsphere-csi-driver/master/e2e-vsphere-csi 95cec10 link unknown /test pj-rehearse
ci/rehearse/openshift/vmware-vsphere-csi-driver-operator/release-4.11/e2e-vsphere-csi 95cec10 link unknown /test pj-rehearse
ci/rehearse/openshift/cluster-storage-operator/master/e2e-vsphere-csi 95cec10 link unknown /test pj-rehearse
ci/prow/pj-rehearse 95cec10 link false /test pj-rehearse
ci/rehearse/openshift/cluster-storage-operator/release-4.13/e2e-vsphere-csi 95cec10 link unknown /test pj-rehearse
ci/rehearse/openshift/vmware-vsphere-csi-driver/release-4.12/e2e-vsphere-csi 95cec10 link unknown /test pj-rehearse
ci/rehearse/openshift/cluster-storage-operator/release-4.11/e2e-vsphere-csi 95cec10 link unknown /test pj-rehearse

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@jsafrane
Copy link
Contributor Author

jsafrane commented Aug 15, 2022

I can see only volume expansion tests failed and that's a different bug

Copy link
Member

@bertinatto bertinatto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Aug 15, 2022
@dgoodwin
Copy link
Contributor

/lgtm

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Aug 16, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: bertinatto, dgoodwin, jsafrane

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 16, 2022
@openshift-merge-robot openshift-merge-robot merged commit 99176d4 into openshift:master Aug 16, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Aug 16, 2022

@jsafrane: Updated the following 4 configmaps:

  • ci-operator-master-configs configmap in namespace ci at cluster app.ci using the following files:
    • key openshift-cluster-storage-operator-master.yaml using file ci-operator/config/openshift/cluster-storage-operator/openshift-cluster-storage-operator-master.yaml
    • key openshift-release-master__nightly-4.11.yaml using file ci-operator/config/openshift/release/openshift-release-master__nightly-4.11.yaml
    • key openshift-release-master__nightly-4.12.yaml using file ci-operator/config/openshift/release/openshift-release-master__nightly-4.12.yaml
    • key openshift-vmware-vsphere-csi-driver-operator-master.yaml using file ci-operator/config/openshift/vmware-vsphere-csi-driver-operator/openshift-vmware-vsphere-csi-driver-operator-master.yaml
    • key openshift-vmware-vsphere-csi-driver-master.yaml using file ci-operator/config/openshift/vmware-vsphere-csi-driver/openshift-vmware-vsphere-csi-driver-master.yaml
  • ci-operator-4.11-configs configmap in namespace ci at cluster app.ci using the following files:
    • key openshift-cluster-storage-operator-release-4.11.yaml using file ci-operator/config/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.11.yaml
    • key openshift-vmware-vsphere-csi-driver-operator-release-4.11.yaml using file ci-operator/config/openshift/vmware-vsphere-csi-driver-operator/openshift-vmware-vsphere-csi-driver-operator-release-4.11.yaml
    • key openshift-vmware-vsphere-csi-driver-release-4.11.yaml using file ci-operator/config/openshift/vmware-vsphere-csi-driver/openshift-vmware-vsphere-csi-driver-release-4.11.yaml
  • ci-operator-4.12-configs configmap in namespace ci at cluster app.ci using the following files:
    • key openshift-cluster-storage-operator-release-4.12.yaml using file ci-operator/config/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.12.yaml
    • key openshift-vmware-vsphere-csi-driver-operator-release-4.12.yaml using file ci-operator/config/openshift/vmware-vsphere-csi-driver-operator/openshift-vmware-vsphere-csi-driver-operator-release-4.12.yaml
    • key openshift-vmware-vsphere-csi-driver-release-4.12.yaml using file ci-operator/config/openshift/vmware-vsphere-csi-driver/openshift-vmware-vsphere-csi-driver-release-4.12.yaml
  • ci-operator-4.13-configs configmap in namespace ci at cluster app.ci using the following files:
    • key openshift-cluster-storage-operator-release-4.13.yaml using file ci-operator/config/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.13.yaml
    • key openshift-vmware-vsphere-csi-driver-operator-release-4.13.yaml using file ci-operator/config/openshift/vmware-vsphere-csi-driver-operator/openshift-vmware-vsphere-csi-driver-operator-release-4.13.yaml
    • key openshift-vmware-vsphere-csi-driver-release-4.13.yaml using file ci-operator/config/openshift/vmware-vsphere-csi-driver/openshift-vmware-vsphere-csi-driver-release-4.13.yaml

In response to this:

vSphere CSI driver is broken:

The test was added in 4.11, skip it in 4.11 and newer.

cc @openshift/storage

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
4 participants