Revert "Restore --parallel=30 for ppc64le slow e2e job"#37065
Conversation
This reverts commit c3c1ae8.
|
@kishen-v please add more information in the description for the reason to revert this commit |
|
I've updated the PR description with the related information. Thanks! |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kishen-v, mkumatag The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@kishen-v: Updated the
DetailsIn response to this:
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-sigs/prow repository. |
Reverts commit c3c1ae8 through #37053
Reason: Mitigates flakiness in ci-kubernetes-ppc64le-e2e-slow-kubetest2.
The test suite performs better and has fewer flakes running with
--parallel=15, specifically regarding the test:CSI Mock volume attach When CSIDriver AttachRequired changes from true to false should cleanup VolumeAttachment properly [Slow]The parallelism can be increased once when the the root cause is identified.