Skip to content

Commit a00f63c

Browse files
authored
Merge pull request kubernetes#34795 from ynfx8/fix
route the comp version tests alert email to team alias
2 parents c6d2a67 + 40d8c9b commit a00f63c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

config/jobs/kubernetes/sig-testing/compatibility-versions-e2e.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ periodics:
66
testgrid-dashboards: sig-testing-kind
77
testgrid-tab-name: compatibility-version-test-n-minus-1
88
description: Uses kind to run e2e tests from the n-1 kubernetes release against a latest kubernetes master components w/ --emulated-version=n-1 set.
9-
# TODO(#34269) route the alert email to a rotation vs individual email and update owners in experiment/compatibility-versions
10-
testgrid-alert-email: aprindle@google.com
9+
# TODO(#34269) update owners in experiment/compatibility-versions
10+
testgrid-alert-email: compatibility-version-test@google.com
1111
testgrid-num-columns-recent: '6'
1212
labels:
1313
preset-dind-enabled: "true"
@@ -64,8 +64,8 @@ periodics:
6464
testgrid-dashboards: sig-testing-kind
6565
testgrid-tab-name: compatibility-version-test-n-minus-2
6666
description: Uses kind to run e2e tests from the n-2 kubernetes release against a latest kubernetes master components w/ --emulated-version=n-2 set.
67-
# TODO(#34269) route the alert email to a rotation vs individual email and update owners in experiment/compatibility-versions
68-
testgrid-alert-email: aprindle@google.com
67+
# TODO(#34269) update owners in experiment/compatibility-versions
68+
testgrid-alert-email: compatibility-version-test@google.com
6969
testgrid-num-columns-recent: '6'
7070
labels:
7171
preset-dind-enabled: "true"
@@ -122,8 +122,8 @@ periodics:
122122
testgrid-dashboards: sig-testing-kind
123123
testgrid-tab-name: compatibility-versions-feature-gate-test
124124
description: Uses kind to run bespoke feature gate tests from the n-1 kubernetes release yaml files against a latest kubernetes master components w/ --emulated-version=n-1 set.
125-
# TODO(#34269) route the alert email to a rotation vs individual email and update owners in experiment/compatibility-versions
126-
testgrid-alert-email: aprindle@google.com
125+
# TODO(#34269) update owners in experiment/compatibility-versions
126+
testgrid-alert-email: compatibility-version-test@google.com
127127
testgrid-num-failures-to-alert: "2"
128128
testgrid-num-columns-recent: '6'
129129
labels:

0 commit comments

Comments
 (0)