Skip to content

Commit becd62c

Browse files
committed
Provide testgrid links to the e2e tests
1 parent 92cda6f commit becd62c

File tree

1 file changed

+16
-2
lines changed
  • keps/sig-apps/3329-retriable-and-non-retriable-failures

1 file changed

+16
-2
lines changed

keps/sig-apps/3329-retriable-and-non-retriable-failures/README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1338,8 +1338,22 @@ We expect no non-infra related flakes in the last month as a GA graduation crite
13381338
- <test>: <link to test coverage
13391339

13401340
-->
1341-
The following scenario will be covered with e2e tests:
1342-
- early job termination when a container fails with a non-retriable exit code
1341+
The following scenario are covered with e2e tests:
1342+
- [sig-apps#gce](https://testgrid.k8s.io/sig-apps#gce):
1343+
- Job Using a pod failure policy to not count some failures towards the backoffLimit Ignore DisruptionTarget condition
1344+
- Job Using a pod failure policy to not count some failures towards the backoffLimit Ignore exit code 137
1345+
- Job should allow to use the pod failure policy on exit code to fail the job early
1346+
- Job should allow to use the pod failure policy to not count the failure towards the backoffLimit
1347+
- [sig-scheduling#gce-serial](https://testgrid.k8s.io/sig-scheduling#gce-serial):
1348+
- SchedulerPreemption [Serial] validates pod disruption condition is added to the preempted pod
1349+
- [sig-release-master-informing#gce-cos-master-serial](https://testgrid.k8s.io/sig-release-master-informing#gce-cos-master-serial):
1350+
- NoExecuteTaintManager Single Pod [Serial] pods evicted from tainted nodes have pod disruption condition
1351+
1352+
The following scenarios are covered with node e2e tests
1353+
([sig-node-presubmits#pr-kubelet-gce-e2e-pod-disruption-conditions](https://testgrid.k8s.io/sig-node-presubmits#pr-kubelet-gce-e2e-pod-disruption-conditions) and
1354+
[sig-node-presubmits#pr-node-kubelet-serial-containerd](https://testgrid.k8s.io/sig-node-presubmits#pr-node-kubelet-serial-containerd)):
1355+
- GracefulNodeShutdown [Serial] [NodeFeature:GracefulNodeShutdown] [NodeFeature:GracefulNodeShutdownBasedOnPodPriority] graceful node shutdown when PodDisruptionConditions are enabled [NodeFeature:PodDisruptionConditions] should add the DisruptionTarget pod failure condition to the evicted pods
1356+
- PriorityPidEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] when we run containers that should cause PIDPressure; PodDisruptionConditions enabled [NodeFeature:PodDisruptionConditions] should eventually evict all of the correct pods
13431357

13441358
More e2e test scenarios might be considered during implementation if practical.
13451359

0 commit comments

Comments
 (0)