-
Notifications
You must be signed in to change notification settings - Fork 39.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Graduate IndexedJob to stable #107395
Graduate IndexedJob to stable #107395
Conversation
/sig apps |
c8f8ec9
to
5c0ed58
Compare
/area conformance |
/test pull-kubernetes-e2e-aks-engine-azure-windows |
@alculquicondor: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/test pull-kubernetes-e2e-aks-engine-windows-containerd |
/retest |
@kubernetes/sig-architecture-pr-reviews @kubernetes/cncf-conformance-wg /assign @soltysh |
5c0ed58
to
5cbb31c
Compare
This PR may require API review. If so, when the changes are ready, complete the pre-review checklist and request an API review. Status of requested reviews is tracked in the API Review project. |
/retest |
/label api-review |
/triage accepted |
are the scale tests mentioned in https://github.com/kubernetes/enhancements/tree/master/keps/sig-apps/2214-indexed-job#beta---ga-graduation in place? |
/approve |
Yes, the results are included in the KEP. |
/hold cancel |
ah, I'm missing conformance @dims could you assign someone? |
/assign @johnbelamaric @smarterclayton (for conformance approval) |
The test grid link only shows green for the last couple days, results are missing before that. But I assume this test has been around for a long time? |
Yes, it has been there since 1.22 :) |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alculquicondor, johnbelamaric, liggitt, soltysh The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind feature
/area conformance
What this PR does / why we need it:
Which issue(s) this PR fixes:
Ref kubernetes/enhancements#2214
KEP update: kubernetes/enhancements#3113
Special notes for your reviewer:
The E2E test is not flaky: https://testgrid.k8s.io/sig-apps#gce&include-filter-by-regex=Indexed%20job
Indexed Jobs are more performant than NonIndexed Jobs: kubernetes/enhancements#3239
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: