🐛 More needed for podman workaround in kind-load#788
🐛 More needed for podman workaround in kind-load#788bentito wants to merge 13 commits intooperator-framework:mainfrom
Conversation
* Fix suite_test.go Signed-off-by: Todd Short <tshort@redhat.com> * Copy over some rukpak code and replace BundleDeployment Replace BundleDeployment in the Unpack APIs with a combination of BundleSource and ClusterExtension. It builds... Signed-off-by: Todd Short <tshort@redhat.com> * fixup! Copy over some rukpak code and replace BundleDeployment --------- Signed-off-by: Todd Short <tshort@redhat.com>
Signed-off-by: Varsha Prasad Narsing <varshaprasad96@gmail.com> Co-authored-by: varshaprasad96@gmail.com <vnarsing@vnarsing-mac.hsd1.ca.comcast.net>
Signed-off-by: Todd Short <tshort@redhat.com>
* Install the helm chart Signed-off-by: Todd Short <tshort@redhat.com> * fixup! Install the helm chart Signed-off-by: Todd Short <tshort@redhat.com> --------- Signed-off-by: Todd Short <tshort@redhat.com>
…rk#763) Co-authored-by: varshaprasad96@gmail.com <vnarsing@vnarsing-mac.hsd1.ca.comcast.net>
* Update owner keys Signed-off-by: Todd Short <tshort@redhat.com> * fixup! Update owner keys Signed-off-by: Todd Short <tshort@redhat.com> --------- Signed-off-by: Todd Short <tshort@redhat.com>
Signed-off-by: Todd Short <tshort@redhat.com>
…ramework#776) Co-authored-by: varshaprasad96@gmail.com <vnarsing@vnarsing-mac.hsd1.ca.comcast.net>
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
Oh nice, I was just about to put up something for this. |
|
note: the changes here and in #790 were required for me to successfully run |
…r-framework#789) * Add relevant RBAC to enable controller to watch resources * Debugging iteration - one * ClusterExtension installing the operator - working --------- Co-authored-by: varshaprasad96@gmail.com <vnarsing@vnarsing-mac.hsd1.ca.comcast.net>
Signed-off-by: Todd Short <tshort@redhat.com>
| e2e-coverage: | ||
| COVERAGE_OUTPUT=./e2e-cover.out ./hack/e2e-coverage.sh | ||
|
|
||
| .PHONY: kind-load |
There was a problem hiding this comment.
Why remove the .PHONY target annotation here? We don't generate a versioned artifact as a result of this make target.
There was a problem hiding this comment.
ugh, I just blew up this PR with an ill-advised force push. For a small change like this I'm going to start over.
9033d64 to
41751c7
Compare
|
PR needs rebase. DetailsInstructions 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/test-infra repository. |
|
I'm going to try this again from clean upstream:main new PR is: #794 |
Description
The commit adding the podman workaround for the kind-load target seems to need a bit more work:
It needs to have the tag name set before image-archive is saved
Reviewer Checklist