Skip to content

Commit d66664a

Browse files
committed
Update argocompiler golden files
Signed-off-by: carter.fendley <carter.fendley@gmail.com>
1 parent c9293db commit d66664a

File tree

4 files changed

+31
-6
lines changed

4 files changed

+31
-6
lines changed

backend/src/v2/compiler/argocompiler/testdata/create_mount_delete_dynamic_pvc.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ spec:
6363
- '{{outputs.parameters.pod-spec-patch.path}}'
6464
- --condition_path
6565
- '{{outputs.parameters.condition.path}}'
66+
- --log_level
67+
- "1"
6668
- --kubernetes_config
6769
- '{{inputs.parameters.kubernetes-config}}'
6870
command:
@@ -155,10 +157,13 @@ spec:
155157
- mountPath: /.config
156158
name: dot-config-scratch
157159
initContainers:
158-
- command:
159-
- launcher-v2
160+
- args:
160161
- --copy
161162
- /kfp-launcher/launch
163+
- --log_level
164+
- "1"
165+
command:
166+
- launcher-v2
162167
image: gcr.io/ml-pipeline/kfp-launcher
163168
name: kfp-launcher
164169
resources:
@@ -299,6 +304,8 @@ spec:
299304
- '{{outputs.parameters.iteration-count.path}}'
300305
- --condition_path
301306
- '{{outputs.parameters.condition.path}}'
307+
- --log_level
308+
- "1"
302309
command:
303310
- driver
304311
image: gcr.io/ml-pipeline/kfp-driver

backend/src/v2/compiler/argocompiler/testdata/create_pod_metadata.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ spec:
5151
- '{{outputs.parameters.pod-spec-patch.path}}'
5252
- --condition_path
5353
- '{{outputs.parameters.condition.path}}'
54+
- --log_level
55+
- "1"
5456
- --kubernetes_config
5557
- '{{inputs.parameters.kubernetes-config}}'
5658
command:
@@ -143,10 +145,13 @@ spec:
143145
- mountPath: /.config
144146
name: dot-config-scratch
145147
initContainers:
146-
- command:
147-
- launcher-v2
148+
- args:
148149
- --copy
149150
- /kfp-launcher/launch
151+
- --log_level
152+
- "1"
153+
command:
154+
- launcher-v2
150155
image: gcr.io/ml-pipeline/kfp-launcher
151156
name: kfp-launcher
152157
resources:
@@ -242,6 +247,8 @@ spec:
242247
- '{{outputs.parameters.iteration-count.path}}'
243248
- --condition_path
244249
- '{{outputs.parameters.condition.path}}'
250+
- --log_level
251+
- "1"
245252
command:
246253
- driver
247254
image: gcr.io/ml-pipeline/kfp-driver

backend/src/v2/compiler/argocompiler/testdata/hello_world.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ spec:
4949
- '{{outputs.parameters.pod-spec-patch.path}}'
5050
- --condition_path
5151
- '{{outputs.parameters.condition.path}}'
52+
- --log_level
53+
- "1"
5254
- --kubernetes_config
5355
- '{{inputs.parameters.kubernetes-config}}'
5456
command:
@@ -141,10 +143,13 @@ spec:
141143
- mountPath: /.config
142144
name: dot-config-scratch
143145
initContainers:
144-
- command:
145-
- launcher-v2
146+
- args:
146147
- --copy
147148
- /kfp-launcher/launch
149+
- --log_level
150+
- "1"
151+
command:
152+
- launcher-v2
148153
image: gcr.io/ml-pipeline/kfp-launcher
149154
name: kfp-launcher
150155
resources:
@@ -232,6 +237,8 @@ spec:
232237
- '{{outputs.parameters.iteration-count.path}}'
233238
- --condition_path
234239
- '{{outputs.parameters.condition.path}}'
240+
- --log_level
241+
- "1"
235242
command:
236243
- driver
237244
image: gcr.io/ml-pipeline/kfp-driver

backend/src/v2/compiler/argocompiler/testdata/importer.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ spec:
4444
- $(METADATA_GRPC_SERVICE_HOST)
4545
- --mlmd_server_port
4646
- $(METADATA_GRPC_SERVICE_PORT)
47+
- --log_level
48+
- "1"
4749
command:
4850
- launcher-v2
4951
env:
@@ -121,6 +123,8 @@ spec:
121123
- '{{outputs.parameters.iteration-count.path}}'
122124
- --condition_path
123125
- '{{outputs.parameters.condition.path}}'
126+
- --log_level
127+
- "1"
124128
command:
125129
- driver
126130
image: gcr.io/ml-pipeline/kfp-driver

0 commit comments

Comments
 (0)