shuangkun tian

Results 13 issues of shuangkun tian

Checklist: * [x] My organization is added to [USERS.md](https://github.com/argoproj/argo-events/blob/master/USERS.md). Add AlibabaCloud MNS as eventsource for argo-events.

### GitHub Username @shuangkun ### Requirements - [x] I have reviewed [the community membership guidelines](https://github.com/argoproj/argoproj/blob/master/community/membership.md) - [x] I have [enabled 2FA on my GitHub account](https://github.com/settings/security) - [x] I am actively...

membership-request

When my cluster has lots of workflows, I meet some errors. ``` ="Mark error node" error="failed to evaluate expression: cannot fetch steps-init-artifact from (1:6)\n | steps['init-artifact'].outputs.parameters['workflow_artifact_key']\n | .....^" namespace=argo nodeName="workflow-bhr9k[3].energy(0:0)[1].energy-steps(0:0)[3].comp-binding-energy-steps(0:0)[15]"...

area/controller
prioritized-review

I run two example(use latest image): https://github.com/argoproj/argo-workflows/blob/main/test/e2e/testdata/resource-templates/outputs.yaml https://github.com/argoproj/argo-workflows/blob/main/test/e2e/testdata/data-transformation.yaml I find the workflow succeed but the workflowtaskresult have two is not marked true. The two is resource && data template. So...

prioritized-review

Fixes #12911 ### Motivation set daemon pod failed when exit with a non-zero status ### Modifications ### Verification

Fixes #12945 ### Motivation add workflow template level pod annotations and labels to template ### Modifications ### Verification Local test.

Fixes: #12538 Refactor the logic of deleting pods during retry to speed up retry a workflow. ### Motivation Speed up retry a workflow. Let a large archived workflow (more than...

area/controller
area/retry-manual
area/server
prioritized-review

Fixes #9193 ### Motivation The root cause is the workflow's boundaryID is empty. So did't find the retry node to fetch the HostNodeName. So I want to find the retry...

area/controller
prioritized-review
area/retryStrategy

# Summary Add multiple retry strategies to improve workflow success rate,like increase memory、increase disk size、change node type. ## Use Cases Users hope that some problems can be solved automatically to...

type/feature
problem/stale
problem/more information needed
area/retryStrategy

Fixes: #12936 ### Motivation delete skipped node when resubmit with memoized ### Modifications ### Verification

area/server