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

chore: Support substitute global variable in Spec level elements #5565

Merged
merged 10 commits into from
Apr 10, 2021

Conversation

sarabala1979
Copy link
Member

Signed-off-by: Saravanan Balasubramanian sarabala1979@gmail.com

Checklist:

Signed-off-by: Saravanan Balasubramanian <sarabala1979@gmail.com>
Signed-off-by: Saravanan Balasubramanian <sarabala1979@gmail.com>
Signed-off-by: Saravanan Balasubramanian <sarabala1979@gmail.com>
@sarabala1979 sarabala1979 marked this pull request as ready for review April 5, 2021 04:32
wftmplGetter := templateresolution.WrapWorkflowTemplateInterface(woc.controller.wfclientset.ArgoprojV1alpha1().WorkflowTemplates(woc.wf.Namespace))
cwftmplGetter := templateresolution.WrapClusterWorkflowTemplateInterface(woc.controller.wfclientset.ArgoprojV1alpha1().ClusterWorkflowTemplates())

// Validate the execution wfSpec
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moving to SetWorkflowSpec

Signed-off-by: Saravanan Balasubramanian <sarabala1979@gmail.com>
@codecov
Copy link

codecov bot commented Apr 7, 2021

Codecov Report

Merging #5565 (02dc9d9) into master (9d175cf) will decrease coverage by 0.03%.
The diff coverage is 58.33%.

❗ Current head 02dc9d9 differs from pull request most recent head e169aa6. Consider uploading reports for the commit e169aa6 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5565      +/-   ##
==========================================
- Coverage   47.07%   47.03%   -0.04%     
==========================================
  Files         240      240              
  Lines       15034    15050      +16     
==========================================
+ Hits         7077     7079       +2     
- Misses       7057     7069      +12     
- Partials      900      902       +2     
Impacted Files Coverage Δ
workflow/artifacts/oss/oss.go 7.89% <0.00%> (ø)
workflow/controller/operator.go 70.93% <63.63%> (-0.19%) ⬇️
server/workflow/workflow_server.go 40.45% <0.00%> (-2.28%) ⬇️
cmd/argo/commands/get.go 56.95% <0.00%> (+0.64%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 88917cb...e169aa6. Read the comment docs.

@sarabala1979 sarabala1979 merged commit cc7e310 into argoproj:master Apr 10, 2021
tobisinghania pushed a commit to tobisinghania/argo-workflows that referenced this pull request Apr 12, 2021
@simster7 simster7 mentioned this pull request Apr 19, 2021
50 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

workflow.parameters cannot be referenced in synchronization field
3 participants