You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i might be a little confused by this example, b/c i think it's trying to have it both ways. run-me wants to depend on i-fail and also not depend on i-fail. By definition (and I guess by cold hard logic), Drake cannot and does not support this.
One question would be: why does run-me need to wait for i-fail? If you can at all get away with removing i-fail from run-me's deps, you should do that. OTOH, if run-me needs the contents of i-fail, then there is a dependency here (by definition) and you want Drake to enforce it.
I have a scenario where i always want to run a downstream job after upstream complete, It does not matter if it succeeded or failed.
Current behavior is
run-me-always
will not run ifi-fail-exit-1
stage/tag fails.How do i trigger stage by tag's always even if upstream fails? I just want to wait for all upstream to complete and then trigger downstream .
The text was updated successfully, but these errors were encountered: