We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f750c5 commit 43c228dCopy full SHA for 43c228d
keps/sig-apps/2879-ready-pods-job-status/README.md
@@ -139,6 +139,9 @@ pods that have the `Ready` condition.
139
140
- Feature gate enabled by default.
141
- Existing [E2E] and [conformance] tests passing.
142
+- Scalability tests for Jobs of varying sizes, up to 500 parallelism, that keep
143
+ track of metric `job_sync_duration_seconds`. There should be no significant
144
+ degradation after enabling the feature gate.
145
146
[E2E]: https://testgrid.k8s.io/sig-apps#gce&include-filter-by-regex=apps%5C%5D%20Job
147
[Conformance]: https://testgrid.k8s.io/conformance-all#Conformance%20-%20GCE%20-%20master&include-filter-by-regex=sig-apps&include-filter-by-regex=Job&exclude-filter-by-regex=CronJob
0 commit comments