Skip to content

Commit dcc7e29

Browse files
feat(run-manager): add user uuid label to batch jobs (#665)
Closes #664
1 parent eebd278 commit dcc7e29

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

reana_workflow_controller/workflow_run_manager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,7 @@ def _create_job_spec(
628628
labels = {
629629
"reana_workflow_mode": "batch",
630630
"reana-run-batch-workflow-uuid": str(self.workflow.id_),
631+
"reana-run-batch-owner-uuid": owner_id,
631632
}
632633

633634
if KUEUE_ENABLED:

0 commit comments

Comments
 (0)