Skip to content

Commit

Permalink
move more feature jobs to release-blocking
Browse files Browse the repository at this point in the history
tests for features like eviction, cpu/memory/topology managers are quite
stable. they should be considered release-blocking
  • Loading branch information
AnishShah committed Nov 21, 2024
1 parent 15f3663 commit 627f6a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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: [email protected]
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

0 comments on commit 627f6a4

Please sign in to comment.