Closed rbaturov closed 9 months ago
@Tal-or @ffromani
this works, but IMO it should work the other way around: the owner-ref should be on by default, and opted-out only in the few (currently, exactly one and only) cases which don't need it
/retest-required
LGTM how do we test this change?
LGTM how do we test this change?
There was a test which was failing and exposed the issue. if the test will pass then it mean we're out of the woods
[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
/label acknowledge-critical-fixes-only
this PR won't affect the payload
/retitle NO-JIRA: Add support to inject owner-ref argument to render command
@rbaturov: This pull request explicitly references no jira issue.
/retest-required
@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.16.0-202402210139.p0.g631e03c.assembly.stream.el9 for distgit cluster-node-tuning-operator. All builds following this will include this PR.
/cherry-pick release-4.15
@rbaturov: new pull request created: #966
@rbaturov: Jira Issue OCPBUGS-29934: All pull requests linked via external trackers have merged:
Jira Issue OCPBUGS-29934 has been moved to the MODIFIED state.
/cherry-pick release-4.14
@rbaturov: #960 failed to apply on top of branch "release-4.14":
Applying: Add support to inject owner-ref argument to render command
Using index info to reconstruct a base tree...
M hack/render-sync.sh
Falling back to patching base and 3-way merge...
Auto-merging hack/render-sync.sh
CONFLICT (content): Merge conflict in hack/render-sync.sh
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 Add support to inject owner-ref argument to render command
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".
We need this change because we also want to use also non default values for the owner-ref like the value none. The work on this PR depends on these modifications to be merged.