-
Notifications
You must be signed in to change notification settings - Fork 31
OPRUN-4160: Fix cp-manifests copying of helm charts #482
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
The method used to copy the helm charts is including an extra `helm` directory in the destination path, that is making the cluster-olm-operator code just a bit more complicated than it needs to be. This fixes the copy location. Signed-off-by: Todd Short <todd.short@me.com>
@tmshort: This pull request references OPRUN-4160 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.21.0" version, but no target version was set. 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 openshift-eng/jira-lifecycle-plugin repository. |
/verified by @bandrade |
@tmshort: This pull request references OPRUN-4160 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.21.0" version, but no target version was set. 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 openshift-eng/jira-lifecycle-plugin repository. |
@bandrade: This PR has been marked as verified by 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 openshift-eng/jira-lifecycle-plugin repository. |
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.
I didn't get a sense of how exactly the cluster-olm-operator code is getting complicated and how this fix alleviates that problem from the PR itself, but the change does what the PR's intention is (ie copy contents of the helm directory into catalogd, instead of copying the helm directory itself). so
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: anik120, tmshort 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 |
Yeah, it's the extra directory, and it's a WIP PR, so you probably haven't noticed it yet. |
(This has no impact on the current cluster-olm-operator, just the one I'm working on.) |
This got all the way to deprovision and then failed... |
/retest-required |
/test openshift-e2e-aws-techpreview |
/retest-required |
/test openshift-e2e-aws-techpreview |
/test openshift-e2e-aws |
/retest |
/retest-required |
/hold |
/unhold |
/retest-required |
@tmshort: The following test failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
77ab3fd
into
openshift:main
The method used to copy the helm charts is including an extra
helm
directory in the destination path, that is making the cluster-olm-operator code just a bit more complicated than it needs to be.This fixes the copy location.