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 196b822532
PipelineRun with embedded pipelineSpec and taskSpec (#166)
* PipelineRun with embedded pipelineSpec and taskSpec

Closes #143

* Preserve empty string default values

* Remove success_condition and failure_condition
2020-06-23 17:21:19 -07:00
Christian Kadner 2c68de47e4
make lint (#164) 2020-05-29 09:29:16 -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 f088d2a465
Add more k8s resource support (#65)
* add more k8s resource support

* add test main functions as requested

* add description on why we need pipelinerun
2020-03-30 16:18:40 -07:00