Skip to content

Commit 851933c

Browse files
Add link to testgrid
1 parent ebcd8cf commit 851933c

File tree

1 file changed

+3
-2
lines changed
  • keps/sig-apps/2307-job-tracking-without-lingering-pods

1 file changed

+3
-2
lines changed

keps/sig-apps/2307-job-tracking-without-lingering-pods/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ the owner reference.
342342
- Ensure that tracking Jobs with big number of Pods doesn't cause starvation of
343343
smaller jobs.
344344
- Metrics for latency, counting updates and errors.
345-
- Job E2E tests are in Testgrid with the feature enabled and linked in KEP
345+
- Job E2E tests are in [Testgrid](https://testgrid.k8s.io/sig-apps#gce&include-filter-by-regex=apps%5C%5D%20Job)
346346

347347
#### Beta -> GA Graduation
348348

@@ -463,7 +463,7 @@ The following upgrade->downgrade->upgrade flow was executed on GKE:
463463
1. Create a Job B with similar characteristics as Job A.
464464
1. Verify that the Job B is running and pods have finalizers while running.
465465
1. Downgrade to 1.22.2
466-
1. Verify that ob B still runs and creates pods without finalizers
466+
1. Verify that Job B still runs and creates pods without finalizers
467467
1. Upgrade to 1.23 with JobTrackingWithFinalizers feature enabled again.
468468
1. Verify that Job B still runs and still create pods without finalizers.
469469
1. Create a Job C and verify that pods have finalizers while running.
@@ -607,6 +607,7 @@ The flow was completed successfully with all the stated verifications.
607607
- 2021-07-09: Alpha implementation merged
608608
- 2021-08-18: PRR completed and graduation to beta proposed.
609609
- 2021-10-14: Added details for Upgrade->Downgrade->Upgrade manual test.
610+
- 2021-10-21: Add link to testgrid.
610611

611612
## Drawbacks
612613

0 commit comments

Comments
 (0)