Skip to content

Commit

Permalink
feat: remove thoth related configs
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Görn <[email protected]>
  • Loading branch information
goern committed Dec 19, 2023
1 parent 537992a commit 69aa1ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 65 deletions.
37 changes: 0 additions & 37 deletions manifests/applications/prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,11 @@ in_repo_config:
enabled:
b4mad: true
operate-first: true
thoth-station: true

allowed_clusters:
"b4mad": ["api.nostromo.erdgeschoss.b4mad.emea.operate-first.cloud:6443"]
"operate-first":
["api.nostromo.erdgeschoss.b4mad.emea.operate-first.cloud:6443"]
"thoth-station":
["api.nostromo.erdgeschoss.b4mad.emea.operate-first.cloud:6443"]

branch-protection:
allow_disabled_policies: true
Expand Down Expand Up @@ -115,38 +112,6 @@ branch-protection:
required_pull_request_reviews:
dismiss_stale_reviews: false
required_approving_review_count: 1
thoth-station:
protect: true
allow_force_pushes: false
required_status_checks:
contexts:
- op1st/prow/pre-commit
exclude:
- "^revert-" # don't protect revert branches
- "^dependabot/" # don't protect branches created by dependabot
- "^greenkeeper/" # don't protect branches created by greenkeeper
- "^kebechet-" # don't protect kebechet branches
repos:
thoth-ops:
protect: false
statusfy-ops:
protect: false
statusfy:
protect: false
website-tooling:
protect: false
stress-tests:
protect: false
twitter-together:
protect: false
restrictions:
apps:
- op1st-prow
teams:
- sourceops
required_pull_request_reviews:
dismiss_stale_reviews: false
required_approving_review_count: 1

deck:
spyglass:
Expand Down Expand Up @@ -188,7 +153,6 @@ tide:
merge_method:
b4mad: squash
operate-first: squash
thoth-station: squash

queries:
- orgs:
Expand All @@ -204,7 +168,6 @@ tide:
- needs-rebase
- orgs:
- operate-first
- thoth-station
labels:
- approved
- lgtm
Expand Down
29 changes: 1 addition & 28 deletions manifests/applications/prow/plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,30 +36,22 @@ external_plugins:
events:
- issue_comment
- pull_request
thoth-station:
- name: needs-rebase
events:
- issue_comment
- pull_request

welcome:
- repos:
- b4mad
- operate-first
- thoth-station
message_template: "Welcome @{{.AuthorLogin}}! <br><br>It looks like this is your first PR to <a href='https://github.com/{{.Org}}/{{.Repo}}'>{{.Org}}/{{.Repo}}</a> 🎉. Please refer to our [pull request process documentation](https://git.k8s.io/community/contributors/guide/pull-requests.md) to help your PR have a smooth ride to approval. <br><br>You will be prompted by a bot to use commands during the review process. Do not be afraid to follow the prompts! It is okay to experiment. [Here is the bot commands documentation](https://go.k8s.io/bot-commands). <br><br>You can also check if {{.Org}}/{{.Repo}} has [its own contribution guidelines](https://github.com/{{.Org}}/{{.Repo}}/tree/master/CONTRIBUTING.md). <br><br>You may want to refer to our [testing guide](https://git.k8s.io/community/contributors/devel/sig-testing/testing.md) if you run into trouble with your tests not passing. <br><br>If you are having difficulty getting your pull request seen, please follow the [recommended escalation practices](https://github.com/kubernetes/community/blob/master/contributors/guide/pull-requests.md#why-is-my-pull-request-not-getting-reviewed). Also, for tips and tricks in the contribution process you may want to read the [Kubernetes contributor cheat sheet](https://git.k8s.io/community/contributors/guide/contributor-cheatsheet/README.md). We want to make sure your contribution gets all the attention it needs! <br><br>Thank you, and welcome to the Thoth-Station. :smiley:"
message_template: "Welcome @{{.AuthorLogin}}! <br><br>It looks like this is your first PR to <a href='https://github.com/{{.Org}}/{{.Repo}}'>{{.Org}}/{{.Repo}}</a> 🎉. Please refer to our [pull request process documentation](https://git.k8s.io/community/contributors/guide/pull-requests.md) to help your PR have a smooth ride to approval. <br><br>You will be prompted by a bot to use commands during the review process. Do not be afraid to follow the prompts! It is okay to experiment. [Here is the bot commands documentation](https://go.k8s.io/bot-commands). <br><br>You can also check if {{.Org}}/{{.Repo}} has [its own contribution guidelines](https://github.com/{{.Org}}/{{.Repo}}/tree/master/CONTRIBUTING.md). <br><br>You may want to refer to our [testing guide](https://git.k8s.io/community/contributors/devel/sig-testing/testing.md) if you run into trouble with your tests not passing. <br><br>If you are having difficulty getting your pull request seen, please follow the [recommended escalation practices](https://github.com/kubernetes/community/blob/master/contributors/guide/pull-requests.md#why-is-my-pull-request-not-getting-reviewed). Also, for tips and tricks in the contribution process you may want to read the [Kubernetes contributor cheat sheet](https://git.k8s.io/community/contributors/guide/contributor-cheatsheet/README.md). We want to make sure your contribution gets all the attention it needs! <br><br>Thank you, and welcome to the project. :smiley:"

lgtm:
- repos:
- b4mad
- operate-first
- thoth-station

approve:
- repos:
- b4mad
- operate-first
- thoth-station
require_self_approval: true
ignore_review_state: false
lgtm_acts_as_approve: false
Expand All @@ -68,7 +60,6 @@ branch_cleaner:
preserved_branches:
b4mad: ["master", "main"]
operate-first: ["master", "main"]
thoth-station: ["master", "main"]

triggers:
- repos:
Expand All @@ -78,7 +69,6 @@ triggers:
- repos:
- b4mad
- operate-first
- thoth-station
trusted_apps:
- renovate
- dependabot
Expand Down Expand Up @@ -117,20 +107,3 @@ plugins:
- trigger
- verify-owners
- wip
thoth-station:
plugins:
- approve
- assign
- blockade
- branchcleaner
- help
- hold
- label
- lgtm
- lifecycle
- override
- size
- transfer-issue
- trigger
- verify-owners
- wip

0 comments on commit 69aa1ac

Please sign in to comment.