Skip to content

Commit 9d8acbc

Browse files
committed
Move sig-testing slack config to own folder
1 parent a4cbb64 commit 9d8acbc

File tree

6 files changed

+33
-12
lines changed

6 files changed

+33
-12
lines changed

communication/slack-config/channels.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ channels:
153153
- name: keda-dev
154154
- name: keel
155155
- name: kiam
156-
- name: kind
157156
- name: kiosk
158157
- name: kcli
159158
- name: klog
@@ -301,8 +300,6 @@ channels:
301300
- name: prometheus
302301
- name: prometheus-operator
303302
- name: prometheus-operator-dev
304-
- name: prow
305-
- name: prow-alerts
306303
- name: pt_br-users
307304
- name: purelb-users
308305
- name: raksh
@@ -349,7 +346,7 @@ channels:
349346
- name: sig-scheduling
350347
# sig-security* channels are defined in sig-security/
351348
- name: sig-service-catalog
352-
- name: sig-testing
349+
# sig-testing channels are defined in sig-testing/
353350
- name: sig-ui
354351
- name: sig-usability
355352
- name: sig-windows
@@ -369,8 +366,6 @@ channels:
369366
- name: talk-proposals
370367
- name: terraform-providers
371368
- name: test-failures
372-
- name: testing-commons
373-
- name: testing-ops
374369
- name: tilt
375370
- name: tn-users
376371
- name: topology-aware-scheduling

communication/slack-config/restrictions.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,13 @@ restrictions:
5151
- "^cloud-provider-extraction$"
5252
- "^provider-"
5353
- "^apiserver-network-proxy$"
54+
- path: "sig-testing/*.yaml"
55+
channels:
56+
- "^sig-testing"
57+
- "^kind"
58+
- "^prow"
59+
- "^testing"
60+
usergroups:
61+
- "^test-infra-oncall$"
62+
- "^google-build-admin$"
5463
- path: "**/*" # prevent any other file from containing anything
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# See the OWNERS docs at https://go.k8s.io/owners
2+
3+
reviewers:
4+
- sig-testing-leads
5+
approvers:
6+
- sig-testing-leads
7+
labels:
8+
- sig/testing
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
channels:
2+
- name: kind
3+
- name: prow
4+
- name: prow-alerts
5+
- name: sig-testing
6+
- name: testing-commons
7+
- name: testing-ops
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
usergroups:
2+
# maintained by https://github.com/kubernetes/test-infra/blob/master/experiment/slack-oncall-updater
3+
- name: test-infra-oncall
4+
external: true
5+
6+
# maintained by https://github.com/kubernetes/test-infra/blob/master/experiment/slack-oncall-updater
7+
- name: google-build-admin
8+
external: true

communication/slack-config/usergroups.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ usergroups:
3636
- kaslin
3737
- rajula96reddy
3838

39-
- name: test-infra-oncall
40-
external: true
41-
42-
- name: google-build-admin
43-
external: true
44-
4539
# Should match the membership of the following teams at all times:
4640
# - https://git.k8s.io/security/#product-security-committee-psc
4741
- name: product-security-committee

0 commit comments

Comments
 (0)