Skip to content

Commit 5f35e96

Browse files
authored
Merge pull request #4910 from lauralorenz/kep-4603-tune-crashloopbackoff-132-prr-nit
KEP-4603: PRR testgrid/prow link updates
2 parents 3d91e6c + edb7c97 commit 5f35e96

File tree

1 file changed

+9
-6
lines changed
  • keps/sig-node/4603-tune-crashloopbackoff

1 file changed

+9
-6
lines changed

keps/sig-node/4603-tune-crashloopbackoff/README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,9 +1093,10 @@ extending the production code to implement this enhancement.
10931093
-->
10941094

10951095

1096-
- `kubelet/kuberuntime/kuberuntime_manager_test`: **could not find a successful
1097-
coverage run on
1098-
[prow](https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-kubernetes-coverage-unit/1800947623675301888)**
1096+
- `kubelet/kuberuntime/kuberuntime_manager_test`:
1097+
[testgrid](https://testgrid.k8s.io/sig-testing-canaries#ci-kubernetes-coverage-unit&include-filter-by-regex=kuberuntime),
1098+
[latest
1099+
prow](https://prow.k8s.io/view/gs/kubernetes-ci-logs/logs/ci-kubernetes-coverage-unit/1843696946913480704)
10991100

11001101
##### Integration tests
11011102

@@ -1115,7 +1116,9 @@ https://storage.googleapis.com/k8s-triage/index.html
11151116
-->
11161117

11171118
- k8s.io/kubernetes/test/integration/kubelet:
1118-
https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-kubernetes-integration-master/1800944856244162560
1119+
[testgrid](https://testgrid.k8s.io/sig-testing-canaries#pull-kubernetes-integration-go-canary),
1120+
[latest
1121+
prow](https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/directory/pull-kubernetes-integration-go-canary/1710565150676750336)
11191122
* test with and without feature flags enabled
11201123

11211124
##### e2e tests
@@ -1133,8 +1136,8 @@ We expect no non-infra related flakes in the last month as a GA graduation crite
11331136
- Crashlooping container that restarts some number of times (ex 10 times),
11341137
timestamp the logs and read it back in the test, and expect the diff in those
11351138
time stamps to be minimum the backoff, with a healthy timeout
1136-
- k8s.io/kubernetes/test/e2e/node/kubelet_perf: for a given percentage of
1137-
heterogenity between "Succeeded" terminating pods, and crashing pods whose
1139+
- k8s.io/kubernetes/test/e2e/node/kubelet_perf: new suite for a given percentage
1140+
of heterogenity between "Succeeded" terminating pods, and crashing pods whose
11381141
`restartPolicy: Always` or `restartPolicy: OnFailure`,
11391142
- what is the load and rate of Pod restart related API requests to the API
11401143
server?

0 commit comments

Comments
 (0)