Commit Graph

6 Commits

Author SHA1 Message Date
Tommy Li 386ad234a4
Remove containerOp for pipelineparam and raw input samples (#708)
* remove containerOp for pipelineparam and raw input samples

* fix-typo
2021-08-23 14:13:39 -07:00
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
Feng Li d592ebf35c
consolidate the value of results - address comments from ckadner (#177) 2020-06-11 10:20:58 -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
Feng Li a886e910eb
enhance testdata scripts (#69) 2020-03-27 14:59:53 -07:00
Feng Li 8d6c412619
Add pipelineparams in compiler, address comments (#45) 2020-03-23 22:48:47 -07:00