pipelines/sdk/python/tests/components
Alexey Volkov 052a6ac0ce SDK - Components - Reorganized TaskSpec execution options (#2270)
This part of the spec was unused, so this is not a breaking change.
Consolidating Kubernetes-related options under a single attribute: `TaskSpec.execution_options.kubernetes_options`.
`TaskSpec.k8s_container_options` -> `TaskSpec.execution_options.kubernetes_options.main_container`
`TaskSpec.k8s_pod_options.spec` -> `TaskSpec.execution_options.kubernetes_options.pod_spec`
Added `TaskSpec.execution_options.retry_strategy.max_tetries` attribute.
2019-10-02 18:44:08 -07:00
..
test_data SDK - Components - Creating graph components from python pipeline function (#2273) 2019-10-02 16:20:07 -07:00
__init__.py Initial commit of the kubeflow/pipeline project. 2018-11-02 14:02:31 -07:00
test_components.py SDK - Testing - Run some unit-tests in a more correct way (#2036) 2019-09-10 08:35:05 -07:00
test_graph_components.py SDK - Components - Reorganized TaskSpec execution options (#2270) 2019-10-02 18:44:08 -07:00
test_python_op.py SDK - Lightweight - Added package installation support to func_to_container_op (#2245) 2019-09-30 19:13:32 -07:00
test_python_pipeline_to_graph_component.py SDK - Components - Creating graph components from python pipeline function (#2273) 2019-10-02 16:20:07 -07:00
test_structure_model_base.py SDK - Components - Fixed ModelBase comparison bug (#1874) 2019-08-21 16:38:12 -07:00