apis
apis copied to clipboard
feat: add TargetWithStatus field to DependOn struct for job creation based on specific status
- Introduced a new field
TargetWithStatusin theDependOnstruct. - This field enables the creation of new jobs based on the specified status of a dependent job. TODO in volcano:
- Updated relevant logic to incorporate the new field for job dependency management.
- Added tests to verify the behavior of
TargetWithStatusin different scenarios.
This enhancement improves the flexibility of job dependency handling by supporting conditional job creation based on status.
Welcome @zhaizhch!
It looks like this is your first PR to volcano-sh/apis.
Thank you, and welcome to Volcano. :smiley:
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by:
To complete the pull request process, please assign wpeng102
You can assign the PR to them by writing /assign @wpeng102 in a comment when ready.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
/assign @wpeng102
cc @hwdef
Do you have an overall feature description and your detailed demands?