reanahub / reana-workflow-engine-cwl

REANA Workflow Engine CWL
http://reana-workflow-engine-cwl.readthedocs.io/
MIT License
5 stars 37 forks source link

Return Unimplemented for ResourceRequirement #21

Open anton-khodak opened 6 years ago

anton-khodak commented 6 years ago

Related issues: https://github.com/reanahub/reana-job-controller/issues/32, https://github.com/reanahub/reana-job-controller/issues/31

mr-c commented 6 years ago

Reason: reana-cwl-runner currently has no way to verify that the resources required are available on the assigned machine nor does it have the ability to request from REANA certain minimum machine resources (CPU cores, memory, storage space, etc..)

tiborsimko commented 6 years ago

Moving the milestone as the CWL test suite passes fully:

...
Test [125/128] Test simple workflow with a dynamic resource requirement
Test [126/128] Test that empty array input does not add anything to command line
Test [127/128] Test that ResourceRequirement on a step level redefines requirement on the workflow level
Test [128/128] Test valueFrom with constant value overriding provided array inputs
All tests passed

All tool tests succeeded