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

MGMT-17384: Change waiting for encapsulated machine config from retry to wait-for-predicate #807

Conversation

ori-amizur
Copy link
Contributor

When the function ops.GetEncapsulatedMC takes too long, the host stage 'Writing image to disk' times out since retry is used.
This changes the machanism to timeout instead of retry.

/cc @tsorya

… to wait-for-predicate

When the function ops.GetEncapsulatedMC takes too long, the host stage 'Writing image to disk'
times out since retry is used.
This changes the machanism to timeout instead of retry.
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Apr 1, 2024
@openshift-ci-robot
Copy link

openshift-ci-robot commented Apr 1, 2024

@ori-amizur: This pull request references MGMT-17384 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.16.0" version, but no target version was set.

In response to this:

When the function ops.GetEncapsulatedMC takes too long, the host stage 'Writing image to disk' times out since retry is used.
This changes the machanism to timeout instead of retry.

/cc @tsorya

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 requested a review from tsorya April 1, 2024 11:41
@openshift-ci openshift-ci bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Apr 1, 2024
Copy link

openshift-ci bot commented Apr 1, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ori-amizur

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 Apr 1, 2024
@tsorya
Copy link
Contributor

tsorya commented Apr 1, 2024

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Apr 1, 2024
Copy link

codecov bot commented Apr 1, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 56.42%. Comparing base (3e7a76c) to head (4a22426).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #807      +/-   ##
==========================================
- Coverage   56.48%   56.42%   -0.06%     
==========================================
  Files          15       15              
  Lines        3385     3385              
==========================================
- Hits         1912     1910       -2     
- Misses       1295     1296       +1     
- Partials      178      179       +1     
Files Coverage Δ
src/installer/installer.go 70.00% <50.00%> (-0.34%) ⬇️

Copy link

openshift-ci bot commented Apr 1, 2024

@ori-amizur: all tests passed!

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.

@openshift-merge-bot openshift-merge-bot bot merged commit 16d05ab into openshift:master Apr 1, 2024
10 checks passed
@openshift-bot
Copy link
Contributor

[ART PR BUILD NOTIFIER]

This PR has been included in build ose-agent-installer-csr-approver-container-v4.16.0-202404011219.p0.g16d05ab.assembly.stream.el8 for distgit ose-agent-installer-csr-approver.
All builds following this will include this PR.

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. 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. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants