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

make check_pvs_created last max 1H6m #10676

Conversation

DanielOsypenko
Copy link
Contributor

with existing retry params func check_pvs_created will be executed during 3,631 years.
I changed params to make it work only 1H to avoid this stucks and abortions:
https://ocs4-jenkins-csb-odf-qe.apps.ocp-c1.prod.psi.redhat.com/job/qe-deploy-ocs-cluster-prod/13537/consoleText

@DanielOsypenko DanielOsypenko added the backport-required Mark for PRs that need to be backported to older release branches label Oct 14, 2024
@DanielOsypenko DanielOsypenko self-assigned this Oct 14, 2024
@DanielOsypenko DanielOsypenko requested a review from a team as a code owner October 14, 2024 16:55
Copy link

openshift-ci bot commented Oct 14, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: clacroix12, DanielOsypenko, petr-balogh

The full list of commands accepted by this bot can be found 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

@petr-balogh
Copy link
Member

/cherry-pick release-4.16

@openshift-cherrypick-robot
Copy link
Collaborator

@petr-balogh: once the present PR merges, I will cherry-pick it on top of release-4.16 in a new PR and assign it to you.

In response to this:

/cherry-pick release-4.16

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.

@petr-balogh
Copy link
Member

/cherry-pick release-4.15

@openshift-cherrypick-robot
Copy link
Collaborator

@petr-balogh: once the present PR merges, I will cherry-pick it on top of release-4.15 in a new PR and assign it to you.

In response to this:

/cherry-pick release-4.15

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.

@petr-balogh
Copy link
Member

/cherry-pick release-4.14

@openshift-cherrypick-robot
Copy link
Collaborator

@petr-balogh: once the present PR merges, I will cherry-pick it on top of release-4.14 in a new PR and assign it to you.

In response to this:

/cherry-pick release-4.14

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.

@petr-balogh
Copy link
Member

/cherry-pick release-4.13

@openshift-cherrypick-robot
Copy link
Collaborator

@petr-balogh: once the present PR merges, I will cherry-pick it on top of release-4.13 in a new PR and assign it to you.

In response to this:

/cherry-pick release-4.13

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.

@petr-balogh
Copy link
Member

/cherry-pick release-4.12

@openshift-cherrypick-robot
Copy link
Collaborator

@petr-balogh: once the present PR merges, I will cherry-pick it on top of release-4.12 in a new PR and assign it to you.

In response to this:

/cherry-pick release-4.12

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.

@petr-balogh petr-balogh merged commit 8f8479d into red-hat-storage:master Oct 14, 2024
6 of 7 checks passed
@openshift-cherrypick-robot
Copy link
Collaborator

@petr-balogh: new pull request created: #10677

In response to this:

/cherry-pick release-4.16

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-cherrypick-robot
Copy link
Collaborator

@petr-balogh: new pull request created: #10678

In response to this:

/cherry-pick release-4.15

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-cherrypick-robot
Copy link
Collaborator

@petr-balogh: #10676 failed to apply on top of branch "release-4.14":

Applying: make check_pvs_created last max 1H6m
Using index info to reconstruct a base tree...
M	ocs_ci/utility/localstorage.py
Falling back to patching base and 3-way merge...
Auto-merging ocs_ci/utility/localstorage.py
CONFLICT (content): Merge conflict in ocs_ci/utility/localstorage.py
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config advice.mergeConflict false"
Patch failed at 0001 make check_pvs_created last max 1H6m

In response to this:

/cherry-pick release-4.14

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-cherrypick-robot
Copy link
Collaborator

@petr-balogh: #10676 failed to apply on top of branch "release-4.13":

Applying: make check_pvs_created last max 1H6m
Using index info to reconstruct a base tree...
M	ocs_ci/utility/localstorage.py
Falling back to patching base and 3-way merge...
Auto-merging ocs_ci/utility/localstorage.py
CONFLICT (content): Merge conflict in ocs_ci/utility/localstorage.py
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config advice.mergeConflict false"
Patch failed at 0001 make check_pvs_created last max 1H6m

In response to this:

/cherry-pick release-4.13

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-cherrypick-robot
Copy link
Collaborator

@petr-balogh: #10676 failed to apply on top of branch "release-4.12":

Applying: make check_pvs_created last max 1H6m
Using index info to reconstruct a base tree...
M	ocs_ci/utility/localstorage.py
Falling back to patching base and 3-way merge...
Auto-merging ocs_ci/utility/localstorage.py
CONFLICT (content): Merge conflict in ocs_ci/utility/localstorage.py
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config advice.mergeConflict false"
Patch failed at 0001 make check_pvs_created last max 1H6m

In response to this:

/cherry-pick release-4.12

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-required Mark for PRs that need to be backported to older release branches lgtm size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants