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

adding github action to test plugin installation via homebrew #158

Conversation

sbdtu5498
Copy link

adding github action to test plugin installation via homebrew

/kind enhancement

Fixes #66

cc: @csantanapr

Release Note

NONE

Docs

NONE

@knative-prow
Copy link
Contributor

knative-prow bot commented Aug 2, 2023

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: sbdtu5498
Once this PR has been reviewed and has the lgtm label, please assign dprotaso for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow knative-prow bot requested review from dsimansk and navidshaikh August 2, 2023 21:46
@knative-prow
Copy link
Contributor

knative-prow bot commented Aug 2, 2023

Welcome @sbdtu5498! It looks like this is your first PR to knative-extensions/homebrew-kn-plugins 🎉

@knative-prow knative-prow bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Aug 2, 2023
Copy link
Contributor

@dsimansk dsimansk left a comment

Choose a reason for hiding this comment

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

Thanks for the PR! This is very much appreciated. I've added a couple of suggestions, but I looks good in general.

Comment on lines +3 to +6
on:
push:
branches:
- main
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd suggest a common trigger combination that we use in other Knative GH actions.

on:
  push:
    branches: [ 'main', 'release-*' ]

  pull_request:
    branches: [ 'main', 'release-*' ]

Copy link
Author

Choose a reason for hiding this comment

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

Ah, I will change it accordingly.

Comment on lines +29 to +34
brew install admin
brew install func
brew install quickstart
brew install source-kafka
brew install source-kamelet
brew install event
Copy link
Contributor

@dsimansk dsimansk Aug 3, 2023

Choose a reason for hiding this comment

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

Can you try to extract the plugins to matrix and iterate over the items? That would be helpful to reuse the steps for MacOS, hence my comment above.

Copy link
Author

Choose a reason for hiding this comment

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

Yes, it would be better to keep the code dry.


jobs:
check_plugins:
runs-on: ubuntu-latest
Copy link
Contributor

Choose a reason for hiding this comment

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

MacOS variant would be nice as well.

Copy link
Author

Choose a reason for hiding this comment

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

I will add a MacOS variant as well.

@dsimansk
Copy link
Contributor

@sbdtu5498 Hi there, a gentle ping! I'm wondering if you are still looking at this PR.

@sbdtu5498
Copy link
Author

@dsimansk I will work on this soon. I was a bit busy with some other task in hand. I will try to get it merged this week positively.

@dsimansk
Copy link
Contributor

@dsimansk I will work on this soon. I was a bit busy with some other task in hand. I will try to get it merged this week positively.

Sure, no worries. Thanks for the update! It isn't super urgent to have it done this week, take your time. I wanted to confirm it's still on your radar.

@dsimansk
Copy link
Contributor

Super seeded by: #183

/close

@knative-prow knative-prow bot closed this Feb 29, 2024
Copy link
Contributor

knative-prow bot commented Feb 29, 2024

@dsimansk: Closed this PR.

In response to this:

Super seeded by: #183

/close

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add simple install test for PRs
2 participants