From fb8a3ffb68ec1824564b75800580c0f1914e7067 Mon Sep 17 00:00:00 2001 From: Giulio Frasca Date: Thu, 27 Jun 2024 12:11:17 -0400 Subject: [PATCH] test: Update tests for ParallelFor loop update Signed-off-by: Giulio Frasca --- .../testdata/multiple_parallel_loops.yaml | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/backend/src/v2/compiler/argocompiler/testdata/multiple_parallel_loops.yaml b/backend/src/v2/compiler/argocompiler/testdata/multiple_parallel_loops.yaml index 982051b2ad31..2e312fb0ce63 100755 --- a/backend/src/v2/compiler/argocompiler/testdata/multiple_parallel_loops.yaml +++ b/backend/src/v2/compiler/argocompiler/testdata/multiple_parallel_loops.yaml @@ -174,6 +174,19 @@ spec: volumeMounts: - mountPath: /kfp-launcher name: kfp-launcher + - mountPath: /gcs + name: gcs-scratch + + - mountPath: /s3 + name: s3-scratch + - mountPath: /minio + name: minio-scratch + - mountPath: /.local + name: dot-local-scratch + - mountPath: /.cache + name: dot-cache-scratch + - mountPath: /.config + name: dot-config-scratch initContainers: - command: - launcher-v2 @@ -200,6 +213,18 @@ spec: volumes: - emptyDir: {} name: kfp-launcher + - emptyDir: {} + name: gcs-scratch + - emptyDir: {} + name: s3-scratch + - emptyDir: {} + name: minio-scratch + - emptyDir: {} + name: dot-local-scratch + - emptyDir: {} + name: dot-cache-scratch + - emptyDir: {} + name: dot-config-scratch - dag: tasks: - arguments: