-
Notifications
You must be signed in to change notification settings - Fork 276
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
TAS: support all Job CRDs (including Pods) #3372
Comments
/assign @mbobrovskyi |
+1 |
I have also synced with @mbobrovskyi we will add a basic integration test per integration. From Job creation to create workload assignment |
/reopen Oops. Added fixes by mistake on #3402. |
@mbobrovskyi: Reopened this issue. 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-sigs/prow repository. |
/close |
@mimowo: Closing this issue. 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-sigs/prow repository. |
What would you like to be added:
Add support for all Job CRDs. Currently we have Job and JobSet covered.
This consists two parts:
The above should be unit tested (new TestPodSets function per CRD).
I suggest one PR per CRD so that we can release at any point, even if not all are done.
Why is this needed:
This is part of #2724 which can be easily separated as another task.
To support TAS for all Job CRDs, it is a point of the plan in the spreadsheet
The text was updated successfully, but these errors were encountered: