Closed rbaturov closed 5 months ago
@rbaturov: This pull request references CNF-11815 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.16.0" version, but no target version was set.
/hold Depends on https://github.com/openshift/cluster-node-tuning-operator/pull/1004
@rbaturov: This pull request references CNF-11815 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.16.0" version, but no target version was set.
/retest-required
@Tal-or ready for another review iteration
/unhold
/retest-required
[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
@Tal-or @ffromani Did some modifications:
/retest-required
/retest-required
/retest-required
/retest-required
@rbaturov: all tests passed!
Full PR test history. Your PR dashboard.
/lgtm Thank you for all your work on this
/label acknowledge-critical-fixes-only test-only code and this is an improvement anyway. Plus, we depend on this work for a critical feature
On hypershift there is no MCO, hence there are no machine-config-daemon pods. A different resolution is needed for accessing the underlying node for inspecting configurations. This commit introduces a node inspector implemented as a daemonset. Upon execution of test suites, a pod with elevated privileges and host filesystem mounted will be deployed on every node. Also I have added Z-deconfig suite ('Z' prefix, will guarantee that it will be the last suite run) that will be used for cleanup. This API will be used for both hypershift and non-hypershift systems.