Skip to content
Open
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
35 changes: 35 additions & 0 deletions orgs/branchprotection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,41 @@ branch-protection:
teams: ["wg-app-runtime-platform-bots"]

# CF-on-K8s
k8s-garden-client:
allow_deletions: false
allow_disabled_policies: true
allow_force_pushes: false
enforce_admins: true
include: ["^main$"]
protect: true
required_status_checks:
contexts:
- "unit"
- "EasyCLA"
required_pull_request_reviews:
bypass_pull_request_allowances:
teams: ["ard-wg-k8s-gitbot"]
dismiss_stale_reviews: true
require_code_owner_reviews: true
required_approving_review_count: 1
kind-deployment:
allow_deletions: false
allow_disabled_policies: true
allow_force_pushes: false
enforce_admins: true
include: ["^main$"]
protect: true
required_status_checks:
contexts:
- "unit"
- "EasyCLA"
required_pull_request_reviews:
bypass_pull_request_allowances:
teams: ["ard-wg-k8s-gitbot"]
dismiss_stale_reviews: true
require_code_owner_reviews: true
required_approving_review_count: 1

korifi-ci:
protect: false
cf-k8s-secrets:
Expand Down
8 changes: 8 additions & 0 deletions orgs/orgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1676,6 +1676,14 @@ orgs:
description: Terminate the JVM when resources are exhausted
has_projects: true
has_wiki: false
k8s-garden-client:
description: Garden client implementation for Kubernetes
has_projects: false
has_wiki: false
kind-deployment:
description: Deploying Cloud Foundry on a local kind cluster
has_projects: false
has_wiki: false
korifi:
default_branch: main
description: Cloud Foundry on Kubernetes
Expand Down
20 changes: 20 additions & 0 deletions toc/working-groups/app-runtime-deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ technical_leads:
bots:
- name: ard-wg-gitbot
github: ard-wg-gitbot
- name: ard-wg-k8s-gitbot
github: ard-wg-k8s-gitbot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, that bot has to exist in github.com. Will you create it? Onboarding process also has to be completed.

areas:
- name: CF Deployment
reviewers:
Expand Down Expand Up @@ -83,4 +85,22 @@ areas:
- cloudfoundry/relint-team
- cloudfoundry/runtime-ci
- cloudfoundry/uptimer
- name: Kind Deployment
reviewers: []
approvers:
- name: Jan von Löwenstein
github: loewenstein-sap
- name: Pavel Busko
github: pbusko
- name: Johannes Dillmann
github: modulo11
- name: Ralf Pannemans
github: c0d1ngm0nk3y
- name: Nicolas Bender
github: nicolasbender
- name: Matthias Vach
github: mvach
repositories:
- cloudfoundry/k8s-garden-client
- cloudfoundry/kind-deployment
```