Skip to content

Commit

Permalink
test: Add argoCompiler test case to validate individual parallel-limi…
Browse files Browse the repository at this point in the history
…ted tasks

Signed-off-by: Giulio Frasca <[email protected]>
  • Loading branch information
gmfrasca committed May 13, 2024
1 parent 9408d36 commit 9780650
Show file tree
Hide file tree
Showing 3 changed files with 878 additions and 0 deletions.
5 changes: 5 additions & 0 deletions backend/src/v2/compiler/argocompiler/argo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ func Test_argo_compiler(t *testing.T) {
platformSpecPath: "",
argoYAMLPath: "testdata/importer.yaml",
},
{
jobPath: "../testdata/multiple_parallel_loops.json",
platformSpecPath: "",
argoYAMLPath: "testdata/multiple_parallel_loops.yaml",
},
{
jobPath: "../testdata/create_mount_delete_dynamic_pvc.json",
platformSpecPath: "../testdata/create_mount_delete_dynamic_pvc_platform.json",
Expand Down
Loading

0 comments on commit 9780650

Please sign in to comment.