Skip to content

Commit ea126bf

Browse files
authored
fix(sdk): fix unit test merging conflicts (kubeflow#1017)
1 parent 144f9e9 commit ea126bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sdk/python/tests/compiler/testdata/condition_depend.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ metadata:
2323
tekton.dev/artifact_bucket: mlpipeline
2424
tekton.dev/artifact_endpoint: minio-service.kubeflow:9000
2525
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)"]],
2727
"my-in-coop1": [], "my-in-coop1-2": [], "my-in-coop1-3": []}'
2828
sidecar.istio.io/inject: "false"
2929
pipelines.kubeflow.org/big_data_passing_format: $(workspaces.$TASK_NAME.path)/artifacts/$ORIG_PR_NAME/$TASKRUN_NAME/$TASK_PARAM_NAME
@@ -44,7 +44,7 @@ spec:
4444
- name: main
4545
args:
4646
- '----output-paths'
47-
- $(results.output.path)
47+
- $(results.Output.path)
4848
command:
4949
- sh
5050
- -ec
@@ -87,7 +87,7 @@ spec:
8787
f.write(_output_serializers[idx](_outputs[idx]))
8888
image: python:alpine3.6
8989
results:
90-
- name: output
90+
- name: Output
9191
type: string
9292
description: /tmp/outputs/Output/data
9393
metadata:
@@ -209,7 +209,7 @@ spec:
209209
- name: condition-1
210210
params:
211211
- name: operand1
212-
value: $(tasks.false.results.output)
212+
value: $(tasks.false.results.Output)
213213
- name: operand2
214214
value: "true"
215215
- name: operator

0 commit comments

Comments
 (0)