Skip to content

Commit

Permalink
feat: add VO in Jobs table
Browse files Browse the repository at this point in the history
  • Loading branch information
DIRACGrid CI authored and simon-mazenoux committed Sep 22, 2023
1 parent d011057 commit 4acfe35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DIRAC/WorkloadManagementSystem/DB/JobDB.py
Original file line number Diff line number Diff line change
Expand Up @@ -908,6 +908,7 @@ def insertNewJobIntoDB(
"SubmissionTime": str(datetime.datetime.utcnow()),
"Owner": owner,
"OwnerGroup": ownerGroup,
"VO": getVOForGroup(ownerGroup),
}

result = checkAndAddOwner(jdl, owner, ownerGroup)
Expand Down

0 comments on commit 4acfe35

Please sign in to comment.