File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
sdk/python/tests/compiler/testdata Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ metadata:
23
23
tekton.dev/artifact_bucket : mlpipeline
24
24
tekton.dev/artifact_endpoint : minio-service.kubeflow:9000
25
25
tekton.dev/artifact_endpoint_scheme : http://
26
- tekton.dev/artifact_items : ' {"false": [["Output", "$(results.output .path)"]],
26
+ tekton.dev/artifact_items : ' {"false": [["Output", "$(results.Output .path)"]],
27
27
"my-in-coop1": [], "my-in-coop1-2": [], "my-in-coop1-3": []}'
28
28
sidecar.istio.io/inject : " false"
29
29
pipelines.kubeflow.org/big_data_passing_format : $(workspaces.$TASK_NAME.path)/artifacts/$ORIG_PR_NAME/$TASKRUN_NAME/$TASK_PARAM_NAME
44
44
- name : main
45
45
args :
46
46
- ' ----output-paths'
47
- - $(results.output .path)
47
+ - $(results.Output .path)
48
48
command :
49
49
- sh
50
50
- -ec
87
87
f.write(_output_serializers[idx](_outputs[idx]))
88
88
image : python:alpine3.6
89
89
results :
90
- - name : output
90
+ - name : Output
91
91
type : string
92
92
description : /tmp/outputs/Output/data
93
93
metadata :
@@ -209,7 +209,7 @@ spec:
209
209
- name : condition-1
210
210
params :
211
211
- name : operand1
212
- value : $(tasks.false.results.output )
212
+ value : $(tasks.false.results.Output )
213
213
- name : operand2
214
214
value : " true"
215
215
- name : operator
You can’t perform that action at this time.
0 commit comments