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

🌱 Add owner files for docs/ and test/ #5469

Merged
merged 1 commit into from
Oct 25, 2021

Conversation

enxebre
Copy link
Member

@enxebre enxebre commented Oct 21, 2021

What this PR does / why we need it:
Add owner files for docs/ and test/

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Part of #5456

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Oct 21, 2021
@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. do-not-merge/invalid-owners-file Indicates that a PR should not merge because it has an invalid OWNERS file in it. labels Oct 21, 2021
@enxebre enxebre force-pushed the test-docs-areas branch 5 times, most recently from 38871d0 to ac19676 Compare October 21, 2021 12:46
Copy link
Member

@sbueringer sbueringer left a comment

Choose a reason for hiding this comment

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

A few nits

OWNERS_ALIASES Outdated Show resolved Hide resolved
OWNERS_ALIASES Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/invalid-owners-file Indicates that a PR should not merge because it has an invalid OWNERS file in it. label Oct 21, 2021
@sbueringer
Copy link
Member

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Oct 21, 2021
CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Show resolved Hide resolved
@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Oct 21, 2021
CONTRIBUTING.md Outdated Show resolved Hide resolved
@enxebre enxebre force-pushed the test-docs-areas branch 3 times, most recently from e0ecb80 to 0cc2bbe Compare October 21, 2021 16:30
CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
Copy link
Member

@fabriziopandini fabriziopandini left a comment

Choose a reason for hiding this comment

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

@enxebre thanks for pushing forward this effort!
Only two nits from my side, but overall it looks great

CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
OWNERS_ALIASES Outdated
Comment on lines 70 to 75
# -----------------------------------------------------------
# OWNER_ALIASES for test
# -----------------------------------------------------------

cluster-api-test-reviewers:
cluster-api-test-maintainers:
Copy link
Member

Choose a reason for hiding this comment

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

We should probably split test rather than have a unique one for all the subfolders, CAPD already has its own, maybe let's add one for the test framework?

Copy link
Contributor

Choose a reason for hiding this comment

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

+1 for having owners specifically for the test framework to start with (as in the library)

Copy link
Member

Choose a reason for hiding this comment

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

If we have one for test/infrastructure/docker and test/framework, should we have another one for test/e2e?

Note: we also have test/infrastructure/container, but it doesn't contain a lot of code.

Copy link
Member

Choose a reason for hiding this comment

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

I'm ok with all the solutions, but I think that also the current solution make sense given that

  • owners in test/ are owners of the test framework, E2E tests but also owners of CAPD that is used extensively in our E2E.
  • owners in test/infrastructure/docker are owner of CAPD only(we can eventually add test/infrastructure/container under the same responsibility now or at later stage)

Copy link
Member Author

@enxebre enxebre Oct 25, 2021

Choose a reason for hiding this comment

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

Ok I updated to include a new OWNERS file in test/framework so:

  • Owners in test/ are owners of the test framework, E2E tests but also owners of CAPD that is used extensively in our E2E.
  • Owners in test/infrastructure/docker are owner of CAPD only(we can eventually add test/infrastructure/container under the same responsibility now or at later stage)
  • Owners in test/framework own the library.

I wouldn't go too far breaking this down until we have root owners in /test so they can figure out the best way for them to operate.

Let me know if that make sense or you want me to change something else.

@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Oct 25, 2021
Copy link
Member

@vincepri vincepri left a comment

Choose a reason for hiding this comment

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

/approve
/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Oct 25, 2021
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: vincepri

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 25, 2021
@k8s-ci-robot k8s-ci-robot merged commit 68927b7 into kubernetes-sigs:main Oct 25, 2021
@k8s-ci-robot k8s-ci-robot added this to the v0.4 milestone Oct 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants