Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
etf
jess
Commits
05070a41
Commit
05070a41
authored
Jul 19, 2022
by
Marian Babik
Browse files
updated condor:leave_in_queue classad
parent
f1f9f65a
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/check_js
View file @
05070a41
...
...
@@ -171,7 +171,7 @@ def jdl_factory(wd, out_dir, args):
(
'error'
,
'{}/gridjob.err'
.
format
(
out_dir
)),
(
'log'
,
'{}/gridjob.log'
.
format
(
out_dir
)),
(
'log_xml'
,
'true'
),
(
'when_to_transfer_output'
,
'ON_EXIT'
),
(
'leave_in_queue'
,
'(JobStatus
!= 5
)'
),
(
'leave_in_queue'
,
'(JobStatus
== 4) && ((StageOutFinish =?= UNDEFINED) || (StageOutFinish == 0)
)'
),
(
'grid_resource'
,
gr
),
])
if
args
.
proxy
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment