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

E2E workflows should ignore failures #423

Closed
jlewi opened this issue Feb 28, 2018 · 1 comment
Closed

E2E workflows should ignore failures #423

jlewi opened this issue Feb 28, 2018 · 1 comment

Comments

@jlewi
Copy link
Contributor

jlewi commented Feb 28, 2018

It would be nice if in our Argo workflows we could mark steps as failed but not have them block dependent execution.

An example would be lint tests. Even if lint tests fail we'd like the rest of the steps in the DAG to execute.

This might just be a function of the fact that we aren't using Argo's newly added DAG functionality. So in our case the Setup cluster step depends on the lint step. But maybe if we change that to be a true DAG so the E2E test no longer depends on the lint step then lint failures won't cause the E2E test to fail.

@stale
Copy link

stale bot commented Apr 20, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot closed this as completed Apr 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants