Skip to content

Commit

Permalink
fix: adding Owner as JDL requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni authored Aug 3, 2023
1 parent 50af210 commit 6a93766
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 @@ -1101,6 +1101,7 @@ def __checkAndPrepareJob(self, jobID, classAdJob, classAdReq, owner, ownerGroup,
if vo:
classAdJob.insertAttributeString("VirtualOrganization", vo)

classAdReq.insertAttributeString("Owner", owner)
classAdReq.insertAttributeString("OwnerGroup", ownerGroup)
if vo:
classAdReq.insertAttributeString("VirtualOrganization", vo)
Expand Down

0 comments on commit 6a93766

Please sign in to comment.