pipelines/sdk/python/tests/compiler/testdata
Eterna2 91d941d6e5 [Feature] Supports parameterized S3Artifactory for Pipeline and ContainerOp in kfp package (#1064)
* kfp can declare custom artifact location in pipeline and containerop.

* Removed default artifact location

* Minor fixes
2019-05-14 19:48:20 -07:00
..
testpackage Now pipeline function takes direct default values rather than dsp.PipelineParam. (#110) 2018-11-26 17:13:55 -08:00
README.md Initial commit of the kubeflow/pipeline project. 2018-11-02 14:02:31 -07:00
artifact_location.py [Feature] Supports parameterized S3Artifactory for Pipeline and ContainerOp in kfp package (#1064) 2019-05-14 19:48:20 -07:00
artifact_location.yaml [Feature] Supports parameterized S3Artifactory for Pipeline and ContainerOp in kfp package (#1064) 2019-05-14 19:48:20 -07:00
basic.py support tpu settings in dsl (#491) 2018-12-06 21:55:36 -08:00
basic.yaml SDK - Stopped hard-coding artifact storage configuration in the pipeline packages (#1297) 2019-05-13 17:29:08 -07:00
coin.py Support replacable arguments in command as well (besides arguments) in container op. (#623) 2019-01-07 07:57:36 -08:00
coin.yaml SDK - Stopped hard-coding artifact storage configuration in the pipeline packages (#1297) 2019-05-13 17:29:08 -07:00
compose.py Now pipeline function takes direct default values rather than dsp.PipelineParam. (#110) 2018-11-26 17:13:55 -08:00
compose.yaml SDK - Stopped hard-coding artifact storage configuration in the pipeline packages (#1297) 2019-05-13 17:29:08 -07:00
default_value.py Now pipeline function takes direct default values rather than dsp.PipelineParam. (#110) 2018-11-26 17:13:55 -08:00
default_value.yaml SDK - Stopped hard-coding artifact storage configuration in the pipeline packages (#1297) 2019-05-13 17:29:08 -07:00
imagepullsecret.py support pipeline level imagepullsecret in DSL (#745) 2019-02-05 13:16:43 -08:00
imagepullsecret.yaml SDK - Stopped hard-coding artifact storage configuration in the pipeline packages (#1297) 2019-05-13 17:29:08 -07:00
immediate_value.py Initial commit of the kubeflow/pipeline project. 2018-11-02 14:02:31 -07:00
immediate_value.yaml SDK - Stopped hard-coding artifact storage configuration in the pipeline packages (#1297) 2019-05-13 17:29:08 -07:00
kaniko.basic.yaml mount gcp credentials for kaniko worker (#343) 2018-11-20 23:33:43 -08:00
param_substitutions.py Fix PipelineParam pattern bug (#1300) 2019-05-09 15:43:58 -07:00
param_substitutions.yaml SDK - Stopped hard-coding artifact storage configuration in the pipeline packages (#1297) 2019-05-13 17:29:08 -07:00
pipelineparams.py Feature: sidecar for ContainerOp (#879) 2019-03-28 11:11:30 -07:00
pipelineparams.yaml SDK - Stopped hard-coding artifact storage configuration in the pipeline packages (#1297) 2019-05-13 17:29:08 -07:00
recursive_do_while.py Recursion bug fix (#1061) 2019-04-02 09:49:19 -07:00
recursive_do_while.yaml SDK - Stopped hard-coding artifact storage configuration in the pipeline packages (#1297) 2019-05-13 17:29:08 -07:00
recursive_while.py Recursion bug fix (#1061) 2019-04-02 09:49:19 -07:00
recursive_while.yaml SDK - Stopped hard-coding artifact storage configuration in the pipeline packages (#1297) 2019-05-13 17:29:08 -07:00
resourceop_basic.py Extend the DSL to implement the design of #801 (#926) 2019-04-25 10:40:48 -07:00
resourceop_basic.yaml SDK - Stopped hard-coding artifact storage configuration in the pipeline packages (#1297) 2019-05-13 17:29:08 -07:00
retry.py Add "set_retry()" on ContainerOp. (#723) 2019-01-23 17:35:34 -08:00
retry.yaml SDK - Stopped hard-coding artifact storage configuration in the pipeline packages (#1297) 2019-05-13 17:29:08 -07:00
sidecar.py Feature: sidecar for ContainerOp (#879) 2019-03-28 11:11:30 -07:00
sidecar.yaml SDK - Stopped hard-coding artifact storage configuration in the pipeline packages (#1297) 2019-05-13 17:29:08 -07:00
tolerations.yaml SDK - Stopped hard-coding artifact storage configuration in the pipeline packages (#1297) 2019-05-13 17:29:08 -07:00
volume.py return self for container op initialization methods to allow chaining the construction (#313) 2018-11-19 16:46:55 -08:00
volume.yaml SDK - Stopped hard-coding artifact storage configuration in the pipeline packages (#1297) 2019-05-13 17:29:08 -07:00
volume_snapshotop_rokurl.py Extend the DSL to implement the design of #801 (#926) 2019-04-25 10:40:48 -07:00
volume_snapshotop_rokurl.yaml SDK - Stopped hard-coding artifact storage configuration in the pipeline packages (#1297) 2019-05-13 17:29:08 -07:00
volume_snapshotop_sequential.py Extend the DSL to implement the design of #801 (#926) 2019-04-25 10:40:48 -07:00
volume_snapshotop_sequential.yaml SDK - Stopped hard-coding artifact storage configuration in the pipeline packages (#1297) 2019-05-13 17:29:08 -07:00
volumeop_basic.py Extend the DSL to implement the design of #801 (#926) 2019-04-25 10:40:48 -07:00
volumeop_basic.yaml SDK - Stopped hard-coding artifact storage configuration in the pipeline packages (#1297) 2019-05-13 17:29:08 -07:00
volumeop_dag.py Extend the DSL to implement the design of #801 (#926) 2019-04-25 10:40:48 -07:00
volumeop_dag.yaml SDK - Stopped hard-coding artifact storage configuration in the pipeline packages (#1297) 2019-05-13 17:29:08 -07:00
volumeop_parallel.py Extend the DSL to implement the design of #801 (#926) 2019-04-25 10:40:48 -07:00
volumeop_parallel.yaml SDK - Stopped hard-coding artifact storage configuration in the pipeline packages (#1297) 2019-05-13 17:29:08 -07:00
volumeop_sequential.py Extend the DSL to implement the design of #801 (#926) 2019-04-25 10:40:48 -07:00
volumeop_sequential.yaml SDK - Stopped hard-coding artifact storage configuration in the pipeline packages (#1297) 2019-05-13 17:29:08 -07:00

README.md

To generate golden workflow yaml, for now please check the comments in compiler_tests.py.

Once you generate a workflow yaml, please also test it with argo to make sure it is "golden".