Skip to content
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

move stable node feature specific jobs to release-blocking #33811

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/jobs/kubernetes/sig-node/containerd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ periodics:
cpu: 4
memory: 6Gi
annotations:
testgrid-dashboards: sig-node-containerd
testgrid-dashboards: sig-node-release-blocking
testgrid-tab-name: node-kubelet-containerd-eviction
testgrid-alert-email: kubernetes-sig-node-test-failures@googlegroups.com
description: "Uses kubetest to run node-e2e Eviction tests"
Expand Down
6 changes: 3 additions & 3 deletions config/jobs/kubernetes/sig-node/node-kubelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ periodics:
interval: 24h
cluster: k8s-infra-prow-build
annotations:
testgrid-dashboards: sig-node-kubelet
testgrid-dashboards: sig-node-release-blocking
testgrid-tab-name: kubelet-serial-gce-e2e-topology-manager
labels:
preset-service-account: "true"
Expand Down Expand Up @@ -782,7 +782,7 @@ periodics:
interval: 24h
cluster: k8s-infra-prow-build
annotations:
testgrid-dashboards: sig-node-kubelet
testgrid-dashboards: sig-node-release-blocking
testgrid-tab-name: kubelet-serial-gce-e2e-cpu-manager
labels:
preset-service-account: "true"
Expand Down Expand Up @@ -830,7 +830,7 @@ periodics:
interval: 24h
cluster: k8s-infra-prow-build
annotations:
testgrid-dashboards: sig-node-kubelet
testgrid-dashboards: sig-node-release-blocking
testgrid-tab-name: kubelet-serial-gce-e2e-memory-manager
labels:
preset-service-account: "true"
Expand Down