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

Bug 2099929: Detach BMH using dedicated function #4202

Merged
merged 1 commit into from Jul 29, 2022

Conversation

mkowalski
Copy link
Contributor

This commit changes the way we add detached annotation to the BMH.
Instead of doing it always manually, we now call a helper function
responsible for logging this action and taking care of handling empty
annotations.

Contributes-to: Bug-2099929

/cc @flaper87
/cc @omertuc

This commit changes the way we add `detached` annotation to the BMH.
Instead of doing it always manually, we now call a helper function
responsible for logging this action and taking care of handling empty
annotations.

Contributes-to: Bug-2099929
@openshift-ci openshift-ci bot requested review from flaper87 and omertuc July 29, 2022 10:47
@openshift-ci openshift-ci bot added bugzilla/severity-medium Referenced Bugzilla bug's severity is medium for the branch this PR is targeting. bugzilla/invalid-bug Indicates that a referenced Bugzilla bug is invalid for the branch this PR is targeting. labels Jul 29, 2022
@openshift-ci
Copy link

openshift-ci bot commented Jul 29, 2022

@mkowalski: This pull request references Bugzilla bug 2099929, which is invalid:

  • expected the bug to target the "rhacm-2.6" release, but it targets "---" instead

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

In response to this:

Bug 2099929: Detach BMH using dedicated function

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.

@openshift-ci openshift-ci bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jul 29, 2022
@openshift-ci
Copy link

openshift-ci bot commented Jul 29, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mkowalski

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 Jul 29, 2022
@mkowalski
Copy link
Contributor Author

/bugzilla refresh

@openshift-ci openshift-ci bot added bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. and removed bugzilla/invalid-bug Indicates that a referenced Bugzilla bug is invalid for the branch this PR is targeting. labels Jul 29, 2022
@openshift-ci
Copy link

openshift-ci bot commented Jul 29, 2022

@mkowalski: This pull request references Bugzilla bug 2099929, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target release (rhacm-2.6) matches configured target release for branch (rhacm-2.6)
  • bug is in the state ASSIGNED, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)

Requesting review from QA contact:
/cc @chadcrum

In response to this:

/bugzilla refresh

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.

@openshift-ci openshift-ci bot requested a review from chadcrum July 29, 2022 10:48
@codecov
Copy link

codecov bot commented Jul 29, 2022

Codecov Report

Merging #4202 (17c5fa7) into master (de25270) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4202      +/-   ##
==========================================
- Coverage   65.50%   65.50%   -0.01%     
==========================================
  Files         189      189              
  Lines       26392    26390       -2     
==========================================
- Hits        17289    17287       -2     
  Misses       7499     7499              
  Partials     1604     1604              
Impacted Files Coverage Δ
...nal/controller/controllers/bmh_agent_controller.go 66.80% <100.00%> (+0.17%) ⬆️
internal/oc/release.go 70.51% <0.00%> (-1.29%) ⬇️

@omertuc
Copy link
Contributor

omertuc commented Jul 29, 2022

/cc @eranco74

/lgtm

@openshift-ci openshift-ci bot requested a review from eranco74 July 29, 2022 12:14
@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jul 29, 2022
@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 2 against base HEAD de25270 and 8 for PR HEAD 17c5fa7 in total

@openshift-ci
Copy link

openshift-ci bot commented Jul 29, 2022

@mkowalski: The following test 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/edge-e2e-metal-assisted-capi 17c5fa7 link false /test edge-e2e-metal-assisted-capi

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-robot openshift-merge-robot merged commit d295892 into openshift:master Jul 29, 2022
@openshift-ci
Copy link

openshift-ci bot commented Jul 29, 2022

@mkowalski: All pull requests linked via external trackers have merged:

Bugzilla bug 2099929 has been moved to the MODIFIED state.

In response to this:

Bug 2099929: Detach BMH using dedicated function

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.

@mkowalski mkowalski deleted the bmh-detached-log branch July 29, 2022 13:56
flaper87 pushed a commit to flaper87/assisted-service that referenced this pull request Sep 21, 2022
This commit changes the way we add `detached` annotation to the BMH.
Instead of doing it always manually, we now call a helper function
responsible for logging this action and taking care of handling empty
annotations.

Contributes-to: Bug-2099929
danielerez pushed a commit to danielerez/assisted-service that referenced this pull request Oct 15, 2023
This commit changes the way we add `detached` annotation to the BMH.
Instead of doing it always manually, we now call a helper function
responsible for logging this action and taking care of handling empty
annotations.

Contributes-to: Bug-2099929
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. bugzilla/severity-medium Referenced Bugzilla bug's severity is medium for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants