Skip to content
Snippets Groups Projects
Commit 98e2f484 authored by Matthias Schnepf's avatar Matthias Schnepf
Browse files

Disable NEMO for jeppelt

parent 80a274df
Branches nemo
No related tags found
No related merge requests found
......@@ -120,4 +120,5 @@ SINGULARITY_EXTRA_ARGUMENTS = "--userns -B /cvmfs --env SINGULARITY_BIND= --env
START = $(START) && \
( TARGET.RemoteJob =?= TRUE ) && \
( Node_is_Healthy =?= True ) && \
( $(TimeToLive) > TARGET.RequestWalltime )
( $(TimeToLive) > TARGET.RequestWalltime ) && \
(Target.Owner=!="jeppelt")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment