File tree Expand file tree Collapse file tree 4 files changed +31
-6
lines changed
backend/src/v2/compiler/argocompiler/testdata Expand file tree Collapse file tree 4 files changed +31
-6
lines changed Original file line number Diff line number Diff line change 63
63
- ' {{outputs.parameters.pod-spec-patch.path}}'
64
64
- --condition_path
65
65
- ' {{outputs.parameters.condition.path}}'
66
+ - --log_level
67
+ - " 1"
66
68
- --kubernetes_config
67
69
- ' {{inputs.parameters.kubernetes-config}}'
68
70
command :
@@ -155,10 +157,13 @@ spec:
155
157
- mountPath : /.config
156
158
name : dot-config-scratch
157
159
initContainers :
158
- - command :
159
- - launcher-v2
160
+ - args :
160
161
- --copy
161
162
- /kfp-launcher/launch
163
+ - --log_level
164
+ - " 1"
165
+ command :
166
+ - launcher-v2
162
167
image : gcr.io/ml-pipeline/kfp-launcher
163
168
name : kfp-launcher
164
169
resources :
@@ -299,6 +304,8 @@ spec:
299
304
- ' {{outputs.parameters.iteration-count.path}}'
300
305
- --condition_path
301
306
- ' {{outputs.parameters.condition.path}}'
307
+ - --log_level
308
+ - " 1"
302
309
command :
303
310
- driver
304
311
image : gcr.io/ml-pipeline/kfp-driver
Original file line number Diff line number Diff line change 51
51
- ' {{outputs.parameters.pod-spec-patch.path}}'
52
52
- --condition_path
53
53
- ' {{outputs.parameters.condition.path}}'
54
+ - --log_level
55
+ - " 1"
54
56
- --kubernetes_config
55
57
- ' {{inputs.parameters.kubernetes-config}}'
56
58
command :
@@ -143,10 +145,13 @@ spec:
143
145
- mountPath : /.config
144
146
name : dot-config-scratch
145
147
initContainers :
146
- - command :
147
- - launcher-v2
148
+ - args :
148
149
- --copy
149
150
- /kfp-launcher/launch
151
+ - --log_level
152
+ - " 1"
153
+ command :
154
+ - launcher-v2
150
155
image : gcr.io/ml-pipeline/kfp-launcher
151
156
name : kfp-launcher
152
157
resources :
@@ -242,6 +247,8 @@ spec:
242
247
- ' {{outputs.parameters.iteration-count.path}}'
243
248
- --condition_path
244
249
- ' {{outputs.parameters.condition.path}}'
250
+ - --log_level
251
+ - " 1"
245
252
command :
246
253
- driver
247
254
image : gcr.io/ml-pipeline/kfp-driver
Original file line number Diff line number Diff line change 49
49
- ' {{outputs.parameters.pod-spec-patch.path}}'
50
50
- --condition_path
51
51
- ' {{outputs.parameters.condition.path}}'
52
+ - --log_level
53
+ - " 1"
52
54
- --kubernetes_config
53
55
- ' {{inputs.parameters.kubernetes-config}}'
54
56
command :
@@ -141,10 +143,13 @@ spec:
141
143
- mountPath : /.config
142
144
name : dot-config-scratch
143
145
initContainers :
144
- - command :
145
- - launcher-v2
146
+ - args :
146
147
- --copy
147
148
- /kfp-launcher/launch
149
+ - --log_level
150
+ - " 1"
151
+ command :
152
+ - launcher-v2
148
153
image : gcr.io/ml-pipeline/kfp-launcher
149
154
name : kfp-launcher
150
155
resources :
@@ -232,6 +237,8 @@ spec:
232
237
- ' {{outputs.parameters.iteration-count.path}}'
233
238
- --condition_path
234
239
- ' {{outputs.parameters.condition.path}}'
240
+ - --log_level
241
+ - " 1"
235
242
command :
236
243
- driver
237
244
image : gcr.io/ml-pipeline/kfp-driver
Original file line number Diff line number Diff line change 44
44
- $(METADATA_GRPC_SERVICE_HOST)
45
45
- --mlmd_server_port
46
46
- $(METADATA_GRPC_SERVICE_PORT)
47
+ - --log_level
48
+ - " 1"
47
49
command :
48
50
- launcher-v2
49
51
env :
@@ -121,6 +123,8 @@ spec:
121
123
- ' {{outputs.parameters.iteration-count.path}}'
122
124
- --condition_path
123
125
- ' {{outputs.parameters.condition.path}}'
126
+ - --log_level
127
+ - " 1"
124
128
command :
125
129
- driver
126
130
image : gcr.io/ml-pipeline/kfp-driver
You can’t perform that action at this time.
0 commit comments