Skip to content

Commit e01b5c1

Browse files
Add scalability tests graduation criteria
1 parent 68dadd2 commit e01b5c1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

keps/sig-apps/2214-indexed-job/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,8 @@ gate enabled and disabled.
464464
#### Beta -> GA Graduation
465465

466466
- [E2E](https://testgrid.k8s.io/sig-apps#gce&include-filter-by-regex=Indexed) test graduates to conformance
467+
- Scalability tests for Jobs of varying sizes, up to 500 parallelism, that keep
468+
track of metric `job_sync_duration_seconds`.
467469

468470
### Upgrade / Downgrade Strategy
469471

@@ -589,7 +591,8 @@ This section must be completed when targeting beta to a release.
589591

590592
- per-day percentage of job_sync_total with label result=error <= 1%
591593
- 99% percentile over day for job_sync_duration_seconds is <= 15s, assuming
592-
a client-side QPS limit of 50 calls per second.
594+
a client-side QPS limit of 50 calls per second. Note that this is the
595+
expected SLO for NonIndexed jobs as well.
593596

594597
###### What are the SLIs (Service Level Indicators) an operator can use to determine the health of the service?
595598

0 commit comments

Comments
 (0)