pipelines/sdk/python/tests/compiler
Alexey Volkov 8ba366b03f
SDK - Made outputs with original names available in ContainerOp.outputs (#3734)
* SDK - Made outputs with original names available in ContainerOp.outputs

Previously, ContainerOp had strict requirements for the output names, so we had to convert all the names before passing them to the ContainerOp constructor. Outputs with non-pythonic names could not be accessed using their original names.
Now ContainerOp supports any output names, so we're now using the original output names.
However to support legacy pipelines, we're also adding output references with pythonic names.

* Fixed the compiler test data

* Fixed the duplicate parameter outputs in the compiled workflow

* Fixed long line

* Stabilized the output naming conflict resolution

* Fix case of missing special outputs
2020-05-12 19:08:26 -07:00
..
testdata SDK - Made outputs with original names available in ContainerOp.outputs (#3734) 2020-05-12 19:08:26 -07:00
__init__.py SDK - Testing - Make dsl and compiler tests discoverable by unittest (#2038) 2019-09-04 12:38:22 -07:00
compiler_tests.py SDK - Annotate pods with component_ref (#3727) 2020-05-11 17:18:21 -07:00
compiler_withparams_test_helper.py WithParams (#2044) 2019-09-16 17:58:22 -07:00
component_builder_test.py SDK - Containers - Made python package installation more robust (#2316) 2019-10-07 13:35:11 -07:00
container_builder_test.py [SDK] Make service account configurable for build_image_from_working_dir (#3419) 2020-04-15 00:06:02 -07:00
k8s_helper_tests.py SDK - Refactoring - Split the K8sHelper class (#2333) 2019-10-21 14:57:22 -07:00
main.py Separate codegen from containerbuild 2 (#1680) 2019-07-30 14:43:50 -07:00