Skip to content

Commit af75983

Browse files
authored
Merge pull request #35530 from upodroid/cleanup-boskos
delete boskos folder
2 parents 21d34e7 + ec37827 commit af75983

File tree

8 files changed

+4
-536
lines changed

8 files changed

+4
-536
lines changed

.ko.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ baseImageOverrides:
77
k8s.io/test-infra/robots/commenter: gcr.io/k8s-staging-test-infra/alpine:v20240716-28236d8b05
88
k8s.io/test-infra/robots/pr-creator: gcr.io/k8s-staging-test-infra/git:v20240716-28236d8b05
99
k8s.io/test-infra/gcsweb/cmd/gcsweb: gcr.io/k8s-staging-test-infra/alpine:v20240716-28236d8b05
10-
k8s.io/test-infra/gencred: gcr.io/k8s-staging-test-infra/alpine:v20240716-28236d8b05
1110

1211
# https://pkg.go.dev/cmd/link
1312
# -s: omit symbol/debug info

.test-infra-misc-images.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ images:
66
- dir: robots/issue-creator
77
- dir: testgrid/cmd/configurator
88
- dir: gcsweb/cmd/gcsweb
9-
- dir: gencred
109
- dir: experiment/ml/analyze

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ after they have been reviewed. All job configs are located in [`config/jobs`]
3737

3838
## Other Tools
3939

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
4141
- [`experiment`](/experiment) is a catchall directory for one-shot tools or scripts
4242
- [`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
4444
- [`gopherage`](/gopherage) is a tool for manipulating Go coverage files
4545
- [`label_sync`](/label_sync) creates, updates and migrates GitHub labels across orgs and repos based on `labels.yaml` file
4646
- [`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
4848
- [`metrics`](/metrics) runs queries against bigquery to generate metrics based on test results
4949
- [`robots/commenter`](/robots/commenter) is used by some of our jobs to comment on GitHub issues
5050

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

61-
[bot commands]: https://go.k8s.io/bot-commands
61+
[bot commands]: https://prow.k8s.io/command-help
6262
[`config/jobs`]: /config/jobs
6363
[`metrics`]: /metrics
6464
[`prow`]: https://github.com/kubernetes-sigs/prow

boskos/OWNERS

Lines changed: 0 additions & 15 deletions
This file was deleted.

boskos/README.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)