diff options
| author | Sean Chase <slchase@google.com> | 2022-06-17 15:48:21 -0700 |
|---|---|---|
| committer | Sean Chase <slchase@google.com> | 2022-06-17 16:04:36 -0700 |
| commit | bb0eec57bfdf03b9b597a5e5081a16b8c8451e67 (patch) | |
| tree | 4b96827f3822ab6d0b9d49c141bbff6e678646d3 /communication | |
| parent | d032aa9e06f8ba513a267a3a5e9fcca619517be2 (diff) | |
Add TestGrid channel under sig-testing
Diffstat (limited to 'communication')
| -rwxr-xr-x | communication/slack-config/restrictions.yaml | 1 | ||||
| -rw-r--r-- | communication/slack-config/sig-testing/config.yaml | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/communication/slack-config/restrictions.yaml b/communication/slack-config/restrictions.yaml index 19ba37ab..30f97879 100755 --- a/communication/slack-config/restrictions.yaml +++ b/communication/slack-config/restrictions.yaml @@ -56,6 +56,7 @@ restrictions: - "^sig-testing" - "^kind" - "^prow" + - "^testgrid" - "^testing" usergroups: - "^test-infra-oncall$" diff --git a/communication/slack-config/sig-testing/config.yaml b/communication/slack-config/sig-testing/config.yaml index 6db8443c..fea12efd 100644 --- a/communication/slack-config/sig-testing/config.yaml +++ b/communication/slack-config/sig-testing/config.yaml @@ -3,6 +3,7 @@ channels: - name: prow - name: prow-alerts - name: sig-testing + - name: testgrid - name: testing-commons archived: true - - name: testing-ops
\ No newline at end of file + - name: testing-ops |
