-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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: support dynamic templateref naming. Fixes: #10542 #12842
feat: support dynamic templateref naming. Fixes: #10542 #12842
Conversation
3849027
to
98902b9
Compare
Signed-off-by: shuangkun <tsk2013uestc@163.com>
Signed-off-by: shuangkun <tsk2013uestc@163.com>
Signed-off-by: shuangkun <tsk2013uestc@163.com>
Signed-off-by: shuangkun <tsk2013uestc@163.com>
98902b9
to
d11ae37
Compare
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.
Seems the current code already resolves those templates just we never had them in the verify code, correct?
Yes, "resolveReferences/resolveDependencyReferences" is execute before "expandStep/expandTask". So item will be resolved before executeTemplate. |
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
…proj#12842) Signed-off-by: shuangkun <tsk2013uestc@163.com>
Support dynamic templateref naming
Fixes #10542
Motivation
Modifications
Verification