Skip to content
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

Implement genericjob interface on batchv1.Job #544

Conversation

kerthcet
Copy link
Contributor

@kerthcet kerthcet commented Feb 2, 2023

What type of PR is this?

/kind feature

What this PR does / why we need it:

Which issue(s) this PR fixes:

xref: #369

Special notes for your reviewer:

Signed-off-by: Kante Yin <kerthcet@gmail.com>
Signed-off-by: Kante Yin <kerthcet@gmail.com>
Signed-off-by: Kante Yin <kerthcet@gmail.com>
Signed-off-by: Kante Yin <kerthcet@gmail.com>
@k8s-ci-robot
Copy link
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@k8s-ci-robot k8s-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. kind/feature Categorizes issue or PR as related to a new feature. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Feb 2, 2023
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: kerthcet
Once this PR has been reviewed and has the lgtm label, please assign ahg-g for approval by writing /assign @ahg-g in a comment. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Feb 2, 2023
@k8s-ci-robot
Copy link
Contributor

PR needs rebase.

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.

@k8s-ci-robot k8s-ci-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Feb 2, 2023
@tenzen-y tenzen-y mentioned this pull request Feb 16, 2023
@mimowo
Copy link
Contributor

mimowo commented Feb 16, 2023

For a heads up, I'm starting the support for the MPIJob: #578. For now, I'm not using the interface, but continuing by copy-paste. We may abstract these two implementations once the MPIJob is done. Alternatively, if the interface is merged first I will rebase to use it and potentially adapt to the MPI needs.

FYI: @mwielgus @alculquicondor

@kerthcet
Copy link
Contributor Author

For a heads up, I'm starting the support for the MPIJob: #578. For now, I'm not using the interface, but continuing by copy-paste. We may abstract these two implementations once the MPIJob is done. Alternatively, if the interface is merged first I will rebase to use it and potentially adapt to the MPI needs.

FYI: @mwielgus @alculquicondor

One thing to mention about is #537 (comment), I'd like to provide a full controller, then all you need to do is just implement the Job Interface, do you think this can work well?

@mimowo
Copy link
Contributor

mimowo commented Feb 16, 2023

One thing to mention about is #537 (comment), I'd like to provide a full controller, then all you need to do is just implement the Job Interface, do you think this can work well?

I guess it could be helpful if the interface is abstracted well enough. We need to abstract it anyway at some point.

If the interface is merged first I may need to adapt it a little bit, but it will be helpful, if the MPI integration is merged first, then we may need to adapt the interface. I think we just continue the efforts and see how we synchronize. When I have a working prototype I may also give you some comments to the interface. WDYT @alculquicondor ?

@alculquicondor
Copy link
Contributor

+1

@k8s-ci-robot
Copy link
Contributor

@kerthcet: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-kueue-test-e2e-main-1-25 ebf2b81 link true /test pull-kueue-test-e2e-main-1-25
pull-kueue-test-e2e-main-1-26 ebf2b81 link true /test pull-kueue-test-e2e-main-1-26

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

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. I understand the commands that are listed here.

@alculquicondor
Copy link
Contributor

/close

Superseded by #616

@k8s-ci-robot
Copy link
Contributor

@alculquicondor: Closed this PR.

In response to this:

/close

Superseded by #616

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. kind/feature Categorizes issue or PR as related to a new feature. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants