Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
Signed-off-by: hbelmiro <[email protected]>
  • Loading branch information
hbelmiro committed Sep 6, 2024
1 parent b726e8b commit 1760729
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ spec:
- "metadata-grpc-service"
- "--mlmd_server_port"
- "8080"
- "--metadataTLSEnabled"
- "false"
command:
- driver
image: gcr.io/ml-pipeline/kfp-driver
Expand Down Expand Up @@ -320,6 +322,8 @@ spec:
- "metadata-grpc-service"
- "--mlmd_server_port"
- "8080"
- "--metadataTLSEnabled"
- "false"
command:
- driver
image: gcr.io/ml-pipeline/kfp-driver
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ spec:
- "metadata-grpc-service"
- "--mlmd_server_port"
- "8080"
- "--metadataTLSEnabled"
- "false"
command:
- driver
image: gcr.io/ml-pipeline/kfp-driver
Expand Down Expand Up @@ -250,6 +252,8 @@ spec:
- "metadata-grpc-service"
- "--mlmd_server_port"
- "8080"
- "--metadataTLSEnabled"
- "false"
env:
- name: ML_PIPELINE_SERVICE_HOST
value: ml-pipeline.kubeflow.svc.cluster.local
Expand Down
2 changes: 2 additions & 0 deletions backend/src/v2/compiler/argocompiler/testdata/importer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ spec:
- "metadata-grpc-service"
- "--mlmd_server_port"
- "8080"
- "--metadataTLSEnabled"
- "false"
command:
- driver
image: gcr.io/ml-pipeline/kfp-driver
Expand Down

0 comments on commit 1760729

Please sign in to comment.