set_retry for pipelines #11181
Unanswered
ianbenlolo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all!
In the docs here it says "Pipelines can themselves be used as components in other pipelines, just as you would use any other single-step component in a pipeline".
I was testing this out to see if a pipeline within a pipeline can be retried but i can't get it to work. Here is what I've tried (based on this.)
The
fail_job
will retry, but thepipeline-in-pipeline
does not. Am i wrong in my thinking?Using KFP version
2.7.0
.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions