diff options
| author | Aaron Crickenberger <spiffxp@google.com> | 2021-03-09 16:24:06 -0500 |
|---|---|---|
| committer | Aaron Crickenberger <spiffxp@google.com> | 2021-03-09 16:24:06 -0500 |
| commit | 1ffc41daa0bc7827be8641b150798afbb5a81672 (patch) | |
| tree | 140705e7f75490098d84aa1a1edc6c3688c3502e /sig-testing/README.md | |
| parent | 6153db5bf650f8f10bc52543433866129d1d4991 (diff) | |
ran make generate
Diffstat (limited to 'sig-testing/README.md')
| -rw-r--r-- | sig-testing/README.md | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/sig-testing/README.md b/sig-testing/README.md index 5b77d0bd..c55e4494 100644 --- a/sig-testing/README.md +++ b/sig-testing/README.md @@ -46,46 +46,46 @@ The following [subprojects][subproject-definition] are owned by sig-testing: ### boskos Boskos is a resource manager service that handles different kinds of resources and transitions between different states. We use it on the Kubernetes project to manage pools of GCP projects for CI/CD. - **Owners:** - - https://raw.githubusercontent.com/kubernetes-sigs/boskos/master/OWNERS - - https://raw.githubusercontent.com/kubernetes/test-infra/master/boskos/OWNERS + - [kubernetes-sigs/boskos](https://github.com/kubernetes-sigs/boskos/blob/master/OWNERS) + - [kubernetes/test-infra/boskos](https://github.com/kubernetes/test-infra/blob/master/boskos/OWNERS) ### e2e-framework An experimental e2e testing framework for Kubernetes clusters. - **Owners:** - - https://raw.githubusercontent.com/kubernetes-sigs/e2e-framework/master/OWNERS + - [kubernetes-sigs/e2e-framework](https://github.com/kubernetes-sigs/e2e-framework/blob/master/OWNERS) ### k8s-gsm-tools Controllers to sync and rotate kubernetes secrets with google cloud secret manager - **Owners:** - - https://raw.githubusercontent.com/kubernetes-sigs/k8s-gsm-tools/master/OWNERS + - [kubernetes-sigs/k8s-gsm-tools](https://github.com/kubernetes-sigs/k8s-gsm-tools/blob/master/OWNERS) ### kind Kubernetes IN Docker. Run Kubernetes test clusters on your local machine using Docker containers as nodes. - **Owners:** - - https://raw.githubusercontent.com/kubernetes-sigs/kind/master/OWNERS + - [kubernetes-sigs/kind](https://github.com/kubernetes-sigs/kind/blob/master/OWNERS) - **Contact:** - Slack: [#kind](https://kubernetes.slack.com/messages/kind) ### kubetest2 Kubetest2 is the framework for launching and running end-to-end tests on kubernetes. It is the next significant iteration of kubetest. We will be deprecating kubetest going forward. - **Owners:** - - https://raw.githubusercontent.com/kubernetes-sigs/kubetest2/master/OWNERS - - https://raw.githubusercontent.com/kubernetes/test-infra/master/kubetest/OWNERS + - [kubernetes-sigs/kubetest2](https://github.com/kubernetes-sigs/kubetest2/blob/master/OWNERS) + - [kubernetes/test-infra/kubetest](https://github.com/kubernetes/test-infra/blob/master/kubetest/OWNERS) ### prow Prow is a CI/CD system based on Kubernetes. See prow.k8s.io to see it in action for the Kubernetes project - **Owners:** - - https://raw.githubusercontent.com/kubernetes/test-infra/master/prow/OWNERS + - [kubernetes/test-infra/prow](https://github.com/kubernetes/test-infra/blob/master/prow/OWNERS) - **Contact:** - Slack: [#prow](https://kubernetes.slack.com/messages/prow) ### sig-testing Home for SIG Testing discussion and documents. - **Owners:** - - https://raw.githubusercontent.com/kubernetes/sig-testing/master/OWNERS + - [kubernetes/sig-testing](https://github.com/kubernetes/sig-testing/blob/master/OWNERS) ### test-infra Miscellaneous tools and configuration to run the testing infrastructure for the Kubernetes project - **Owners:** - - https://raw.githubusercontent.com/kubernetes/test-infra/master/OWNERS + - [kubernetes/test-infra](https://github.com/kubernetes/test-infra/blob/master/OWNERS) ### testing-commons **[best-effort]** The testing-commons subproject focuses on matters of code structure, layout, and execution of kubernetes/kubernetes test code. It is currently staffed on a best-effort basis; please bring discussions to the sig-testing slack channel or meeting. For historical context, please see the [former testing-commons meeting agenda](https://docs.google.com/document/d/1TOC8vnmlkWw6HRNHoe5xSv5-qv7LelX6XK3UVCHuwb0/edit) and [archived testing-commons slack channel](https://kubernetes.slack.com/archives/C9NK9KFFW) - **Owners:** - - https://raw.githubusercontent.com/kubernetes/kubernetes/master/test/OWNERS + - [kubernetes/kubernetes/test](https://github.com/kubernetes/kubernetes/blob/master/test/OWNERS) [subproject-definition]: https://github.com/kubernetes/community/blob/master/governance.md#subprojects <!-- BEGIN CUSTOM CONTENT --> |
