Skip to content
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

🐛 More needed for podman workaround in kind-load #788

Closed
wants to merge 13 commits into from

Conversation

bentito
Copy link
Contributor

@bentito bentito commented Apr 25, 2024

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

  • API Go Documentation
  • Tests: Unit Tests (and E2E Tests, if appropriate)
  • Comprehensive Commit Messages
  • Links to related GitHub Issue(s)

varshaprasad96@gmail.com and others added 9 commits April 15, 2024 21:31
* 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>
@bentito bentito requested a review from a team as a code owner April 25, 2024 16:04
Copy link

netlify bot commented Apr 25, 2024

Deploy Preview for olmv1 ready!

Name Link
🔨 Latest commit 41751c7
🔍 Latest deploy log https://app.netlify.com/sites/olmv1/deploys/662bfdfaa44a4400087fd9d1
😎 Deploy Preview https://deploy-preview-788--olmv1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@trgeiger
Copy link
Contributor

Oh nice, I was just about to put up something for this.

@trgeiger
Copy link
Contributor

trgeiger commented Apr 26, 2024

note: the changes here and in #790 were required for me to successfully runmake run on my Fedora machine with podman

varshaprasad96 and others added 3 commits April 26, 2024 10:19
…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>
@@ -149,13 +149,16 @@ extension-developer-e2e: run image-registry test-ext-dev-e2e kind-clean
e2e-coverage:
COVERAGE_OUTPUT=./e2e-cover.out ./hack/e2e-coverage.sh

.PHONY: kind-load
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why remove the .PHONY target annotation here? We don't generate a versioned artifact as a result of this make target.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@openshift-merge-robot openshift-merge-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Apr 26, 2024
@openshift-merge-robot
Copy link

PR needs rebase.

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/test-infra repository.

@bentito
Copy link
Contributor Author

bentito commented Apr 26, 2024

I'm going to try this again from clean upstream:main

new PR is: #794

@bentito bentito closed this Apr 26, 2024
@bentito bentito deleted the kind-podman-fix branch April 26, 2024 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants