Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Maiken
arc
Commits
38264a45
Commit
38264a45
authored
Sep 21, 2018
by
Maiken
Browse files
Enabling docker universe.
parent
8e3f986b
Pipeline
#3286
passed with stage
in 55 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/services/a-rex/lrms/condor/submit-condor-job.in
View file @
38264a45
...
...
@@ -116,7 +116,17 @@ fi
echo "GetEnv = True" >> $LRMS_JOB_DESCRIPT
# universe
echo "Universe = vanilla" >> $LRMS_JOB_DESCRIPT
if [ ! -z $DOCKER_UNIVERSE ] ; then
echo "Universe = $DOCKER_UNIVERSE" >> $LRMS_JOB_DESCRIPT
echo "should_transfer_files = YES" >> $LRMS_JOB_DESCRIPT
echo "when_to_transfer_output = ON_EXIT" >> $LRMS_JOB_DESCRIPT
else
echo "Universe = vanilla" >> $LRMS_JOB_DESCRIPT
fi
if [ ! -z $DOCKER_IMAGE ] ; then
echo "docker_image = $DOCKER_IMAGE" >> $LRMS_JOB_DESCRIPT
fi
# notification
echo "Notification = Never" >> $LRMS_JOB_DESCRIPT
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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