Actions
Bug #8766
closed[CWL Runner] arvados-cwl-runner using --project-uuid does not place the outputs in the specified project
Status:
Resolved
Priority:
Normal
Assigned To:
Peter Amstutz
Category:
Crunch
Target version:
Story points:
0.5
Description
Even if the pipeline is successful, the outputs are placed in the user's home project, not the project the pipeline is running in.
cwl-runner needs to find the collection with the output's portable data hash, and create a copy of that collection in the parent project if it does not already exist.
Updated by Brett Smith about 10 years ago
- Target version set to Arvados Future Sprints
Updated by Brett Smith about 10 years ago
- Description updated (diff)
- Category set to Crunch
- Story points set to 0.5
Updated by Peter Amstutz about 10 years ago
- Target version changed from Arvados Future Sprints to 2016-03-30 sprint
Updated by Peter Amstutz about 10 years ago
- Status changed from New to In Progress
Updated by Sarah Guthrie about 10 years ago
As an aside, using this code removes the reuse of jobs, which is unfortunate, since this change doesn't affect the jobs themselves
Updated by Peter Amstutz about 10 years ago
Sarah Guthrie wrote:
As an aside, using this code removes the reuse of jobs, which is unfortunate, since this change doesn't affect the jobs themselves
I think that's probably due to 9df4d7d which fixed a bug in crunchrunner so that we could see stderr.
Updated by Peter Amstutz almost 10 years ago
- Status changed from In Progress to Resolved
Actions