Skip to content

Conversation

@openshift-cherrypick-robot

This is an automated cherry-pick of #5202

/assign EmilienM

…tection in e2e

Whether it's on a Standalone OCP cluster or in a HostedCluster, we have a race condition
for Manila CSI with the NFS driver.
The result is openstack-manila-csi-controllerplugin crashes but eventually stabilizes after a restart.
We will solve the race condition.
For now we need to disable crash detection of openstack-manila-csi-controllerplugin to unblock the presubmit jobs.
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Dec 5, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: openshift-cherrypick-robot
Once this PR has been reviewed and has the lgtm label, please assign csrwng for approval. For more information see the Kubernetes Code Review Process.

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

Details 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-robot
Copy link

@openshift-cherrypick-robot: Jira Issue OCPBUGS-45189 has been cloned as Jira Issue OCPBUGS-45589. Will retitle bug to link to clone.

Jira Issue OCPBUGS-45182 has been cloned as Jira Issue OCPBUGS-45590. Will retitle bug to link to clone.
/retitle [release-4.18] OCPBUGS-45589, OCPBUGS-45590: e2e/openstack: adjustments for missing manila apps & pods

Details

In response to this:

This is an automated cherry-pick of #5202

/assign EmilienM

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci openshift-ci bot changed the title [release-4.18] OCPBUGS-45189, OCPBUGS-45182: e2e/openstack: adjustments for missing manila apps & pods [release-4.18] OCPBUGS-45589, OCPBUGS-45590: e2e/openstack: adjustments for missing manila apps & pods Dec 5, 2024
@openshift-ci-robot openshift-ci-robot added jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels Dec 5, 2024
@openshift-ci-robot
Copy link

@openshift-cherrypick-robot: This pull request references Jira Issue OCPBUGS-45589, which is valid. The bug has been moved to the POST state.

7 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.18.0) matches configured target version for branch (4.18.0)
  • bug is in the state New, which is one of the valid states (NEW, ASSIGNED, POST)
  • release note type set to "Release Note Not Required"
  • dependent bug Jira Issue OCPBUGS-45189 is in the state Verified, which is one of the valid states (MODIFIED, ON_QA, VERIFIED)
  • dependent Jira Issue OCPBUGS-45189 targets the "4.19.0" version, which is one of the valid target versions: 4.19.0
  • bug has dependents

No GitHub users were found matching the public email listed for the QA contact in Jira (rlobillo@redhat.com), skipping review request.

The bug has been updated to refer to the pull request using the external bug tracker.

This pull request references Jira Issue OCPBUGS-45590, which is invalid:

  • expected dependent Jira Issue OCPBUGS-45182 to be in one of the following states: MODIFIED, ON_QA, VERIFIED, but it is POST instead

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

This is an automated cherry-pick of #5202

/assign EmilienM

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 openshift-eng/jira-lifecycle-plugin repository.

Copy link
Member

@mandre mandre 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 Dec 5, 2024
@mandre
Copy link
Member

mandre commented Dec 5, 2024

/test

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Dec 5, 2024

@mandre: The /test command needs one or more targets.
The following commands are available to trigger required jobs:

/test e2e-aws
/test e2e-kubevirt-aws-ovn-reduced
/test images
/test mce-images
/test security
/test unit
/test verify

The following commands are available to trigger optional jobs:

/test e2e-aks
/test e2e-aws-metrics
/test e2e-azure-aks-ovn-conformance
/test e2e-conformance
/test e2e-kubevirt-aws-ovn
/test e2e-kubevirt-azure-ovn
/test e2e-kubevirt-metal-conformance
/test e2e-openstack
/test e2e-openstack-conformance
/test e2e-openstack-csi-cinder
/test e2e-openstack-csi-manila
/test e2e-openstack-nfv

Use /test all to run the following jobs that were automatically triggered:

pull-ci-openshift-hypershift-release-4.18-e2e-aws
pull-ci-openshift-hypershift-release-4.18-e2e-kubevirt-aws-ovn-reduced
pull-ci-openshift-hypershift-release-4.18-images
pull-ci-openshift-hypershift-release-4.18-mce-images
pull-ci-openshift-hypershift-release-4.18-security
pull-ci-openshift-hypershift-release-4.18-unit
pull-ci-openshift-hypershift-release-4.18-verify
Details

In response to this:

/test

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.

@mandre
Copy link
Member

mandre commented Dec 5, 2024

/test e2e-openstack-csi-manila

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Dec 5, 2024

@openshift-cherrypick-robot: 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/prow/e2e-kubevirt-aws-ovn-reduced a803025 link true /test e2e-kubevirt-aws-ovn-reduced
ci/prow/e2e-aws a803025 link true /test e2e-aws

Full PR test history. Your PR dashboard.

Details

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. I understand the commands that are listed here.

@EmilienM
Copy link
Member

EmilienM commented Dec 5, 2024

/close
Backport for e2e isn't needed I think because ci pulls the operator from source everywhere.

@openshift-ci openshift-ci bot closed this Dec 5, 2024
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Dec 5, 2024

@EmilienM: Closed this PR.

Details

In response to this:

/close
Backport for e2e isn't needed I think because ci pulls the operator from source everywhere.

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.

@openshift-ci-robot
Copy link

@openshift-cherrypick-robot: This pull request references Jira Issue OCPBUGS-45589. The bug has been updated to no longer refer to the pull request using the external bug tracker. All external bug links have been closed. The bug has been moved to the NEW state.

This pull request references Jira Issue OCPBUGS-45590. The bug has been updated to no longer refer to the pull request using the external bug tracker. All external bug links have been closed. The bug has been moved to the NEW state.

Details

In response to this:

This is an automated cherry-pick of #5202

/assign EmilienM

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 openshift-eng/jira-lifecycle-plugin repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/testing Indicates the PR includes changes for e2e testing jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants