-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Add [email protected] to testgrid-alert-email for master-blocking and master-informing jobs #34548
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
k8s-ci-robot
merged 2 commits into
kubernetes:master
from
Vyom-Yadav:add-release-team-to-alert-emails
May 26, 2025
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ postsubmits: | |
cluster: k8s-infra-prow-build-trusted | ||
annotations: | ||
testgrid-dashboards: sig-release-releng-blocking, sig-release-master-informing, sig-release-image-pushes, sig-k8s-infra-gcb | ||
testgrid-alert-email: [email protected], [email protected] | ||
testgrid-alert-email: [email protected], [email protected], [email protected] | ||
testgrid-num-failures-to-alert: '1' | ||
decorate: true | ||
branches: | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ postsubmits: | |
cluster: k8s-infra-prow-build-trusted | ||
annotations: | ||
testgrid-dashboards: sig-release-releng-informing, sig-release-master-informing, sig-release-image-pushes, sig-k8s-infra-gcb | ||
testgrid-alert-email: [email protected] | ||
testgrid-alert-email: [email protected], [email protected] | ||
decorate: true | ||
run_if_changed: '^images\/build\/debian-base\/' | ||
branches: | ||
|
@@ -36,7 +36,7 @@ postsubmits: | |
cluster: k8s-infra-prow-build-trusted | ||
annotations: | ||
testgrid-dashboards: sig-release-releng-informing, sig-release-master-informing, sig-release-image-pushes, sig-k8s-infra-gcb | ||
testgrid-alert-email: [email protected] | ||
testgrid-alert-email: [email protected], [email protected] | ||
decorate: true | ||
run_if_changed: '^images\/build\/distroless-iptables\/' | ||
branches: | ||
|
@@ -68,7 +68,7 @@ postsubmits: | |
cluster: k8s-infra-prow-build-trusted | ||
annotations: | ||
testgrid-dashboards: sig-release-releng-informing, sig-release-master-informing, sig-release-image-pushes, sig-k8s-infra-gcb | ||
testgrid-alert-email: [email protected] | ||
testgrid-alert-email: [email protected], [email protected] | ||
decorate: true | ||
decoration_config: | ||
timeout: 240m | ||
|
@@ -103,7 +103,7 @@ postsubmits: | |
cluster: k8s-infra-prow-build-trusted | ||
annotations: | ||
testgrid-dashboards: sig-release-releng-informing, sig-release-master-informing, sig-release-image-pushes, sig-k8s-infra-gcb | ||
testgrid-alert-email: [email protected] | ||
testgrid-alert-email: [email protected], [email protected] | ||
decorate: true | ||
decoration_config: | ||
timeout: 4h | ||
|
@@ -138,7 +138,7 @@ postsubmits: | |
cluster: k8s-infra-prow-build-trusted | ||
annotations: | ||
testgrid-dashboards: sig-release-releng-informing, sig-release-master-informing, sig-release-image-pushes, sig-k8s-infra-gcb | ||
testgrid-alert-email: [email protected] | ||
testgrid-alert-email: [email protected], [email protected] | ||
decorate: true | ||
run_if_changed: '^images\/build\/setcap\/' | ||
branches: | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ postsubmits: | |
cluster: k8s-infra-prow-build-trusted | ||
annotations: | ||
testgrid-dashboards: sig-release-releng-informing, sig-release-master-informing, sig-release-image-pushes, sig-k8s-infra-gcb | ||
testgrid-alert-email: [email protected] | ||
testgrid-alert-email: [email protected], [email protected] | ||
decorate: true | ||
run_if_changed: '^cluster\/images\/etcd\/' | ||
branches: | ||
|
@@ -33,7 +33,7 @@ postsubmits: | |
cluster: k8s-infra-prow-build-trusted | ||
annotations: | ||
testgrid-dashboards: sig-release-releng-informing, sig-release-master-informing, sig-release-image-pushes, sig-k8s-infra-gcb | ||
testgrid-alert-email: [email protected] | ||
testgrid-alert-email: [email protected], [email protected] | ||
decorate: true | ||
run_if_changed: '^build\/pause\/' | ||
branches: | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -132,7 +132,7 @@ periodics: | |
annotations: | ||
fork-per-release: "true" | ||
fork-per-release-replacements: "KUBERNETES_VERSION=latest -> KUBERNETES_VERSION=latest-{{.Version}}" | ||
testgrid-alert-email: [email protected], [email protected] | ||
testgrid-alert-email: [email protected], [email protected], [email protected] | ||
testgrid-dashboards: sig-release-master-informing, sig-windows-master-release, sig-windows-signal | ||
testgrid-tab-name: capz-windows-master | ||
- name: ci-kubernetes-e2e-capz-master-windows-containerd2 | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,6 +66,7 @@ periodics: | |
path_alias: k8s.io/kubernetes | ||
annotations: | ||
testgrid-dashboards: sig-auth-encryption-at-rest, sig-release-master-informing | ||
testgrid-alert-email: [email protected] | ||
description: Runs conformance tests on a cluster with KMS encryption enabled at periodic intervals | ||
spec: | ||
containers: | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -738,6 +738,7 @@ periodics: | |
name: ci-kubernetes-ec2-conformance-latest | ||
annotations: | ||
testgrid-dashboards: amazon-ec2, conformance-all, conformance-ec2, sig-release-master-informing, amazon-ec2-release | ||
testgrid-alert-email: [email protected] | ||
testgrid-tab-name: Conformance - EC2 - master | ||
description: Runs conformance tests using kubetest against kubernetes master on EC2 | ||
labels: | ||
|
@@ -1127,6 +1128,7 @@ periodics: | |
name: ci-kubernetes-ec2-arm64-conformance-latest | ||
annotations: | ||
testgrid-dashboards: amazon-ec2, conformance-all, conformance-ec2, sig-release-master-informing, amazon-ec2-release | ||
testgrid-alert-email: [email protected] | ||
testgrid-tab-name: Conformance - EC2 - arm64 - master | ||
description: Runs conformance tests using kubetest against kubernetes master on EC2 (arm64) | ||
labels: | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1072,7 +1072,7 @@ periodics: | |
testgrid-dashboards: sig-release-master-blocking, google-gce | ||
testgrid-tab-name: gce-cos-master-reboot | ||
description: Uses kubetest to run a subset of e2e tests (+Feature:Reboot) against a cluster created with cluster/kube-up.sh | ||
testgrid-alert-email: [email protected] | ||
testgrid-alert-email: [email protected], [email protected] | ||
testgrid-num-failures-to-alert: '6' | ||
|
||
- interval: 30m | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ periodics: | |
fork-per-release-cron: 0 0-23/2 * * *, 0 3-23/6 * * *, 0 8-23/12 * * *, 0 8-23/24 * * *, 0 14-23/24 * * * | ||
testgrid-dashboards: sig-release-master-blocking, google-gce | ||
testgrid-tab-name: gce-device-plugin-gpu-master | ||
testgrid-alert-email: [email protected] | ||
testgrid-alert-email: [email protected], [email protected] | ||
description: "Uses kubetest to run e2e tests (+Feature:GPUDevicePlugin) against a cluster created with cluster/kube-up.sh" | ||
testgrid-num-failures-to-alert: '6' | ||
testgrid-alert-stale-results-hours: '24' | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -638,7 +638,7 @@ periodics: | |
annotations: | ||
testgrid-dashboards: sig-release-master-blocking, google-gce, sig-network-gce | ||
testgrid-tab-name: gci-gce-ingress | ||
testgrid-alert-email: [email protected] | ||
testgrid-alert-email: [email protected], [email protected] | ||
description: Uses kubetest to run e2e tests (+Feature:Ingress|NEG) against a cluster created with cluster/kube-up.sh | ||
testgrid-alert-stale-results-hours: '24' | ||
- interval: 6h | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ periodics: | |
annotations: | ||
testgrid-dashboards: sig-release-master-blocking, sig-node-cri-o, sig-node-release-blocking | ||
testgrid-tab-name: ci-crio-cgroupv1-node-e2e-conformance | ||
testgrid-alert-email: [email protected] | ||
testgrid-alert-email: [email protected], [email protected] | ||
|
||
description: "OWNER: sig-node; runs NodeConformance e2e tests with crio master and cgroup v1" | ||
- name: ci-crio-cgroupv1-node-e2e-features | ||
|
@@ -518,7 +518,7 @@ periodics: | |
annotations: | ||
testgrid-dashboards: sig-release-master-blocking, sig-node-cri-o, sig-node-release-blocking | ||
testgrid-tab-name: ci-crio-cgroupv2-node-e2e-conformance | ||
testgrid-alert-email: [email protected] | ||
testgrid-alert-email: [email protected], [email protected] | ||
description: "OWNER: sig-node; runs NodeConformance e2e tests with crio master and cgroup v2" | ||
- name: ci-crio-cgroupv1-node-e2e-resource-managers | ||
cluster: k8s-infra-prow-build | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ periodics: | |
annotations: | ||
testgrid-dashboards: sig-node-dynamic-resource-allocation, sig-release-master-informing | ||
description: Runs E2E tests for Dynamic Resource Allocation beta features against a Kubernetes master cluster created with sigs.k8s.io/kind | ||
testgrid-alert-email: [email protected], [email protected] | ||
testgrid-alert-email: [email protected], [email protected], [email protected] | ||
fork-per-release: "true" | ||
fork-per-release-periodic-interval: 24h | ||
fork-per-release-replacements: latest-fast.txt -> latest-{{.Version}}.txt, https://dl.k8s.io/ci/fast -> https://dl.k8s.io/ci | ||
|
@@ -166,7 +166,7 @@ periodics: | |
annotations: | ||
testgrid-dashboards: sig-node-dynamic-resource-allocation, sig-node-cri-o, sig-release-master-informing | ||
description: Runs E2E node tests for Dynamic Resource Allocation beta features with CRI-O using cgroup v1 | ||
testgrid-alert-email: [email protected], [email protected] | ||
testgrid-alert-email: [email protected], [email protected], [email protected] | ||
fork-per-release: "true" | ||
fork-per-release-periodic-interval: 24h | ||
fork-per-release-replacements: latest-fast.txt -> latest-{{.Version}}.txt, https://dl.k8s.io/ci/fast -> https://dl.k8s.io/ci | ||
|
@@ -225,7 +225,7 @@ periodics: | |
annotations: | ||
testgrid-dashboards: sig-node-dynamic-resource-allocation, sig-node-cri-o, sig-release-master-informing | ||
description: Runs E2E node tests for Dynamic Resource Allocation beta features with CRI-O using cgroup v2 | ||
testgrid-alert-email: [email protected], [email protected] | ||
testgrid-alert-email: [email protected], [email protected], [email protected] | ||
fork-per-release: "true" | ||
fork-per-release-periodic-interval: 24h | ||
fork-per-release-replacements: latest-fast.txt -> latest-{{.Version}}.txt, https://dl.k8s.io/ci/fast -> https://dl.k8s.io/ci | ||
|
@@ -284,7 +284,7 @@ periodics: | |
annotations: | ||
testgrid-dashboards: sig-node-dynamic-resource-allocation, sig-node-containerd, sig-release-master-informing | ||
description: Runs E2E node tests for Dynamic Resource Allocation beta features with containerd 1.7 | ||
testgrid-alert-email: [email protected], [email protected] | ||
testgrid-alert-email: [email protected], [email protected], [email protected] | ||
fork-per-release: "true" | ||
fork-per-release-periodic-interval: 24h | ||
fork-per-release-replacements: latest-fast.txt -> latest-{{.Version}}.txt, https://dl.k8s.io/ci/fast -> https://dl.k8s.io/ci | ||
|
@@ -336,7 +336,7 @@ periodics: | |
annotations: | ||
testgrid-dashboards: sig-node-dynamic-resource-allocation, sig-node-containerd, sig-release-master-informing | ||
description: Runs E2E node tests for Dynamic Resource Allocation beta features with containerd 2.0 | ||
testgrid-alert-email: [email protected], [email protected] | ||
testgrid-alert-email: [email protected], [email protected], [email protected] | ||
fork-per-release: "true" | ||
fork-per-release-periodic-interval: 24h | ||
fork-per-release-replacements: latest-fast.txt -> latest-{{.Version}}.txt, https://dl.k8s.io/ci/fast -> https://dl.k8s.io/ci | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,7 @@ | |
{%- endif %} | ||
{%- if file == "ci" and not all_features %} | ||
{%- set testgrid_dashboards = testgrid_dashboards + ", sig-release-master-informing" %} | ||
{%- set testgrid_alert_email = testgrid_alert_email + ", [email protected]" %} | ||
{%- endif %} | ||
- name: {{job_name}} | ||
cluster: {{cluster}} | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ periodics: | |
annotations: | ||
testgrid-dashboards: sig-release-master-blocking, sig-node-release-blocking, sig-node-containerd | ||
testgrid-tab-name: ci-node-e2e | ||
testgrid-alert-email: [email protected] | ||
testgrid-alert-email: [email protected], [email protected] | ||
description: "Uses kubetest to run node-e2e tests (+NodeConformance, -Flaky|Slow|Serial)" | ||
|
||
- name: ci-kubernetes-node-kubelet-serial-containerd | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,7 +64,7 @@ periodics: | |
test.kops.k8s.io/networking: amazonvpc | ||
testgrid-dashboards: kops-misc, sig-cluster-lifecycle-kops, sig-scalability-aws, sig-release-master-informing, amazon-ec2-release | ||
testgrid-tab-name: ec2-master-scale-performance | ||
testgrid-alert-email: [email protected], [email protected] | ||
testgrid-alert-email: [email protected], [email protected], [email protected] | ||
spec: | ||
containers: | ||
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250513-98d205aae3-master | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -209,7 +209,7 @@ periodics: | |
fork-per-release-replacements: "--extract=ci/fast/latest-fast -> --extract=ci/latest-{{.Version}}, gce-100Nodes-master -> gce-100Nodes-{{.Version}}" | ||
testgrid-dashboards: sig-release-master-blocking, sig-scalability-gce | ||
testgrid-tab-name: gce-cos-master-scalability-100 | ||
testgrid-alert-email: [email protected], [email protected] | ||
testgrid-alert-email: [email protected], [email protected], [email protected] | ||
description: "Uses kubetest to run k8s.io/perf-tests/run-e2e.sh against a 100-node cluster created with cluster/kube-up.sh" | ||
testgrid-num-failures-to-alert: '2' | ||
spec: | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -495,7 +495,7 @@ periodics: | |
testgrid-dashboards: sig-release-master-informing, sig-testing-kind | ||
testgrid-tab-name: kind-master-alpha | ||
description: Runs tests with no special requirements other than alpha feature gates in a KinD cluster where alpha feature gates and APIs are enabled. | ||
testgrid-alert-email: [email protected],[email protected] | ||
testgrid-alert-email: [email protected],[email protected],[email protected] | ||
testgrid-num-columns-recent: '6' | ||
labels: | ||
preset-dind-enabled: "true" | ||
|
@@ -549,7 +549,7 @@ periodics: | |
testgrid-dashboards: sig-release-master-informing, sig-testing-kind | ||
testgrid-tab-name: kind-master-beta | ||
description: Runs tests with no special requirements other than beta feature gates in a KinD cluster where beta feature gates and APIs are enabled. | ||
testgrid-alert-email: [email protected],[email protected] | ||
testgrid-alert-email: [email protected],[email protected],[email protected] | ||
testgrid-num-columns-recent: '6' | ||
labels: | ||
preset-dind-enabled: "true" | ||
|
@@ -599,7 +599,7 @@ periodics: | |
testgrid-dashboards: sig-release-master-informing, sig-testing-kind | ||
testgrid-tab-name: kind-master-alpha-beta | ||
description: Runs tests with no special requirements other than alpha or beta feature gates in a KinD cluster where alpha and beta feature gates and APIs are enabled. | ||
testgrid-alert-email: [email protected],[email protected] | ||
testgrid-alert-email: [email protected],[email protected],[email protected] | ||
testgrid-num-columns-recent: '6' | ||
labels: | ||
preset-dind-enabled: "true" | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -120,7 +120,7 @@ periodics: | |
testgrid-days-of-results: '1' | ||
testgrid-create-test-group: 'true' | ||
testgrid-dashboards: sig-release-master-blocking | ||
testgrid-alert-email: [email protected] | ||
testgrid-alert-email: [email protected], [email protected] | ||
decorate: true | ||
cluster: k8s-infra-prow-build | ||
extra_refs: | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -134,7 +134,7 @@ periodics: | |
fork-per-release-periodic-interval: 2h 2h 6h 24h | ||
testgrid-dashboards: sig-release-master-blocking | ||
testgrid-tab-name: verify-master | ||
testgrid-alert-email: [email protected], [email protected] | ||
testgrid-alert-email: [email protected], [email protected], [email protected] | ||
description: "Ends up running: make verify" | ||
decorate: true | ||
extra_refs: | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should probably be a follow-up, but I'm not convinced this should be in release-master-informing? it's not testing kubernetes. (vs sig-release-releng-blocking, that makes sense)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(same for ~all of image-pushing/)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll open a thread in #sig-release
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Opened https://kubernetes.slack.com/archives/C2C40FMNF/p1748076703194349