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
c994c978
Commit
c994c978
authored
Dec 14, 2020
by
Marian Babik
Browse files
fix cpu/walltime for xrsl
parent
3fad136b
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/check_js
View file @
c994c978
...
...
@@ -101,7 +101,7 @@ def jdl_factory(wd, out_dir, args):
'outputFiles'
:
[
'wnlogs.tgz'
]})
if
rsl
:
# todo: fix this after __get_resource refactoring
arc_rsl
=
rsl
[
'nordugrid_rsl'
].
replace
(
'('
,
''
).
replace
(
')'
,
' '
)
arc_rsl
=
rsl
[
'nordugrid_rsl'
].
replace
(
'('
,
''
).
replace
(
')'
,
' '
)
.
replace
(
'1800'
,
'30'
)
arc_rsl
=
arc_rsl
.
strip
().
split
(
' '
)
jdl
.
update
(
dict
([
i
.
split
(
'='
)
for
i
in
arc_rsl
]))
return
jdl
...
...
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