canonical / kubeflow-ci

Tools and tests for managing the Charmed Kubeflow bundle
Apache License 2.0
2 stars 8 forks source link

test_pipelines.py cannot be migrated and used in 1dot6 tests #34

Open DnPlas opened 1 year ago

DnPlas commented 1 year ago

Pipelines tests defined in bundle-kubeflow/tests/test_pipelines.py cannot be migrated to this repository for bundle testing 1dot6. New pipelines tests are required keeping in mind scalability. The main reason these tests do not apply anymore is due to deprecation of kfp.components in v2.0.0.

ca-scribner commented 1 year ago

I think there might be a disconnect here. the deprecation will eventually be a reason why we cannot migrate those tests (or really, why we need to change them a little), but right now they should work fine (using kfp sdk < 2.x)