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:
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 over 8 years ago
- Target version set to Arvados Future Sprints
Updated by Brett Smith over 8 years ago
- Description updated (diff)
- Category set to Crunch
- Story points set to 0.5
Updated by Peter Amstutz over 8 years ago
- Target version changed from Arvados Future Sprints to 2016-03-30 sprint
Updated by Peter Amstutz over 8 years ago
- Status changed from New to In Progress
Updated by Sarah Guthrie over 8 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 over 8 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 over 8 years ago
- Status changed from In Progress to Resolved
Actions