Skip to content

Commit

Permalink
Add a ClassAd to the job named MachineAttrGLIDEIN_CMSSite0 which will…
Browse files Browse the repository at this point in the history
… contain the site where the job most recently ran.
  • Loading branch information
Alexx Perloff authored and Alexx Perloff committed May 30, 2020
1 parent 5136110 commit efbe7e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/jobExecCondor.jdl
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ on_exit_hold = ( (ExitBySignal == True) || (ExitCode != 0) )
on_exit_hold_reason = strcat("Job held by ON_EXIT_HOLD due to ",\
ifThenElse((ExitBySignal == True), "exit by signal", \
strcat("exit code ",ExitCode)), ".")
job_machine_attrs = "GLIDEIN_CMSSite"

0 comments on commit efbe7e7

Please sign in to comment.