Closed MarSik closed 9 months ago
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: MarSik
The full list of commands accepted by this bot can be found here.
The pull request process is described here
@MarSik: This pull request references Jira Issue OCPBUGS-27948, which is invalid:
Comment /jira refresh
to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.
The bug has been updated to refer to the pull request using the external bug tracker.
/jira refresh
@MarSik: This pull request references Jira Issue OCPBUGS-27948, which is valid. The bug has been moved to the POST state.
Requesting review from QA contact: /cc @shajmakh
@jlojosnegros @vitus133 @eggfoobar Took a me a while to untangle the patch ordering, but this should be it.
@MarSik: This pull request references Jira Issue OCPBUGS-27948, which is valid.
Requesting review from QA contact: /cc @shajmakh
/label backport-risk-assessed
I guess there's no simple way to test before to commit.
Actually there is a way. I executed the code and it generated the exact same manifests we already had in the repo. git reported no changes. I also executed the e2e local tests that validate the rendering and all passed. That probably means the output is still valid and matches the rendered yamls.
/retest-required
@MarSik: This pull request references Jira Issue OCPBUGS-27948, which is valid.
Requesting review from QA contact: /cc @shajmakh
The bug has been updated to refer to the pull request using the external bug tracker.
/retest
/retest
/label cherry-pick-approved
/retest-required
/lgtm
/retest-required
Remaining retests: 0 against base HEAD b4be0464700b4597bab8f7f083d116d357caa841 and 2 for PR HEAD 644c51825310f2513214d47572d7a5a2134ccbb3 in total
@MarSik: all tests passed!
Full PR test history. Your PR dashboard.
@MarSik: Jira Issue OCPBUGS-27948: All pull requests linked via external trackers have merged:
Jira Issue OCPBUGS-27948 has been moved to the MODIFIED state.
[ART PR BUILD NOTIFIER]
This PR has been included in build cluster-node-tuning-operator-container-v4.15.0-202402051538.p0.ga8d42a7.assembly.stream for distgit cluster-node-tuning-operator. All builds following this will include this PR.
Fix included in accepted release 4.15.0-0.nightly-2024-02-05-163411
/cherry-pick release-4.14
@yanirq: #928 failed to apply on top of branch "release-4.14":
Applying: NTO: Add MCP name to filter PP (#878)
Using index info to reconstruct a base tree...
A pkg/tuned/cmd/render/cmd.go
A pkg/tuned/cmd/render/render.go
Falling back to patching base and 3-way merge...
CONFLICT (modify/delete): pkg/tuned/cmd/render/render.go deleted in HEAD and modified in NTO: Add MCP name to filter PP (#878). Version NTO: Add MCP name to filter PP (#878) of pkg/tuned/cmd/render/render.go left in tree.
Auto-merging pkg/performanceprofile/cmd/render/cmd.go
CONFLICT (content): Merge conflict in pkg/performanceprofile/cmd/render/cmd.go
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 NTO: Add MCP name to filter PP (#878)
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Fix included in accepted release 4.15.0-0.nightly-2024-02-12-213938
This is a backport of three related PRs: #878, #833 and #924 that improve the rendering mode during the installation bootstrap phase.
The most notable change is the added assumption that basic master and worker MachineConfigPools with default labels will always exist even though they are not yet available in the input manifest folder.