Task #2866
closedStory #2678: When a job is submitted for a pipeline instance owned by a group, the job/output/log will also belong to that group.
Review branch: 2678-owned_by
0%
Description
This 2678 branch is off of the 2756-eventbus-in-workbench so that the crunch-dispatch updates from that branch are carried over. Please compare against the 2756-eventbus-in-workbench branch when you do a diff.
1. a-r-p-i updated to set the group's owner_uuid on the newly created job
2. crunch-dispatch is updated to set the group's owner_uuid on the Log lines
Question: The log.txt and output are created (arv keep put), and their links are created from the crunch-job script. It appears that we need to update that script to set the owner_uuid on the log.txt and output files. Is this correct?
Updated by Radhika Chippada almost 11 years ago
- Status changed from New to Resolved
- Remaining (hours) set to 0.0
Tom reviewed and provided the following feedback:
- Let's use the owner_uuid of the pipeline_instance whether or not it is in a group
- For this story, let's not worry about setting the owner_uuid for log.txt and output. It is desirable that we create named links for this at a later time.