Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable tide for all teams #12676

Merged
merged 1 commit into from
Feb 13, 2025
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
2 changes: 0 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@

[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.

[Tide Introduction](/docs/prow/tide-introduction-notes.md) - Along with the Prow upgrade, we want to introduce Tide for merging the PRs automatically.

[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.

[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.
Expand Down
1 change: 0 additions & 1 deletion docs/prow/authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ Following roles exist on Prow cluster:
| **plank** | - `prowjobs.prow.k8s.io` <br> - `pods` | create, list, update <br> create, list, delete |
| **sinker** | - `prowjobs.prow.k8s.io` <br> - `pods` | delete, list <br> delete, list |
| **hook** | - `prowjobs.prow.k8s.io` <br> - `configmaps` | create, get <br> get, update |
| **tide** | - `prowjobs.prow.k8s.io` | create, list |
| **crier** | - `prowjobs.prow.k8s.io` | get, watch <br> list, patch |

## User Permissions on GitHub
Expand Down
3 changes: 0 additions & 3 deletions docs/prow/prow-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ Branch Protector is a Prow component that is responsible for defining branch pro
### gcsweb
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.

### Tide
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.

## Plugins
There are different kinds of plugins that react to GitHub events forwarded by the Hook component. Plugins are configured per repository using `plugins.yaml`.
For more information about installed plugins in the `kyma-project` organisation, refer to the [plugins.yaml](../../prow/plugins.yaml) file.
Expand Down
1 change: 0 additions & 1 deletion docs/prow/prow-cluster-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ To update a Prow cluster follow these steps:
* gcr.io/k8s-prow/sinker
* gcr.io/k8s-prow/deck
* gcr.io/k8s-prow/horologium
* gcr.io/k8s-prow/tide
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.
4. Use your preferred diff tool to check and copy the stability update in a Prow component and additional configurations on existing components.
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:
Expand Down
41 changes: 0 additions & 41 deletions docs/prow/tide-introduction-notes.md

This file was deleted.

1 change: 0 additions & 1 deletion prow/cluster/components/deck_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ spec:
- name: http
containerPort: 8080
args:
- --tide-url=http://tide/
- --hook-url=http://hook:8888/plugin-help
- --redirect-http-to=status.build.kyma-project.io
- --oauth-url=/github-login
Expand Down
69 changes: 0 additions & 69 deletions prow/cluster/components/tide_deployment.yaml

This file was deleted.

36 changes: 0 additions & 36 deletions prow/cluster/components/tide_rbac.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions prow/cluster/components/tide_service.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions prow/cluster/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ prow_components=(
"statusreconciler_rbac.yaml"
"statusreconciler_deployment.yaml"
"status-kyma-prow_managedcertificate.yaml"
"tide_rbac.yaml"
"tide_deployment.yaml"
"tide_service.yaml"
"tls-ing_ingress.yaml"
"web_server_deployment.yaml"
)
Expand Down
Loading
Loading