Skip to content

Commit

Permalink
Update argocompiler golden files
Browse files Browse the repository at this point in the history
Signed-off-by: carter.fendley <carter.fendley@gmail.com>
  • Loading branch information
CarterFendley committed Oct 8, 2024
1 parent c9293db commit d66664a
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ spec:
- '{{outputs.parameters.pod-spec-patch.path}}'
- --condition_path
- '{{outputs.parameters.condition.path}}'
- --log_level
- "1"
- --kubernetes_config
- '{{inputs.parameters.kubernetes-config}}'
command:
Expand Down Expand Up @@ -155,10 +157,13 @@ spec:
- mountPath: /.config
name: dot-config-scratch
initContainers:
- command:
- launcher-v2
- args:
- --copy
- /kfp-launcher/launch
- --log_level
- "1"
command:
- launcher-v2
image: gcr.io/ml-pipeline/kfp-launcher
name: kfp-launcher
resources:
Expand Down Expand Up @@ -299,6 +304,8 @@ spec:
- '{{outputs.parameters.iteration-count.path}}'
- --condition_path
- '{{outputs.parameters.condition.path}}'
- --log_level
- "1"
command:
- driver
image: gcr.io/ml-pipeline/kfp-driver
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ spec:
- '{{outputs.parameters.pod-spec-patch.path}}'
- --condition_path
- '{{outputs.parameters.condition.path}}'
- --log_level
- "1"
- --kubernetes_config
- '{{inputs.parameters.kubernetes-config}}'
command:
Expand Down Expand Up @@ -143,10 +145,13 @@ spec:
- mountPath: /.config
name: dot-config-scratch
initContainers:
- command:
- launcher-v2
- args:
- --copy
- /kfp-launcher/launch
- --log_level
- "1"
command:
- launcher-v2
image: gcr.io/ml-pipeline/kfp-launcher
name: kfp-launcher
resources:
Expand Down Expand Up @@ -242,6 +247,8 @@ spec:
- '{{outputs.parameters.iteration-count.path}}'
- --condition_path
- '{{outputs.parameters.condition.path}}'
- --log_level
- "1"
command:
- driver
image: gcr.io/ml-pipeline/kfp-driver
Expand Down
11 changes: 9 additions & 2 deletions backend/src/v2/compiler/argocompiler/testdata/hello_world.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ spec:
- '{{outputs.parameters.pod-spec-patch.path}}'
- --condition_path
- '{{outputs.parameters.condition.path}}'
- --log_level
- "1"
- --kubernetes_config
- '{{inputs.parameters.kubernetes-config}}'
command:
Expand Down Expand Up @@ -141,10 +143,13 @@ spec:
- mountPath: /.config
name: dot-config-scratch
initContainers:
- command:
- launcher-v2
- args:
- --copy
- /kfp-launcher/launch
- --log_level
- "1"
command:
- launcher-v2
image: gcr.io/ml-pipeline/kfp-launcher
name: kfp-launcher
resources:
Expand Down Expand Up @@ -232,6 +237,8 @@ spec:
- '{{outputs.parameters.iteration-count.path}}'
- --condition_path
- '{{outputs.parameters.condition.path}}'
- --log_level
- "1"
command:
- driver
image: gcr.io/ml-pipeline/kfp-driver
Expand Down
4 changes: 4 additions & 0 deletions backend/src/v2/compiler/argocompiler/testdata/importer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ spec:
- $(METADATA_GRPC_SERVICE_HOST)
- --mlmd_server_port
- $(METADATA_GRPC_SERVICE_PORT)
- --log_level
- "1"
command:
- launcher-v2
env:
Expand Down Expand Up @@ -121,6 +123,8 @@ spec:
- '{{outputs.parameters.iteration-count.path}}'
- --condition_path
- '{{outputs.parameters.condition.path}}'
- --log_level
- "1"
command:
- driver
image: gcr.io/ml-pipeline/kfp-driver
Expand Down

0 comments on commit d66664a

Please sign in to comment.