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

Support for Argo loops #156

Open
MyleneSimon opened this issue Sep 23, 2020 · 0 comments
Open

Support for Argo loops #156

MyleneSimon opened this issue Sep 23, 2020 · 0 comments
Assignees
Labels
feature New feature or request
Milestone

Comments

@MyleneSimon
Copy link
Collaborator

Description
Since Argo supports looping over parameters with a single task configuration, we want to take advantage of that to process images from an images collection in parallel with just one job configuration and have all the resulting data going to the same output folder/collection.

Proposal
Add support for Argo loops:

  • list of parameters to loop over will be generated by a task inserted between a job and its dependencies,
  • add withParam property in workflow task template,
  • add loopParams property support in plugin manifest
  • create Docker image for generating param list

Additional context
Since behind the scene, Argo will create multiple jobs for the loop, this is breaking the changes proposed in #137, so moving this issue to milestone 3.1.0

cc: @Nicholas-Schaub

@MyleneSimon MyleneSimon added the feature New feature or request label Sep 23, 2020
@MyleneSimon MyleneSimon added this to the 3.1.0 milestone Sep 23, 2020
@MyleneSimon MyleneSimon self-assigned this Sep 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant