-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
feat(sdk): Support dsl.ParallelFor over list of Artifacts #10441
feat(sdk): Support dsl.ParallelFor over list of Artifacts #10441
Conversation
…nto parallelfor-list-artifacts
…GrantLee/pipelines into parallelfor-list-artifacts
@KevinGrantLee: The following test failed, say
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
Thank you, Kevin!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: connor-mccarthy 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 |
…0441) * samples message * update pr number * Split LoopArgument into LoopParameterArgument and LoopArtifactArgument * formatting * address some comments * resolve release notes conflict * flatten loops in pipeline_spec_builder * update artifact type checking logic * simplify artifact checking logic * re-add issubtype_of_artifact * move name_is_loop_argument to for_loop_test.py * simplify LoopArtifactArgument is_artifact_list=False logic * update typeerror * typo * typo * small fix * formatting * formatting * remove issubtype_of_artifact() * small changes * assert LoopArtifactArgument channel.is_artifact_list is True * remove whitespace * remove newline * Update single artifact check and error message * formatting * add unit test for is_artifact_list==False * formatting * update valueerror test. * typo * regex formatting * formatting Signed-off-by: Alexey Roytman <roytman@il.ibm.com>
…0441) * samples message * update pr number * Split LoopArgument into LoopParameterArgument and LoopArtifactArgument * formatting * address some comments * resolve release notes conflict * flatten loops in pipeline_spec_builder * update artifact type checking logic * simplify artifact checking logic * re-add issubtype_of_artifact * move name_is_loop_argument to for_loop_test.py * simplify LoopArtifactArgument is_artifact_list=False logic * update typeerror * typo * typo * small fix * formatting * formatting * remove issubtype_of_artifact() * small changes * assert LoopArtifactArgument channel.is_artifact_list is True * remove whitespace * remove newline * Update single artifact check and error message * formatting * add unit test for is_artifact_list==False * formatting * update valueerror test. * typo * regex formatting * formatting
…0441) * samples message * update pr number * Split LoopArgument into LoopParameterArgument and LoopArtifactArgument * formatting * address some comments * resolve release notes conflict * flatten loops in pipeline_spec_builder * update artifact type checking logic * simplify artifact checking logic * re-add issubtype_of_artifact * move name_is_loop_argument to for_loop_test.py * simplify LoopArtifactArgument is_artifact_list=False logic * update typeerror * typo * typo * small fix * formatting * formatting * remove issubtype_of_artifact() * small changes * assert LoopArtifactArgument channel.is_artifact_list is True * remove whitespace * remove newline * Update single artifact check and error message * formatting * add unit test for is_artifact_list==False * formatting * update valueerror test. * typo * regex formatting * formatting
…0441) * samples message * update pr number * Split LoopArgument into LoopParameterArgument and LoopArtifactArgument * formatting * address some comments * resolve release notes conflict * flatten loops in pipeline_spec_builder * update artifact type checking logic * simplify artifact checking logic * re-add issubtype_of_artifact * move name_is_loop_argument to for_loop_test.py * simplify LoopArtifactArgument is_artifact_list=False logic * update typeerror * typo * typo * small fix * formatting * formatting * remove issubtype_of_artifact() * small changes * assert LoopArtifactArgument channel.is_artifact_list is True * remove whitespace * remove newline * Update single artifact check and error message * formatting * add unit test for is_artifact_list==False * formatting * update valueerror test. * typo * regex formatting * formatting
Description of your changes:
This PR adds support over dsl.ParallelFor over tasks that output lists of artifacts.
ex.
This PR does not support dsl.ParallelFor over a raw list of Artifacts.
Checklist: