Bug 1750968
| Summary: | [4.2] e2e-gcp-serial: [sig-storage] ... [Serial] tests are failing | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Brenton Leanhardt <bleanhar> |
| Component: | Storage | Assignee: | Hemant Kumar <hekumar> |
| Status: | CLOSED ERRATA | QA Contact: | Qin Ping <piqin> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 4.2.0 | CC: | aos-bugs, aos-storage-staff, bbennett, bchilds, chuffman, deads, eparis, fbertina, hekumar, lxia, mfojtik, miabbott, piqin |
| Target Milestone: | --- | ||
| Target Release: | 4.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1749882 | Environment: | |
| Last Closed: | 2019-10-16 06:40:52 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1749882 | ||
| Bug Blocks: | |||
|
Description
Brenton Leanhardt
2019-09-10 21:03:55 UTC
We know pr 23720 was inadequate and are addressing more CSI tests in https://github.com/openshift/origin/pull/23760 There are a number of CSI tests still failing even after the majority were disabled. The fastest way to getting this working may be to turn on hostNetwork for the entire serial gcp suite. If you look here you can see the definition of the serial job and which template it uses currently: https://github.com/openshift/release/blob/69ffbdb41b4efdb435c97b1512fb671fe74e2246/ci-operator/jobs/openshift/release/openshift-release-release-4.2-periodics.yaml#L1051 You wouldn't want to edit that template because it is used by all the test jobs. I'm assuming you'd create a new template like this one but add in the hostNetwork configuration in the spec. Here's an example: https://github.com/openshift/release/blob/69ffbdb41b4efdb435c97b1512fb671fe74e2246/ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml#L70 If that fails another option would be to create a separate test suite for running the serial tests that require hostNetwork. Eric tells me CSI is not supported on GCP. In that case please just use this bug to track the fix to disable the appropriate tests. I believe the CSI failure above is #1750926 This should be used to look into any problems with local volumes and volume metrics on GCP. CSI tests should be disabled. I think the offending tests have now been skipped. Have a look at recent results. gce-localssd-scsi-fs tests are being skipped. No recent failures: https://testgrid.k8s.io/redhat-openshift-release-informing#redhat-canary-openshift-ocp-installer-e2e-gcp-serial-4.2&show-stale-tests= All the failed teat cases are skipped in the 4.2.0-0.nightly-2019-09-13-032440 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:2922 *** Bug 1749882 has been marked as a duplicate of this bug. *** |