@@ -83,19 +83,19 @@ def condition_pipeline():
83
83
"type" : "if_else" ,
84
84
},
85
85
"node1" : {
86
- "_source" : "REMOTE.WORKSPACE .COMPONENT" ,
86
+ "_source" : "YAML .COMPONENT" ,
87
87
"inputs" : {"component_in_number" : {"job_input_type" : "literal" , "value" : "1" }},
88
88
"name" : "node1" ,
89
89
"type" : "command" ,
90
90
},
91
91
"node2" : {
92
- "_source" : "REMOTE.WORKSPACE .COMPONENT" ,
92
+ "_source" : "YAML .COMPONENT" ,
93
93
"inputs" : {"component_in_number" : {"job_input_type" : "literal" , "value" : "2" }},
94
94
"name" : "node2" ,
95
95
"type" : "command" ,
96
96
},
97
97
"result" : {
98
- "_source" : "REMOTE.WORKSPACE .COMPONENT" ,
98
+ "_source" : "YAML .COMPONENT" ,
99
99
"name" : "result" ,
100
100
"type" : "command" ,
101
101
},
@@ -129,13 +129,13 @@ def condition_pipeline():
129
129
"type" : "if_else" ,
130
130
},
131
131
"node1" : {
132
- "_source" : "REMOTE.WORKSPACE .COMPONENT" ,
132
+ "_source" : "YAML .COMPONENT" ,
133
133
"inputs" : {"component_in_number" : {"job_input_type" : "literal" , "value" : "1" }},
134
134
"name" : "node1" ,
135
135
"type" : "command" ,
136
136
},
137
137
"node2" : {
138
- "_source" : "REMOTE.WORKSPACE .COMPONENT" ,
138
+ "_source" : "YAML .COMPONENT" ,
139
139
"inputs" : {"component_in_number" : {"job_input_type" : "literal" , "value" : "2" }},
140
140
"name" : "node2" ,
141
141
"type" : "command" ,
@@ -167,7 +167,7 @@ def condition_pipeline():
167
167
"type" : "if_else" ,
168
168
},
169
169
"node1" : {
170
- "_source" : "REMOTE.WORKSPACE .COMPONENT" ,
170
+ "_source" : "YAML .COMPONENT" ,
171
171
"inputs" : {"component_in_number" : {"job_input_type" : "literal" , "value" : "1" }},
172
172
"name" : "node1" ,
173
173
"type" : "command" ,
@@ -270,7 +270,7 @@ def test_pipeline(input_data, int_param, bool_param, float_param, str_param):
270
270
"type" : "if_else" ,
271
271
},
272
272
"do_while_body_func" : {
273
- "_source" : "REMOTE.WORKSPACE .COMPONENT" ,
273
+ "_source" : "YAML .COMPONENT" ,
274
274
"inputs" : {
275
275
"bool_param" : {"job_input_type" : "literal" , "value" : "${{parent.inputs.bool_param}}" },
276
276
"float_param" : {"job_input_type" : "literal" , "value" : "${{parent.inputs.float_param}}" },
@@ -298,7 +298,7 @@ def test_pipeline(input_data, int_param, bool_param, float_param, str_param):
298
298
"type" : "do_while" ,
299
299
},
300
300
"primitive_output_component_true" : {
301
- "_source" : "REMOTE.WORKSPACE .COMPONENT" ,
301
+ "_source" : "YAML .COMPONENT" ,
302
302
"inputs" : {
303
303
"input_data" : {
304
304
"job_input_type" : "literal" ,
@@ -581,7 +581,7 @@ def parallel_for_pipeline():
581
581
dsl_pipeline_job_dict = omit_with_wildcard (pipeline_job ._to_rest_object ().as_dict (), * omit_fields )
582
582
assert dsl_pipeline_job_dict ["properties" ]["jobs" ] == {
583
583
"after_node" : {
584
- "_source" : "REMOTE.WORKSPACE .COMPONENT" ,
584
+ "_source" : "YAML .COMPONENT" ,
585
585
"computeId" : "cpu-cluster" ,
586
586
"inputs" : {
587
587
"component_in_path" : {
@@ -593,7 +593,7 @@ def parallel_for_pipeline():
593
593
"type" : "command" ,
594
594
},
595
595
"parallel_body" : {
596
- "_source" : "REMOTE.WORKSPACE .COMPONENT" ,
596
+ "_source" : "YAML .COMPONENT" ,
597
597
"inputs" : {
598
598
"component_in_path" : {
599
599
"job_input_type" : "uri_file" ,
@@ -637,7 +637,7 @@ def parallel_for_pipeline():
637
637
dsl_pipeline_job_dict = omit_with_wildcard (pipeline_job ._to_rest_object ().as_dict (), * omit_fields )
638
638
assert dsl_pipeline_job_dict ["properties" ]["jobs" ] == {
639
639
"after_node" : {
640
- "_source" : "REMOTE.WORKSPACE .COMPONENT" ,
640
+ "_source" : "YAML .COMPONENT" ,
641
641
"computeId" : "cpu-cluster" ,
642
642
"inputs" : {
643
643
"component_in_number" : {"job_input_type" : "literal" , "value" : "1" },
@@ -650,7 +650,7 @@ def parallel_for_pipeline():
650
650
"type" : "command" ,
651
651
},
652
652
"parallel_body" : {
653
- "_source" : "REMOTE.WORKSPACE .COMPONENT" ,
653
+ "_source" : "YAML .COMPONENT" ,
654
654
"inputs" : {
655
655
"component_in_path" : {
656
656
"job_input_type" : "uri_file" ,
@@ -700,7 +700,7 @@ def parallel_for_pipeline():
700
700
dsl_pipeline_job_dict = omit_with_wildcard (pipeline_job ._to_rest_object ().as_dict (), * omit_fields )
701
701
assert dsl_pipeline_job_dict ["properties" ]["jobs" ] == {
702
702
"after_node" : {
703
- "_source" : "REMOTE.WORKSPACE .COMPONENT" ,
703
+ "_source" : "YAML .COMPONENT" ,
704
704
"computeId" : "cpu-cluster" ,
705
705
"inputs" : {
706
706
"component_in_path" : {
@@ -711,7 +711,7 @@ def parallel_for_pipeline():
711
711
"name" : "after_node" ,
712
712
"type" : "command" ,
713
713
},
714
- "parallel_body" : {"_source" : "REMOTE.WORKSPACE.COMPONENT " , "name" : "parallel_body" , "type" : "pipeline" },
714
+ "parallel_body" : {"_source" : "DSL " , "name" : "parallel_body" , "type" : "pipeline" },
715
715
"parallel_node" : {
716
716
"_source" : "DSL" ,
717
717
"body" : "${{parent.jobs.parallel_body}}" ,
@@ -752,7 +752,7 @@ def parallel_for_pipeline():
752
752
dsl_pipeline_job_dict = omit_with_wildcard (pipeline_job ._to_rest_object ().as_dict (), * omit_fields )
753
753
assert dsl_pipeline_job_dict ["properties" ]["jobs" ] == {
754
754
"after_node" : {
755
- "_source" : "REMOTE.WORKSPACE .COMPONENT" ,
755
+ "_source" : "YAML .COMPONENT" ,
756
756
"computeId" : "cpu-cluster" ,
757
757
"inputs" : {
758
758
"component_in_path" : {
@@ -763,7 +763,7 @@ def parallel_for_pipeline():
763
763
"name" : "after_node" ,
764
764
"type" : "command" ,
765
765
},
766
- "parallel_body" : {"_source" : "REMOTE.WORKSPACE.COMPONENT " , "name" : "parallel_body" , "type" : "pipeline" },
766
+ "parallel_body" : {"_source" : "DSL " , "name" : "parallel_body" , "type" : "pipeline" },
767
767
"parallel_node" : {
768
768
"_source" : "DSL" ,
769
769
"body" : "${{parent.jobs.parallel_body}}" ,
@@ -811,7 +811,7 @@ def parallel_for_pipeline():
811
811
dsl_pipeline_job_dict = omit_with_wildcard (pipeline_job ._to_rest_object ().as_dict (), * omit_fields )
812
812
assert dsl_pipeline_job_dict ["properties" ]["jobs" ] == {
813
813
"parallel_body" : {
814
- "_source" : "REMOTE.WORKSPACE .COMPONENT" ,
814
+ "_source" : "YAML .COMPONENT" ,
815
815
"inputs" : {
816
816
"component_in_path" : {
817
817
"job_input_type" : "uri_file" ,
0 commit comments