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

[Draft] OCM-8721 | ci: Tunning the framework for the OCMResource service to use the action methods #2163

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yasun1
Copy link
Contributor

@yasun1 yasun1 commented Jun 11, 2024

…he action methods

Copy link
Contributor

openshift-ci bot commented Jun 11, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: yasun1

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 Jun 11, 2024
@yasun1 yasun1 changed the title OCM-8721 | ci: Tunning the framework for the OCMResource service to use the action methods [Draft] OCM-8721 | ci: Tunning the framework for the OCMResource service to use the action methods Jun 11, 2024
Copy link
Contributor

openshift-ci bot commented Jun 11, 2024

@yasun1: 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-sigs/prow repository. I understand the commands that are listed here.

Copy link

codecov bot commented Jun 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 26.51%. Comparing base (fdfe4a5) to head (7ce0e80).
Report is 130 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2163      +/-   ##
==========================================
- Coverage   26.67%   26.51%   -0.17%     
==========================================
  Files         152      154       +2     
  Lines       21403    21720     +317     
==========================================
+ Hits         5710     5759      +49     
- Misses      15269    15534     +265     
- Partials      424      427       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


func (b *breakglasscredentialService) CleanResources(clusterID string) (errors []error) {
if b.created[clusterID] {
Logger.Infof("Remove remaining break-glass-credentials")
_, err := b.DeleteBreakGlassCredential(clusterID)
_, err := b.Revoke().Help().Run()
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an incorrect replacement. It should be b.Revoke().Parameters(clusterID).Run()

@openshift-merge-robot openshift-merge-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jun 29, 2024
@openshift-merge-robot
Copy link
Contributor

PR needs rebase.

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
approved Indicates a PR has been approved by an approver from all required OWNERS files. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants