Skip to content

Commit dbc7b2d

Browse files
authored
Disable tide for all teams (#12676)
1 parent 2d688fc commit dbc7b2d

12 files changed

+0
-429
lines changed

docs/index.md

-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@
6060

6161
[Prow Test Clusters](/docs/prow/test-clusters.md) - This document gathers information about test clusters that Prow jobs build. All test clusters are built in the `sap-kyma-prow-workloads` project.
6262

63-
[Tide Introduction](/docs/prow/tide-introduction-notes.md) - Along with the Prow upgrade, we want to introduce Tide for merging the PRs automatically.
64-
6563
[Prow Workload Clusters](/docs/prow/workload-clusters.md) - This document describes workload clusters on which Prow schedules Pods to execute the logic of a given Prow job. All workload clusters are aggregated under the `kyma-prow` Google Cloud project. We use two workload clusters for trusted and untrusted Prow jobs.
6664

6765
[Prow Runtime Images](/images/README.md) - This directory contains images that can be used as runtime images for all ProwJobs in Kyma's Prow Instance.

docs/prow/authorization.md

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ Following roles exist on Prow cluster:
4242
| **plank** | - `prowjobs.prow.k8s.io` <br> - `pods` | create, list, update <br> create, list, delete |
4343
| **sinker** | - `prowjobs.prow.k8s.io` <br> - `pods` | delete, list <br> delete, list |
4444
| **hook** | - `prowjobs.prow.k8s.io` <br> - `configmaps` | create, get <br> get, update |
45-
| **tide** | - `prowjobs.prow.k8s.io` | create, list |
4645
| **crier** | - `prowjobs.prow.k8s.io` | get, watch <br> list, patch |
4746

4847
## User Permissions on GitHub

docs/prow/prow-architecture.md

-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ Branch Protector is a Prow component that is responsible for defining branch pro
3838
### gcsweb
3939
gcsweb is a lightweight web frontend for GCS which allows you to access the content of the **artifacts** tab in Spyglass without the need to log in. For more information on gcsweb read [this](https://github.com/kubernetes/k8s.io/tree/main/apps/gcsweb) document.
4040

41-
### Tide
42-
Tide is a Prow component that automatically checks the acceptance criteria against opened PRs in the repository. If the given PR passes all the criteria, Tide automatically merges it.
43-
4441
## Plugins
4542
There are different kinds of plugins that react to GitHub events forwarded by the Hook component. Plugins are configured per repository using `plugins.yaml`.
4643
For more information about installed plugins in the `kyma-project` organisation, refer to the [plugins.yaml](../../prow/plugins.yaml) file.

docs/prow/prow-cluster-update.md

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ To update a Prow cluster follow these steps:
1313
* gcr.io/k8s-prow/sinker
1414
* gcr.io/k8s-prow/deck
1515
* gcr.io/k8s-prow/horologium
16-
* gcr.io/k8s-prow/tide
1716
3. Copy the commit ID into a comment at the top of the file to keep track of the current release used for the deployments.
1817
4. Use your preferred diff tool to check and copy the stability update in a Prow component and additional configurations on existing components.
1918
5. Open both [`config.yaml`](../../prow/config.yaml) in the current project and [`config.yaml`](https://github.com/kubernetes/test-infra/blob/2c8e0dbb96b4c1a86d42275dfbed5474a6d05def/prow/config.yaml) in the Kubernetes project and copy new tags for these containers:

docs/prow/tide-introduction-notes.md

-41
This file was deleted.

prow/cluster/components/deck_deployment.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ spec:
4444
- name: http
4545
containerPort: 8080
4646
args:
47-
- --tide-url=http://tide/
4847
- --hook-url=http://hook:8888/plugin-help
4948
- --redirect-http-to=status.build.kyma-project.io
5049
- --oauth-url=/github-login

prow/cluster/components/tide_deployment.yaml

-69
This file was deleted.

prow/cluster/components/tide_rbac.yaml

-36
This file was deleted.

prow/cluster/components/tide_service.yaml

-31
This file was deleted.

prow/cluster/deploy.sh

-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ prow_components=(
4141
"statusreconciler_rbac.yaml"
4242
"statusreconciler_deployment.yaml"
4343
"status-kyma-prow_managedcertificate.yaml"
44-
"tide_rbac.yaml"
45-
"tide_deployment.yaml"
46-
"tide_service.yaml"
4744
"tls-ing_ingress.yaml"
4845
"web_server_deployment.yaml"
4946
)

0 commit comments

Comments
 (0)