Skip to content

Commit b863e28

Browse files
authored
Merge pull request #34548 from Vyom-Yadav/add-release-team-to-alert-emails
Add [email protected] to testgrid-alert-email for master-blocking and master-informing jobs
2 parents 010416f + ce3f0c6 commit b863e28

18 files changed

+31
-27
lines changed

config/jobs/image-pushing/releng/k8s-staging-artifact-promoter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ postsubmits:
44
cluster: k8s-infra-prow-build-trusted
55
annotations:
66
testgrid-dashboards: sig-release-releng-blocking, sig-release-master-informing, sig-release-image-pushes, sig-k8s-infra-gcb
7-
testgrid-alert-email: [email protected], [email protected]
7+
88
testgrid-num-failures-to-alert: '1'
99
decorate: true
1010
branches:

config/jobs/image-pushing/releng/k8s-staging-build-image.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ postsubmits:
44
cluster: k8s-infra-prow-build-trusted
55
annotations:
66
testgrid-dashboards: sig-release-releng-informing, sig-release-master-informing, sig-release-image-pushes, sig-k8s-infra-gcb
7-
testgrid-alert-email: [email protected]
7+
testgrid-alert-email: [email protected], [email protected]
88
decorate: true
99
run_if_changed: '^images\/build\/debian-base\/'
1010
branches:
@@ -36,7 +36,7 @@ postsubmits:
3636
cluster: k8s-infra-prow-build-trusted
3737
annotations:
3838
testgrid-dashboards: sig-release-releng-informing, sig-release-master-informing, sig-release-image-pushes, sig-k8s-infra-gcb
39-
testgrid-alert-email: [email protected]
39+
testgrid-alert-email: [email protected], [email protected]
4040
decorate: true
4141
run_if_changed: '^images\/build\/distroless-iptables\/'
4242
branches:
@@ -68,7 +68,7 @@ postsubmits:
6868
cluster: k8s-infra-prow-build-trusted
6969
annotations:
7070
testgrid-dashboards: sig-release-releng-informing, sig-release-master-informing, sig-release-image-pushes, sig-k8s-infra-gcb
71-
testgrid-alert-email: [email protected]
71+
testgrid-alert-email: [email protected], [email protected]
7272
decorate: true
7373
decoration_config:
7474
timeout: 240m
@@ -103,7 +103,7 @@ postsubmits:
103103
cluster: k8s-infra-prow-build-trusted
104104
annotations:
105105
testgrid-dashboards: sig-release-releng-informing, sig-release-master-informing, sig-release-image-pushes, sig-k8s-infra-gcb
106-
testgrid-alert-email: [email protected]
106+
testgrid-alert-email: [email protected], [email protected]
107107
decorate: true
108108
decoration_config:
109109
timeout: 4h
@@ -138,7 +138,7 @@ postsubmits:
138138
cluster: k8s-infra-prow-build-trusted
139139
annotations:
140140
testgrid-dashboards: sig-release-releng-informing, sig-release-master-informing, sig-release-image-pushes, sig-k8s-infra-gcb
141-
testgrid-alert-email: [email protected]
141+
testgrid-alert-email: [email protected], [email protected]
142142
decorate: true
143143
run_if_changed: '^images\/build\/setcap\/'
144144
branches:

config/jobs/image-pushing/releng/k8s-staging-kubernetes.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ postsubmits:
44
cluster: k8s-infra-prow-build-trusted
55
annotations:
66
testgrid-dashboards: sig-release-releng-informing, sig-release-master-informing, sig-release-image-pushes, sig-k8s-infra-gcb
7-
testgrid-alert-email: [email protected]
7+
testgrid-alert-email: [email protected], [email protected]
88
decorate: true
99
run_if_changed: '^cluster\/images\/etcd\/'
1010
branches:
@@ -33,7 +33,7 @@ postsubmits:
3333
cluster: k8s-infra-prow-build-trusted
3434
annotations:
3535
testgrid-dashboards: sig-release-releng-informing, sig-release-master-informing, sig-release-image-pushes, sig-k8s-infra-gcb
36-
testgrid-alert-email: [email protected]
36+
testgrid-alert-email: [email protected], [email protected]
3737
decorate: true
3838
run_if_changed: '^build\/pause\/'
3939
branches:

config/jobs/kubernetes-sigs/sig-windows/release-master-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ periodics:
132132
annotations:
133133
fork-per-release: "true"
134134
fork-per-release-replacements: "KUBERNETES_VERSION=latest -> KUBERNETES_VERSION=latest-{{.Version}}"
135-
testgrid-alert-email: [email protected], [email protected]
135+
136136
testgrid-dashboards: sig-release-master-informing, sig-windows-master-release, sig-windows-signal
137137
testgrid-tab-name: capz-windows-master
138138
- name: ci-kubernetes-e2e-capz-master-windows-containerd2

config/jobs/kubernetes/sig-auth/sig-auth-encryption-at-rest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ periodics:
6666
path_alias: k8s.io/kubernetes
6767
annotations:
6868
testgrid-dashboards: sig-auth-encryption-at-rest, sig-release-master-informing
69+
testgrid-alert-email: [email protected]
6970
description: Runs conformance tests on a cluster with KMS encryption enabled at periodic intervals
7071
spec:
7172
containers:

config/jobs/kubernetes/sig-cloud-provider/aws/ec2-e2e.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,7 @@ periodics:
738738
name: ci-kubernetes-ec2-conformance-latest
739739
annotations:
740740
testgrid-dashboards: amazon-ec2, conformance-all, conformance-ec2, sig-release-master-informing, amazon-ec2-release
741+
testgrid-alert-email: [email protected]
741742
testgrid-tab-name: Conformance - EC2 - master
742743
description: Runs conformance tests using kubetest against kubernetes master on EC2
743744
labels:
@@ -1127,6 +1128,7 @@ periodics:
11271128
name: ci-kubernetes-ec2-arm64-conformance-latest
11281129
annotations:
11291130
testgrid-dashboards: amazon-ec2, conformance-all, conformance-ec2, sig-release-master-informing, amazon-ec2-release
1131+
testgrid-alert-email: [email protected]
11301132
testgrid-tab-name: Conformance - EC2 - arm64 - master
11311133
description: Runs conformance tests using kubetest against kubernetes master on EC2 (arm64)
11321134
labels:

config/jobs/kubernetes/sig-cloud-provider/gcp/gcp-gce.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ periodics:
10721072
testgrid-dashboards: sig-release-master-blocking, google-gce
10731073
testgrid-tab-name: gce-cos-master-reboot
10741074
description: Uses kubetest to run a subset of e2e tests (+Feature:Reboot) against a cluster created with cluster/kube-up.sh
1075-
testgrid-alert-email: [email protected]
1075+
testgrid-alert-email: [email protected], [email protected]
10761076
testgrid-num-failures-to-alert: '6'
10771077

10781078
- interval: 30m

config/jobs/kubernetes/sig-cloud-provider/gcp/gpu/gpu-gce.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ periodics:
2828
fork-per-release-cron: 0 0-23/2 * * *, 0 3-23/6 * * *, 0 8-23/12 * * *, 0 8-23/24 * * *, 0 14-23/24 * * *
2929
testgrid-dashboards: sig-release-master-blocking, google-gce
3030
testgrid-tab-name: gce-device-plugin-gpu-master
31-
testgrid-alert-email: [email protected]
31+
testgrid-alert-email: [email protected], [email protected]
3232
description: "Uses kubetest to run e2e tests (+Feature:GPUDevicePlugin) against a cluster created with cluster/kube-up.sh"
3333
testgrid-num-failures-to-alert: '6'
3434
testgrid-alert-stale-results-hours: '24'

config/jobs/kubernetes/sig-network/sig-network-gce.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ periodics:
638638
annotations:
639639
testgrid-dashboards: sig-release-master-blocking, google-gce, sig-network-gce
640640
testgrid-tab-name: gci-gce-ingress
641-
testgrid-alert-email: [email protected]
641+
testgrid-alert-email: [email protected], [email protected]
642642
description: Uses kubetest to run e2e tests (+Feature:Ingress|NEG) against a cluster created with cluster/kube-up.sh
643643
testgrid-alert-stale-results-hours: '24'
644644
- interval: 6h

config/jobs/kubernetes/sig-node/crio.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ periodics:
4949
annotations:
5050
testgrid-dashboards: sig-release-master-blocking, sig-node-cri-o, sig-node-release-blocking
5151
testgrid-tab-name: ci-crio-cgroupv1-node-e2e-conformance
52-
testgrid-alert-email: [email protected]
52+
testgrid-alert-email: [email protected], [email protected]
5353

5454
description: "OWNER: sig-node; runs NodeConformance e2e tests with crio master and cgroup v1"
5555
- name: ci-crio-cgroupv1-node-e2e-features
@@ -518,7 +518,7 @@ periodics:
518518
annotations:
519519
testgrid-dashboards: sig-release-master-blocking, sig-node-cri-o, sig-node-release-blocking
520520
testgrid-tab-name: ci-crio-cgroupv2-node-e2e-conformance
521-
testgrid-alert-email: [email protected]
521+
testgrid-alert-email: [email protected], [email protected]
522522
description: "OWNER: sig-node; runs NodeConformance e2e tests with crio master and cgroup v2"
523523
- name: ci-crio-cgroupv1-node-e2e-resource-managers
524524
cluster: k8s-infra-prow-build

0 commit comments

Comments
 (0)