Actions
Bug #10259
closed[CWL] Submitted pipelines don't finish
Start date:
10/13/2016
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
Story points:
0.5
Description
Pipelines submitted from arvados-cwl-runner don't finish, because they are submitted as RunningOnClient. Fix this so that pipelines submitted this way are RunningOnServer so that arv-run-pipeline-instance will ensure that the pipeline is marked as completed.
Updated by Peter Amstutz about 8 years ago
- Description updated (diff)
- Assigned To set to Peter Amstutz
- Story points set to 0.5
Updated by Peter Amstutz about 8 years ago
- Status changed from New to In Progress
Updated by Peter Amstutz about 8 years ago
- Status changed from In Progress to Resolved
Applied in changeset arvados|commit:82cd0096558b94f8ff1e23d6e3f8b8dfec7df7b9.
Updated by Peter Amstutz about 8 years ago
- Status changed from Resolved to In Progress
Updated by Lucas Di Pentima about 8 years ago
10259-cwl-pipeline-value @ 1825696494802d264c74ed2af58cc39b6ff8c7f8 LGTM
Updated by Peter Amstutz about 8 years ago
One more branch @ 10259-cwl-pipeline-null. Passes 100% CWL conformance tests for me on arvbox.
Updated by Lucas Di Pentima about 8 years ago
I think I spotted a small typo that don't get to be tested:
sdk/cli/bin/arv-run-pipeline-instance:381
: I thinkhas_key(...)
should be hashas_key?(...)
as used at line 369.
Updated by Peter Amstutz about 8 years ago
- Status changed from In Progress to Resolved
I think the fallout from this ticket has been resolved, so marking resolved.
Actions