Commit Graph

5 Commits

Author SHA1 Message Date
Yihong Wang 9d4643bd66
remove ContainerOp from test cases - part 3 (#693)
eliminate the usage of ContainerOp in testcases and
update the testcase accordingly, including filenames starting
with `o` to `u`

Signed-off-by: Yihong Wang <yh.wang@ibm.com>
2021-08-10 10:23:25 -07:00
Christian Kadner 58e043d0a4
Remove monkey-patch (#148)
All of the "patched" methods are now exclusively called
directly by other code in the kfp_tekton compiler, hence
the monkey-patch is no longer needed.
2020-05-18 12:03:36 -07:00
Tommy Li b23e5ecb14
Minor fixes for markdown, headers, and warnings. (#142)
* clean up and minor fixes

* fix typo

* add missing test file
2020-05-07 21:17:42 -07:00
Christian Kadner 9ff9467daf
Task output parameters as input for subsequent tasks (#27)
Closes #19
2020-03-17 17:08:14 -07:00
Tommy Li 7c843f66fe
update samples and tests to also include parallel use case (#24)
* update example and tests to also include parallel use case

* update example and tests to also include parallel use case

* add back the sequential example

* update permission

* remove sub-folders

* update readme instructions

* rename files to make it consistent

* update tests to be consistent with kfp samples
2020-03-16 14:56:30 -07:00