X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/185c640d59da6666897312b4f8ccd04b6e170f2a..741b677dc5e85f60bc03ef130873e49ac0b75766:/sdk/cwl/tests/arvados-tests.yml diff --git a/sdk/cwl/tests/arvados-tests.yml b/sdk/cwl/tests/arvados-tests.yml index d649c3bf67..c4c0968756 100644 --- a/sdk/cwl/tests/arvados-tests.yml +++ b/sdk/cwl/tests/arvados-tests.yml @@ -179,6 +179,12 @@ tool: wf/runin-reqs-wf4.cwl doc: "RunInSingleContainer discovers static resource request in subworkflow steps" +- job: null + output: + out: null + tool: wf/runin-reqs-wf5.cwl + doc: "RunInSingleContainer has minimum 128 MiB RAM" + - job: secondaryFiles/inp3.yml output: {} tool: secondaryFiles/example1.cwl @@ -212,9 +218,16 @@ output: out: null tool: wf-defaults/wf4.cwl - doc: default in embedded subworkflow missing 'id' field + doc: default in embedded subworkflow missing 'id' field, v1.0 should_fail: true +- job: null + output: + out: null + tool: wf-defaults/wf8.cwl + doc: default in embedded subworkflow missing 'id' field, v1.1 + should_fail: false + - job: null output: out: null @@ -298,3 +311,21 @@ } tool: 15241-writable-dir.cwl doc: Test for writable collections + +- job: badkeep.yml + output: {} + should_fail: true + tool: 15295-bad-keep-ref.cwl + doc: Test checking for invalid keepref + +- job: listing-job.yml + output: { + "out": { + "class": "File", + "location": "output.txt", + "size": 5, + "checksum": "sha1$724ba28f4a9a1b472057ff99511ed393a45552e1" + } + } + tool: 16169-no-listing-hint.cwl + doc: "Test cwltool:LoadListingRequirement propagation"