Yihong Wang
|
d463f16450
|
remove ContainerOp from test cases - part 1 (#685)
eliminate the usage of ContainerOp in testcases and
update the testcase accordingly.
Signed-off-by: Yihong Wang <yh.wang@ibm.com>
|
2021-08-05 11:58:42 -07:00 |
Tommy Li
|
b1807476d1
|
fix(sdk): fixes outputfile key formatting (#308)
* fix outputfile formatting
* ignore python 3.5 test with unsortable characters
* Add python 3.5 error comments
* lint tailing whitespace
|
2020-09-17 17:32:45 -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
|
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
|
d990f2414f
|
Copy param output files using emptyDir volumes (#75)
* init code
* add initial workspace workaround
* added workspaces to pipelinerun
* fix typo
* only use workspace if necessary
* add extra steps for copying non configurable output file path
* update comment
* update container image
* update copy step to use busybox
* update comments
* replace workspaces with emptydir volume
* revert workspace changes
* fix volume edge case
* update comments
* update test report
|
2020-04-02 15:55:46 -07:00 |