pipelines/sdk/python/tests
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
..
compiler SDK - Moved the _container_builder from kfp.compiler to kfp.containers (#2192) 2019-09-25 18:27:06 -07:00
components SDK - Components - Reorganized TaskSpec execution options (#2270) 2019-10-02 18:44:08 -07:00
containers SDK - Containers - Build python container image based on current working directory (#1970) 2019-09-06 15:19:19 -07:00
dsl SDK - Fix pipeline metadata serialization (#2137) 2019-09-17 13:07:34 -07:00
__init__.py
run_tests.sh SDK - Improved test script compatibility with editable package installation (#1200) 2019-06-06 16:37:59 -07:00