X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/418c57bce3aac1a22548e53e1018a1547d9efee4..95e5ccacf6c1193b313fa90a6d39baafa2ba67d8:/sdk/cwl/tests/arvados-tests.yml diff --git a/sdk/cwl/tests/arvados-tests.yml b/sdk/cwl/tests/arvados-tests.yml index 87db44b094..e51c7a2531 100644 --- a/sdk/cwl/tests/arvados-tests.yml +++ b/sdk/cwl/tests/arvados-tests.yml @@ -118,6 +118,12 @@ tool: 12418-glob-empty-collection.cwl doc: "Test glob output on empty collection" +- job: null + output: + out: null + tool: 13976-keepref-wf.cwl + doc: "Test issue 13976" + - job: null output: out: out @@ -146,6 +152,7 @@ } tool: wf/secret_wf.cwl doc: "Test secret input parameters" + tags: [ secrets ] - job: null output: @@ -171,3 +178,68 @@ out: null tool: wf/runin-reqs-wf4.cwl doc: "RunInSingleContainer discovers static resource request in subworkflow steps" + +- job: secondaryFiles/inp3.yml + output: {} + tool: secondaryFiles/example1.cwl + doc: Discover secondaryFiles at runtime if they are in keep + +- job: null + output: {} + tool: secondaryFiles/example3.cwl + doc: Discover secondaryFiles on default values + +- job: null + output: + out: null + tool: wf-defaults/wf1.cwl + doc: "Can have separate default parameters including directory and file inside same directory" + +- job: null + output: + out: null + tool: wf-defaults/wf2.cwl + doc: "Can have a parameter default value that is a directory literal with a file literal" + +- job: null + output: + out: null + tool: wf-defaults/wf3.cwl + doc: "Do not accept a directory literal without a basename" + should_fail: true + +- job: null + output: + out: null + tool: wf-defaults/wf4.cwl + doc: default in embedded subworkflow missing 'id' field + should_fail: true + +- job: null + output: + out: null + tool: wf-defaults/wf5.cwl + doc: default in embedded subworkflow + +- job: null + output: + out: null + tool: wf-defaults/wf6.cwl + doc: default in RunInSingleContainer step + +- job: null + output: + out: null + tool: wf-defaults/wf7.cwl + doc: workflow level default in RunInSingleContainer + +- job: 13931-size-job.yml + output: + "out": { + "checksum": "sha1$5bf6e5357bd42a6b1d2a3a040e16a91490064d26", + "location": "size.txt", + "class": "File", + "size": 3 + } + tool: 13931-size.cwl + doc: Test that size is set for files in Keep