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: Consider optional artifact arguments #4672

Merged
merged 2 commits into from Dec 9, 2020

Conversation

simster7
Copy link
Member

@simster7 simster7 commented Dec 8, 2020

Fixes #4647

Signed-off-by: Simon Behar simbeh7@gmail.com

Checklist:

Signed-off-by: Simon Behar <simbeh7@gmail.com>
@@ -165,3 +165,130 @@ func TestResourceDurationMetric(t *testing.T) {
assert.Equal(t, "24", localScope["resourcesDuration.memory"])
}
}

var optionalArgumentAndParameter = `
Copy link
Member Author

Choose a reason for hiding this comment

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

I have already ensured this is minimal

@sarabala1979 sarabala1979 self-assigned this Dec 8, 2020
@simster7 simster7 merged commit ad1b6de into argoproj:master Dec 9, 2020
@simster7
Copy link
Member Author

Back-ported to v2.12.0-rc5

simster7 added a commit that referenced this pull request Dec 10, 2020
Signed-off-by: Simon Behar <simbeh7@gmail.com>
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.

Allow optional input artifacts to fail to resolve without erroring
2 participants