You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,14 +37,14 @@ after they have been reviewed. All job configs are located in [`config/jobs`]
37
37
38
38
## Other Tools
39
39
40
-
-[`boskos`](/boskos) manages pools of resources; our CI leases GCP projects from these pools
40
+
-[`boskos`](https://github.com/kubernetes-sigs/boskos) manages pools of resources; our CI leases GCP projects from these pools
41
41
-[`experiment`](/experiment) is a catchall directory for one-shot tools or scripts
42
42
-[`gcsweb`](/gcsweb) is a UI we use to display test artifacts stored in public GCS buckets
43
-
-[`ghproxy`](/ghproxy) is a GitHub-aware reverse proxy cache to help keep our GitHub API token usage within rate limits
43
+
-[`ghproxy`](https://github.com/kubernetes-sigs/prow/tree/main/cmd/ghproxy) is a GitHub-aware reverse proxy cache to help keep our GitHub API token usage within rate limits
44
44
-[`gopherage`](/gopherage) is a tool for manipulating Go coverage files
45
45
-[`label_sync`](/label_sync) creates, updates and migrates GitHub labels across orgs and repos based on `labels.yaml` file
46
46
-[`kettle`](/kettle) extracts test results from GCS and puts them into bigquery
47
-
-[`kubetest`](/kubetest) is how our CI creates and e2e tests kubernetes clusters
47
+
-[`kubetest2`](https://github.com/kubernetes-sigs/kubetest2) is how our CI creates and e2e tests kubernetes clusters
48
48
-[`metrics`](/metrics) runs queries against bigquery to generate metrics based on test results
49
49
-[`robots/commenter`](/robots/commenter) is used by some of our jobs to comment on GitHub issues
50
50
@@ -58,7 +58,7 @@ Please see [CONTRIBUTING.MD](CONTRIBUTING.md)
0 commit comments