-
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(controller): Auto-mount empty-dir for k8sapi/kubelet executor outputs. Closes #2679 #4766
Conversation
…tputs. Closes argoproj#2679 Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
We are currently using a similar workaround. I'll be testing this. Though it seems like the k8sapi test is failing? |
Yes. I don't want to invest too much time into one failing test mind you. All others are passing. |
Signed-off-by: Alex Collins <[email protected]>
@terrytangyuan for testing you can use these images:
|
|
Thanks. I'll test this out when I get a chance. |
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
Update: I've performed the initial set of testing and the changes here look good and functional to me. Thanks for the great work! @alexec |
@terrytangyuan we need to figure out why the e2e tests are failing now. Would you like to give that a go? I'm busy with other work at the moment. |
Signed-off-by: Alex Collins <[email protected]>
I am a little overloaded at the moment but will check it out and update here when I get a chance. |
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
workflow/executor/executor_test.go
Outdated
@@ -300,8 +243,10 @@ func TestChmod(t *testing.T) { | |||
} | |||
|
|||
func TestSaveArtifacts(t *testing.T) { | |||
t.Skip("TODO") |
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.
TODO
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Alex Collins [email protected]
Closes #2679
Checklist: