-
Notifications
You must be signed in to change notification settings - Fork 173
Add charts repo #4093
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
Add charts repo #4093
Conversation
Reviewer's Guide by SourceryThis pull request adds a new repository named 'charts' to the organization configuration. This repository is intended to house Helm charts for KubeVirt. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Hi @lerrigatto. Thanks for your PR. PRs from untrusted users cannot be marked as trusted with I understand the commands that are listed here. 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-sigs/prow repository. |
Signed-off-by: GitHub <noreply@github.com>
780b91c to
1d88cf4
Compare
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.
Hey @lerrigatto - I've reviewed your changes - here's some feedback:
Overall Comments:
- Consider adding a link to the charts repo in the org description.
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
|
/test ? |
|
@dhiller: The following commands are available to trigger required jobs: Use DetailsIn 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 kubernetes-sigs/prow repository. |
|
/test pull-kubevirt-org-github-config-updater |
|
Hi, What missing for merge this change ? |
|
Ping @dhiller is this good? |
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.
@lerrigatto apologies for the delay. Repo creation looks good to me. However, a blank repository doesn't get you very far.
In general we have a group of maintainers that take ownership of a repo. Therefore this PR is missing creation of a GitHub team that would contain you as maintainer. See this PR as an example.
Also the maintainers need to be onboarded to the KubeVirt GitHub organization (example #4152)
Before that happens every new member has to go through this process: https://github.com/kubevirt/community/blob/main/membership_policy.md#member
Please bear with us on this - KubeVirt org members receive certain privileges i.e. automatic CI runs etc - so we need to make sure every one goes through this.
So the path forward I'd suggest would be:
- Create a membership PR as described in the docs above, referencing this PR so people know why, and
- either update this PR to add a maintainers GitHub team that has write access to the repository
- or update this PR configuring prow merge automation as described here: https://github.com/kubevirt/community/blob/main/docs/add-merge-automation-to-your-repository.md
|
@lerrigatto I'd be happy to sponsor you on the KubeVirt org membership PR |
Signed-off-by: Enrico La Cava <enrico.lacava@gmail.com>
0c1f1ed to
0966f5a
Compare
dhiller
left a comment
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.
@lerrigatto not sure whether you are still working on this - however I thought I'd give you a quick update that the configs for trigger, lgtm and approve plugin are missing if you want to get merge automation fully working. tide looks good already, that should work.
I will need some extra help then. |
Our https://github.com/kubevirt/project-infra repository contains (besides other things) the setup for Prow, the central application within our CI environment. The configurations and deployments are applied to the prow-control-plane cluster after any change to them got merged. The KubeVirt Prow instance is located at https://prow.ci.kubevirt.io - it's configuration can be found in https://github.com/kubevirt/project-infra/tree/main/github/ci/prow-deploy . Prow consists of core components and plugins. For the merge automation to work for your repository you need to:
Configuration locations
For specific configuration options you can either look at the plugin docs or at the prow source code for configurations Note Expand the section Snippet to see the config details Hope that helps a bit. Ping me for any other questions you have. And BTW I agree that the merge automation section could need an overhaul, I'd be happy to help on a PR to get that done 😄 |
Signed-off-by: Enrico La Cava <enrico.lacava@flex.ai>
de1efe6 to
669fd6c
Compare
Signed-off-by: Enrico La Cava <enrico.lacava@flex.ai>
f2275d3 to
53ecfa1
Compare
|
Thanks @dhiller. I noticed that I had to add the release plugin or prow was failing. |
Yeah, that's because there's two groups for tide. The second group (which you added the charts repo to) requires If you put it into the first group it should work without We can add it later if you need it but for now it should be good enough without it. |
|
^^ @lerrigatto |
dhiller
left a comment
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.
Nearly there :)
github/ci/prow-deploy/kustom/base/configs/current/config/config.yaml
Outdated
Show resolved
Hide resolved
github/ci/prow-deploy/kustom/base/configs/current/plugins/plugins.yaml
Outdated
Show resolved
Hide resolved
d5d5eed to
1e5187c
Compare
Signed-off-by: Enrico La Cava <enrico.lacava@flex.ai>
1e5187c to
dae257a
Compare
dhiller
left a comment
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.
/approve
Thank you @lerrigatto ! 🎉
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dhiller The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/test pull-kubevirt-org-github-config-updater |
|
@lerrigatto: Updated the following 2 configmaps:
DetailsIn 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 kubernetes-sigs/prow repository. |
What this PR does / why we need it:
This PR creates a repo for help charts, as discussed here: kubevirt/community#224
Special notes for your reviewer: That's my first PR here!
Checklist
This checklist is not enforcing, but it's a reminder of items that could be relevant to every PR.
Approvers are expected to review this list.
Release note: