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

fix(executor): GODEBUG=x509ignoreCN=0 #5562

Merged
merged 3 commits into from
Mar 31, 2021
Merged

fix(executor): GODEBUG=x509ignoreCN=0 #5562

merged 3 commits into from
Mar 31, 2021

Conversation

alexec
Copy link
Contributor

@alexec alexec commented Mar 31, 2021

To test this,lets merge it and make sure https://workflows.apps.argoproj.io/ can run coin flip

Signed-off-by: Alex Collins <alex_collins@intuit.com>
@codecov
Copy link

codecov bot commented Mar 31, 2021

Codecov Report

Merging #5562 (dd06912) into master (3c3754f) will decrease coverage by 0.02%.
The diff coverage is 100.00%.

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

@@            Coverage Diff             @@
##           master    #5562      +/-   ##
==========================================
- Coverage   47.04%   47.01%   -0.03%     
==========================================
  Files         240      240              
  Lines       15013    15016       +3     
==========================================
- Hits         7063     7060       -3     
- Misses       7052     7058       +6     
  Partials      898      898              
Impacted Files Coverage Δ
workflow/controller/workflowpod.go 71.99% <100.00%> (+0.12%) ⬆️
workflow/metrics/server.go 12.50% <0.00%> (-4.17%) ⬇️
cmd/argoexec/commands/emissary.go 48.43% <0.00%> (-1.57%) ⬇️
cmd/argo/commands/get.go 56.66% <0.00%> (-0.67%) ⬇️

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 3c3754f...6ff2f21. Read the comment docs.

@alexec alexec marked this pull request as ready for review March 31, 2021 21:53
@alexec alexec requested a review from whynowy March 31, 2021 21:54
@@ -535,6 +535,13 @@ func (woc *wfOperationCtx) createEnvVars() []apiv1.EnvVar {
Name: common.EnvVarContainerRuntimeExecutor,
Value: woc.getContainerRuntimeExecutor(),
},
// This flag was introduced in Go 16 and will be removed in Go 16.
Copy link
Member

Choose a reason for hiding this comment

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

xxx 16 and xxxx 16?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I will fix this

@alexec alexec added this to the v3.0 milestone Mar 31, 2021
@alexec alexec merged commit 2ba0a43 into argoproj:master Mar 31, 2021
@alexec alexec deleted the go15 branch March 31, 2021 23:57
@alexec
Copy link
Contributor Author

alexec commented Mar 31, 2021

Next steps.

  • Wait for new image.
  • Run coinflip

@alexec
Copy link
Contributor Author

alexec commented Apr 1, 2021

@simster7 @sarabala1979 this appears to have fixed the issue on GCP.

@simster7 simster7 mentioned this pull request Apr 1, 2021
14 tasks
simster7 pushed a commit that referenced this pull request Apr 1, 2021
Signed-off-by: Alex Collins <alex_collins@intuit.com>
simster7 pushed a commit that referenced this pull request Apr 5, 2021
Signed-off-by: Alex Collins <alex_collins@intuit.com>
@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.

2 participants