Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .ko.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ baseImageOverrides:
k8s.io/test-infra/robots/commenter: gcr.io/k8s-staging-test-infra/alpine:v20240716-28236d8b05
k8s.io/test-infra/robots/pr-creator: gcr.io/k8s-staging-test-infra/git:v20240716-28236d8b05
k8s.io/test-infra/gcsweb/cmd/gcsweb: gcr.io/k8s-staging-test-infra/alpine:v20240716-28236d8b05
k8s.io/test-infra/gencred: gcr.io/k8s-staging-test-infra/alpine:v20240716-28236d8b05
Copy link
Member Author

Choose a reason for hiding this comment

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

Part of #35449


# https://pkg.go.dev/cmd/link
# -s: omit symbol/debug info
Expand Down
1 change: 0 additions & 1 deletion .test-infra-misc-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ images:
- dir: robots/issue-creator
- dir: testgrid/cmd/configurator
- dir: gcsweb/cmd/gcsweb
- dir: gencred
- dir: experiment/ml/analyze
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ after they have been reviewed. All job configs are located in [`config/jobs`]

## Other Tools

- [`boskos`](/boskos) manages pools of resources; our CI leases GCP projects from these pools
- [`boskos`](https://github.com/kubernetes-sigs/boskos) manages pools of resources; our CI leases GCP projects from these pools
- [`experiment`](/experiment) is a catchall directory for one-shot tools or scripts
- [`gcsweb`](/gcsweb) is a UI we use to display test artifacts stored in public GCS buckets
- [`ghproxy`](/ghproxy) is a GitHub-aware reverse proxy cache to help keep our GitHub API token usage within rate limits
- [`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
- [`gopherage`](/gopherage) is a tool for manipulating Go coverage files
- [`label_sync`](/label_sync) creates, updates and migrates GitHub labels across orgs and repos based on `labels.yaml` file
- [`kettle`](/kettle) extracts test results from GCS and puts them into bigquery
- [`kubetest`](/kubetest) is how our CI creates and e2e tests kubernetes clusters
- [`kubetest2`](https://github.com/kubernetes-sigs/kubetest2) is how our CI creates and e2e tests kubernetes clusters
- [`metrics`](/metrics) runs queries against bigquery to generate metrics based on test results
- [`robots/commenter`](/robots/commenter) is used by some of our jobs to comment on GitHub issues

Expand All @@ -58,7 +58,7 @@ Please see [CONTRIBUTING.MD](CONTRIBUTING.md)
[prow.k8s.io]: https://prow.k8s.io
[kubernetes/kubernetes]: https://github.com/kubernetes/kubernetes

[bot commands]: https://go.k8s.io/bot-commands
[bot commands]: https://prow.k8s.io/command-help
[`config/jobs`]: /config/jobs
[`metrics`]: /metrics
[`prow`]: https://github.com/kubernetes-sigs/prow
Expand Down
15 changes: 0 additions & 15 deletions boskos/OWNERS

This file was deleted.

13 changes: 0 additions & 13 deletions boskos/README.md

This file was deleted.

Loading