Skip to content

Commit d62aa00

Browse files
Merge branch 'main' into bosh-prometheus
2 parents 3b09aa3 + 5e1b552 commit d62aa00

File tree

4 files changed

+38
-7
lines changed

4 files changed

+38
-7
lines changed

org/branchprotection.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,33 @@ branch-protection:
110110
dismiss_stale_reviews: true
111111
require_code_owner_reviews: true
112112
required_approving_review_count: 1
113+
114+
# App-Autoscaler
115+
app-autoscaler-release:
116+
protect: true
117+
enforce_admins: true
118+
allow_force_pushes: false
119+
allow_deletions: false
120+
allow_disabled_policies: true
121+
required_status_checks:
122+
contexts:
123+
- "EasyCLA"
124+
- "Create Bosh Release"
125+
- "Acceptance Tests - Broker_Check"
126+
- "Build suite=test, mysql=8"
127+
- "Build suite=test, postgres=12"
128+
- "Build suite=integration, mysql=8"
129+
- "Build suite=integration, postgres=12"
130+
- "reviewdog"
131+
- "Build suite=integration, postgres=15"
132+
- "Build suite=test, postgres=15"
133+
- "CodeQL"
134+
required_pull_request_reviews:
135+
dismiss_stale_reviews: true
136+
require_code_owner_reviews: true
137+
required_approving_review_count: 1
138+
bypass_pull_request_allowances:
139+
teams: ["wg-app-runtime-interfaces-autoscaler-bots"]
140+
include: [ "^main$" ]
141+
app-autoscaler-env-bbl-state:
142+
protect: false

org/cloudfoundry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ orgs:
170170
bosh-alicloud-cpi-release:
171171
description: BOSH Alibaba CPI
172172
has_projects: true
173-
default_branch: main
173+
default_branch: master
174174
bosh-ali-storage-cli:
175175
description: Go CLI for Alibaba storage
176176
has_projects: true

toc/working-groups/app-runtime-interfaces.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ technical_leads:
4141
- name: Greg Cobb
4242
github: gerg
4343
bots:
44-
- name: App Autoscaler CI Bot
45-
github: app-autoscaler-ci-bot
4644
- name: Cloud Foundry Buildpacks Team Robot
4745
github: cf-buildpacks-eng
4846
- name: ARI WG Git Bot
@@ -65,6 +63,9 @@ areas:
6563
reviewers:
6664
- name: Sumit Kulhadia
6765
github: kulhadia
66+
bots:
67+
- name: App Autoscaler CI Bot
68+
github: app-autoscaler-ci-bot
6869
repositories:
6970
- cloudfoundry/app-autoscaler-release
7071
- cloudfoundry/app-autoscaler-cli-plugin

toc/working-groups/foundational-infrastructure.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,12 +249,10 @@ areas:
249249
- cloudfoundry/bosh-acceptance-tests
250250
- cloudfoundry/bosh-agent
251251
- cloudfoundry/bosh-agent-index
252-
- cloudfoundry/bosh-alicloud-light-stemcell-builder
253252
- cloudfoundry/bosh-aws-cpi-release
254253
- cloudfoundry/bosh-aws-light-stemcell-builder
255254
- cloudfoundry/bosh-azure-cpi-release
256255
- cloudfoundry/bosh-azure-storage-cli
257-
- cloudfoundry/bosh-ali-storage-cli
258256
- cloudfoundry/bosh-apt-resources
259257
- cloudfoundry/bosh-bbl-ci-envs
260258
- cloudfoundry/bosh-bootloader
@@ -315,7 +313,6 @@ areas:
315313
- cloudfoundry/sample-windows-bosh-release
316314
- cloudfoundry/socks5-proxy
317315
- cloudfoundry/stembuild
318-
- cloudfoundry/stemcells-alicloud-index
319316
- cloudfoundry/usn-resource
320317
- cloudfoundry/windows-utilities-release
321318
- cloudfoundry/windows-utilities-tests
@@ -326,6 +323,10 @@ areas:
326323
github: xiaozhu36
327324
repositories:
328325
- cloudfoundry/bosh-alicloud-cpi-release
326+
- cloudfoundry/bosh-alicloud-light-stemcell-builder
327+
- cloudfoundry/bosh-ali-storage-cli
328+
- cloudfoundry/stemcells-alicloud-index
329+
329330
- name: Prometheus (Bosh)
330331
approvers:
331332
- name: Benjamin Guttmann
@@ -343,7 +344,6 @@ areas:
343344
- cloudfoundry/node-exporter-boshrelease
344345
- cloudfoundry/prometheus-boshrelease
345346

346-
347347
config:
348348
github_project_sync:
349349
mapping:

0 commit comments

Comments
 (0)