argoproj / argo-workflows

Workflow Engine for Kubernetes
https://argo-workflows.readthedocs.io/
Apache License 2.0
15.13k stars 3.21k forks source link

Multiple node field selector as OR #13954

Open tooptoop4 opened 4 days ago

tooptoop4 commented 4 days ago

want id in x OR id in y

https://argo-workflows.readthedocs.io/en/latest/node-field-selector/ mentions commas would act as an AND

but what i found is that ALL nodes get retried if i pass id=x,id=y

tooptoop4 commented 1 day ago

part is related to https://github.com/argoproj/argo-workflows/issues/12543 / https://github.com/argoproj/argo-workflows/pull/12553