diff options
| author | Aaron Crickenberger <spiffxp@google.com> | 2019-08-08 17:20:15 -0700 |
|---|---|---|
| committer | Aaron Crickenberger <spiffxp@google.com> | 2019-08-08 17:20:15 -0700 |
| commit | 907d38eebdd84265d716b6426d2a0a2dbf492aa6 (patch) | |
| tree | 43061fab1f68dcce5697b3a1337233889f6b0413 | |
| parent | 77ce85085f2756f18144882230f78ea3a6e37ad0 (diff) | |
move repo-infra subproject to sig-testing
repo-infra is mostly used for kazel, which relates to bazel, which
is under sig-testing's purview
| -rw-r--r-- | sig-contributor-experience/README.md | 3 | ||||
| -rw-r--r-- | sig-testing/README.md | 3 | ||||
| -rw-r--r-- | sigs.yaml | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sig-contributor-experience/README.md b/sig-contributor-experience/README.md index 0079c21b..3d54b595 100644 --- a/sig-contributor-experience/README.md +++ b/sig-contributor-experience/README.md @@ -88,9 +88,6 @@ The following [subprojects][subproject-definition] are owned by sig-contributor- - **Owners:** - https://raw.githubusercontent.com/kubernetes-sigs/contributor-playground/master/OWNERS - https://raw.githubusercontent.com/kubernetes/community/master/mentoring/OWNERS -### repo-infra -- **Owners:** - - https://raw.githubusercontent.com/kubernetes/repo-infra/master/OWNERS ### slack-infra - **Owners:** - https://raw.githubusercontent.com/kubernetes-sigs/slack-infra/master/OWNERS diff --git a/sig-testing/README.md b/sig-testing/README.md index 865e3480..6f276686 100644 --- a/sig-testing/README.md +++ b/sig-testing/README.md @@ -66,6 +66,9 @@ Prow is a CI/CD system based on Kubernetes. See prow.k8s.io to see it in action - https://raw.githubusercontent.com/kubernetes/test-infra/master/prow/OWNERS - **Contact:** - Slack: [#prow](https://kubernetes.slack.com/messages/prow) +### repo-infra +- **Owners:** + - https://raw.githubusercontent.com/kubernetes/repo-infra/master/OWNERS ### test-infra Miscellaneous tools and configuration to run the testing infrastructure for the Kubernetes project - **Owners:** @@ -1107,9 +1107,6 @@ sigs: owners: - https://raw.githubusercontent.com/kubernetes-sigs/contributor-playground/master/OWNERS - https://raw.githubusercontent.com/kubernetes/community/master/mentoring/OWNERS - - name: repo-infra - owners: - - https://raw.githubusercontent.com/kubernetes/repo-infra/master/OWNERS - name: slack-infra contact: slack: slack-infra @@ -2012,6 +2009,9 @@ sigs: slack: prow owners: - https://raw.githubusercontent.com/kubernetes/test-infra/master/prow/OWNERS + - name: repo-infra + owners: + - https://raw.githubusercontent.com/kubernetes/repo-infra/master/OWNERS - name: test-infra description: | Miscellaneous tools and configuration to run the testing infrastructure for the Kubernetes project |
