Closed rbaturov closed 4 months ago
@rbaturov: This pull request references CNF-13394 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 story to target the "4.17.0" version, but no target version was set.
/test all
Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all
@rbaturov: This pull request references CNF-13394 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 story to target the "4.17.0" version, but no target version was set.
/test all
@Tal-or @ffromani Ready for another review iteration
cc @mrniranjan
/retest-required
/retest-required
/approve
LGTM, good enough for now @Tal-or if you're happy as well please add lgtm and we can merge
[edit] didn't notice the existing comments, let me check something more then
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: ffromani, rbaturov
The full list of commands accepted by this bot can be found here.
The pull request process is described here
@rbaturov: This pull request references CNF-13394 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 story to target the "4.17.0" version, but no target version was set.
/retest-required
@rbaturov i used this patch and ran some tests and they pass
Now that we have this, do we still need the
Z_deconfig
and the trap?
IMO yes. trap provides us the ability to cleanup the node inspector although the user/other has interrupted the tests. this "forces" this cleanup.
@rbaturov: This pull request references CNF-13394 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 story to target the "4.17.0" version, but no target version was set.
/lgtm We have many PRs scattered and it became really hard to track. Due to lack in time and capacity as long as we don't see any regression on non-hypershift platform, let's merge the code and have a final pass when the e2e tests #1084 will go in
@rbaturov: all tests passed!
Full PR test history. Your PR dashboard.
[ART PR BUILD NOTIFIER]
This PR has been included in build cluster-node-tuning-operator-container-v4.17.0-202407102011.p0.gfc5d153.assembly.stream.el9 for distgit cluster-node-tuning-operator. All builds following this will include this PR.
To streamline the deployment of the node inspector, we have implemented a change where the ExecCommand will automatically deploy the node inspector if it is not already running. This approach offers several benefits:
Moreover, this PR introduces some improvements including API simplification as we abstracted this process from the user.