-
Notifications
You must be signed in to change notification settings - Fork 16
NETOBSERV-2481 - Create tmp dir #415
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
Conversation
|
/ok-to-test |
|
New image: It will expire after two weeks. To use this build, update your commands using: USER=netobserv VERSION=61e9116 make commands |
jpinsonneau
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, tested and work fine on my fedora 🥳
Thanks @memodi !
|
/ok-to-test |
|
New image: It will expire after two weeks. To use this build, update your commands using: USER=netobserv VERSION=3ddb2c9 make commands |
scripts/functions.sh
Outdated
| deleteDaemonset | ||
| deletePod | ||
| deleteNamespace | ||
| rm -rf "$MANIFEST_OUTPUT_PATH" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better to move this out of the if clusterisReady; then block to the last line of the cleanup function since it's not related to the cluster being ready.
Side note: Not sure the check to clusterIsReady is correct, since I don't get the "Unable to connect" text when there is an issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better to move this out of the if clusterisReady; then block to the last line of the cleanup function since it's not related to the cluster being ready.
done in the latest commit.
Side note: Not sure the check to clusterIsReady is correct, since I don't get the "Unable to connect" text when there is an issue.
I think current check is a simple one which doesn't include other possible reasons why CLI may not be able to connect to cluster. Curious, what error do you see when there is an issue with cluster?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Never mind. It looks like it is detecting when the cluster is not ready.
|
/lgtm |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #415 +/- ##
=======================================
Coverage 12.92% 12.92%
=======================================
Files 19 19
Lines 2438 2438
=======================================
Hits 315 315
Misses 2099 2099
Partials 24 24
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: 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 |
|
/cherry-pick release-1.10 |
|
@memodi: #415 failed to apply on top of branch "release-1.10": In response to this:
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. |
Signed-off-by: memodi <[email protected]>
Signed-off-by: memodi <[email protected]>
Description
NETOBSERV-2481 - Create tmp dir
Dependencies
n/a
Checklist
If you are not familiar with our processes or don't know what to answer in the list below, let us know in a comment: the maintainers will take care of that.