diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2021-02-08 14:23:13 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-08 14:23:13 -0800 |
| commit | 4b9507d0f498b12e6d9830c3e988839e67e1aa2a (patch) | |
| tree | 44ab4be4343df0c9e3ea6638ad01273598eaa315 /communication | |
| parent | f49042cb34a18f7cfa086c01ff3bde6d55815668 (diff) | |
| parent | 167ad0c5b892abe7aba3f5b40973522ce8e6d57c (diff) | |
Merge pull request #5440 from spiffxp/best-effort-testing-commons
Move testing-commons subproject to best-effort
Diffstat (limited to 'communication')
| -rw-r--r-- | communication/slack-config/channels.yaml | 7 | ||||
| -rwxr-xr-x | communication/slack-config/restrictions.yaml | 9 | ||||
| -rw-r--r-- | communication/slack-config/sig-testing/OWNERS | 8 | ||||
| -rw-r--r-- | communication/slack-config/sig-testing/config.yaml | 8 | ||||
| -rw-r--r-- | communication/slack-config/sig-testing/usergroups.yaml | 8 | ||||
| -rw-r--r-- | communication/slack-config/usergroups.yaml | 6 |
6 files changed, 34 insertions, 12 deletions
diff --git a/communication/slack-config/channels.yaml b/communication/slack-config/channels.yaml index ef1a5360..d53a18f0 100644 --- a/communication/slack-config/channels.yaml +++ b/communication/slack-config/channels.yaml @@ -153,7 +153,6 @@ channels: - name: keda-dev - name: keel - name: kiam - - name: kind - name: kiosk - name: kcli - name: klog @@ -301,8 +300,6 @@ channels: - name: prometheus - name: prometheus-operator - name: prometheus-operator-dev - - name: prow - - name: prow-alerts - name: pt_br-users - name: purelb-users - name: raksh @@ -351,7 +348,7 @@ channels: - name: sig-scheduling # sig-security* channels are defined in sig-security/ - name: sig-service-catalog - - name: sig-testing + # sig-testing channels are defined in sig-testing/ - name: sig-ui - name: sig-usability - name: sig-windows @@ -371,8 +368,6 @@ channels: - name: talk-proposals - name: terraform-providers - name: test-failures - - name: testing-commons - - name: testing-ops - name: tilt - name: tn-users - name: topology-aware-scheduling diff --git a/communication/slack-config/restrictions.yaml b/communication/slack-config/restrictions.yaml index 9299fb44..8ea7a59b 100755 --- a/communication/slack-config/restrictions.yaml +++ b/communication/slack-config/restrictions.yaml @@ -51,4 +51,13 @@ restrictions: - "^cloud-provider-extraction$" - "^provider-" - "^apiserver-network-proxy$" + - path: "sig-testing/*.yaml" + channels: + - "^sig-testing" + - "^kind" + - "^prow" + - "^testing" + usergroups: + - "^test-infra-oncall$" + - "^google-build-admin$" - path: "**/*" # prevent any other file from containing anything diff --git a/communication/slack-config/sig-testing/OWNERS b/communication/slack-config/sig-testing/OWNERS new file mode 100644 index 00000000..541bac08 --- /dev/null +++ b/communication/slack-config/sig-testing/OWNERS @@ -0,0 +1,8 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +reviewers: + - sig-testing-leads +approvers: + - sig-testing-leads +labels: + - sig/testing diff --git a/communication/slack-config/sig-testing/config.yaml b/communication/slack-config/sig-testing/config.yaml new file mode 100644 index 00000000..6db8443c --- /dev/null +++ b/communication/slack-config/sig-testing/config.yaml @@ -0,0 +1,8 @@ +channels: + - name: kind + - name: prow + - name: prow-alerts + - name: sig-testing + - name: testing-commons + archived: true + - name: testing-ops
\ No newline at end of file diff --git a/communication/slack-config/sig-testing/usergroups.yaml b/communication/slack-config/sig-testing/usergroups.yaml new file mode 100644 index 00000000..87b25714 --- /dev/null +++ b/communication/slack-config/sig-testing/usergroups.yaml @@ -0,0 +1,8 @@ +usergroups: + # maintained by https://github.com/kubernetes/test-infra/blob/master/experiment/slack-oncall-updater + - name: test-infra-oncall + external: true + + # maintained by https://github.com/kubernetes/test-infra/blob/master/experiment/slack-oncall-updater + - name: google-build-admin + external: true
\ No newline at end of file diff --git a/communication/slack-config/usergroups.yaml b/communication/slack-config/usergroups.yaml index 9ab2afee..4b5908b4 100644 --- a/communication/slack-config/usergroups.yaml +++ b/communication/slack-config/usergroups.yaml @@ -36,12 +36,6 @@ usergroups: - kaslin - rajula96reddy - - name: test-infra-oncall - external: true - - - name: google-build-admin - external: true - # Should match the membership of the following teams at all times: # - https://git.k8s.io/security/#product-security-committee-psc - name: product-security-committee |
