10259: When using --submit with jobs API, create RunningOnServer pipeline
authorPeter Amstutz <peter.amstutz@curoverse.com>
Wed, 12 Oct 2016 20:58:25 +0000 (16:58 -0400)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Thu, 13 Oct 2016 13:55:13 +0000 (09:55 -0400)
commitcc9aed221c506cfc28f1b6ca37675dba6543d824
treec06fdf0d51bbcadfaf764075b9d70e2d24c2a95d
parent29389eac8cf5f7c9f210579b6d74ca9c84f39ad4
10259: When using --submit with jobs API, create RunningOnServer pipeline
instance.  This is more similar to the way it works when you run a workflow
from workbench, and ensures that the pipeline will be marked completed even if
the arvados-cwl-runner client goes away.
sdk/cwl/arvados_cwl/arvjob.py
sdk/cwl/tests/test_submit.py