Skip to content

Commit 22a8523

Browse files
committed
remove old links for deprecated greenhouse and migratestatus tools
1 parent 24c2bc9 commit 22a8523

File tree

6 files changed

+2
-158
lines changed

6 files changed

+2
-158
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,9 @@ after they have been reviewed. All job configs are located in [`config/jobs`]
4343
- [`gcsweb`](/gcsweb) is a UI we use to display test artifacts stored in public GCS buckets
4444
- [`ghproxy`](/ghproxy) is a GitHub-aware reverse proxy cache to help keep our GitHub API token usage within rate limits
4545
- [`gopherage`](/gopherage) is a tool for manipulating Go coverage files
46-
- [`greenhouse`](/greenhouse) is a shared bazel cache we use to ensure faster build and test presubmit jobs
4746
- [`label_sync`](/label_sync) creates, updates and migrates GitHub labels across orgs and repos based on `labels.yaml` file
4847
- [`kettle`](/kettle) extracts test results from GCS and puts them into bigquery
4948
- [`kubetest`](/kubetest) is how our CI creates and e2e tests kubernetes clusters
50-
- [`maintenance/migratestatus`](/maintenance/migratestatus) is used to migrate or retire GitHub status contexts on PRs across orgs and repos
5149
- [`metrics`](/metrics) runs queries against bigquery to generate metrics based on test results
5250
- [`robots/commenter`](/robots/commenter) is used by some of our jobs to comment on GitHub issues
5351

docs/playbooks/README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,5 @@ TDLR: Prow is a set of CI services that we run.
1414

1515
In particular we use this for hosting Kubernetes's CI and GitHub automation.
1616

17-
## Greenhouse
18-
19-
[Playbook][greenhouse-playbook]
20-
21-
TDLR: Greenhouse is a bazel [remote build cache] service.
22-
23-
In particular we use this for building the [Kubernetes repo][kubernetes-repo]
24-
in presubmit on Prow.
25-
2617
<!--URLS-->
27-
[kubernetes-repo]: https://github.com/kubernetes/kubernetes
28-
[greenhouse-playbook]: greenhouse.md
2918
[prow-playbook]: prow.md
30-
[remote build cache]: https://docs.bazel.build/versions/master/remote-caching.html

docs/playbooks/greenhouse.md

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

docs/playbooks/prow.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Prow is composed of a service cluster, and one or more build clusters
1717

1818
Each build cluster may have additional components deployed:
1919
- **boskos**: responsible for managing pools of GCP projects
20-
- **greenhouse**: implements a remote bazel cache
2120
- **ghproxy**: reverse proxy HTTP cache optimized for use with the GitHub API
2221
- **kubernetes-external-secrets**: updates Kubernetes Secrets with values from
2322
external secret stores such as Google Secret Manager
@@ -45,7 +44,7 @@ in separate GCP organizations:
4544
- Kubernetes manifests live in /config/prow/cluster
4645
- Owner access given to Google employees in test-infra-oncall
4746
- Viewer access given to Google employees
48-
- Additional components: boskos, greenhouse
47+
- Additional components: boskos
4948
- Logs available via Google Cloud Logging
5049

5150
### test-infra-trusted
@@ -62,7 +61,7 @@ in separate GCP organizations:
6261
- Owner access given to [email protected]
6362
- Viewer access given to [email protected]
6463
- Kubernetes API access restricted to internal networks, must use google cloud shell
65-
- Additional components: boskos, greenhouse, kubernetes-external-secrets
64+
- Additional components: boskos, kubernetes-external-secrets
6665
- [k8s-infra-prow-build dashboard](https://console.cloud.google.com/monitoring/dashboards/custom/10925237040785467832?project=k8s-infra-prow-build&timeDomain=1d)
6766
- [k8s-infra-prow-build logs](https://console.cloud.google.com/logs/query?project=k8s-infra-prow-build)
6867

label_sync/labels.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,6 @@ larger set of contributors to apply/remove them.
572572
| <a id="area/enhancements" href="#area/enhancements">`area/enhancements`</a> | Issues or PRs related to the Enhancements subproject| label | |
573573
| <a id="area/github-management" href="#area/github-management">`area/github-management`</a> | Issues or PRs related to GitHub Management subproject| label | |
574574
| <a id="area/gopherage" href="#area/gopherage">`area/gopherage`</a> | Issues or PRs related to code in /gopherage| humans | |
575-
| <a id="area/greenhouse" href="#area/greenhouse">`area/greenhouse`</a> | Issues or PRs related to code in /greenhouse (our remote bazel cache)| label | |
576575
| <a id="area/gubernator" href="#area/gubernator">`area/gubernator`</a> | Issues or PRs related to code in /gubernator| label | |
577576
| <a id="area/kind" href="#area/kind">`area/kind`</a> | Issues or PRs related to code in /kind| label | |
578577
| <a id="area/label_sync" href="#area/label_sync">`area/label_sync`</a> | Issues or PRs related to code in /label_sync| label | |

label_sync/labels.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,11 +1344,6 @@ repos:
13441344
name: area/gopherage
13451345
target: both
13461346
addedBy: humans
1347-
- color: 0052cc
1348-
description: Issues or PRs related to code in /greenhouse (our remote bazel cache)
1349-
name: area/greenhouse
1350-
target: both
1351-
addedBy: label
13521347
- color: 0052cc
13531348
description: Issues or PRs related to code in /gubernator
13541349
name: area/gubernator

0 commit comments

Comments
 (0)