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

(trivial) makefile: avoid kubectl calls in global scope #383

Merged
merged 1 commit into from
Jun 28, 2023

Conversation

jotak
Copy link
Member

@jotak jotak commented Jun 22, 2023

This kubectl call was ran everytime any make target was invoked, even something not requiring a cluster, resulting in errors or sometimes making any "make" call hanging (e.g. when kubectl points to an unreachable server / behind vpn)

@codecov
Copy link

codecov bot commented Jun 22, 2023

Codecov Report

Merging #383 (718d30f) into main (ad24dde) will increase coverage by 0.07%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #383      +/-   ##
==========================================
+ Coverage   53.58%   53.66%   +0.07%     
==========================================
  Files          45       45              
  Lines        5488     5488              
==========================================
+ Hits         2941     2945       +4     
+ Misses       2337     2335       -2     
+ Partials      210      208       -2     
Flag Coverage Δ
unittests 53.66% <ø> (+0.07%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 2 files with indirect coverage changes

@jotak jotak added no-qe This PR doesn't necessitate QE approval no-doc This PR doesn't require documentation change on the NetObserv operator labels Jun 28, 2023
@jotak
Copy link
Member Author

jotak commented Jun 28, 2023

/approve
thanks @jpinsonneau

@openshift-ci
Copy link

openshift-ci bot commented Jun 28, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jotak

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-merge-robot openshift-merge-robot merged commit f5d3491 into netobserv:main Jun 28, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved lgtm no-doc This PR doesn't require documentation change on the NetObserv operator no-qe This PR doesn't necessitate QE approval
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants