Giulio Frasca
Giulio Frasca
Hey @chensun - looking at the CI logs here, it appears the GKE cluster was successfully created and the failure is coming from the integration workflow test itself. I'm not...
looks like a CI infra issue? /retest just to check
as @HumairAK noted it looks like there's a problem when there are multiple ParallelFor components in a single DAG, as the `parallelism` mechanism applies to the entire DAG, and as...
Hey @hsteude - so this implementation actually already leverages the Argo loop parallelism mechanism. The issue here is that the current compiled architecture of a pipeline aggregates all KFP pipeline...
bumping to unstale. I've looked into this, at a decent glance it does appear that the Pipeline IR stored in Object Storage goes unused*, and I believe we can remove...
/assign @gmfrasca
I think this may have actually been resolved by https://github.com/kubeflow/pipelines/pull/10883 , which was accepted and included in the very recently cut v2.8.0 SDK. Using that version, I am able to...
/test kubeflow-pipelines-samples-v2
I was able to replicate the problem - this occurs when a ParallelFor task has a dependantTask before it, and the new extra layer of abstraction meant the DAG Driver...