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

Enable ForHLR2 for all users

parent cc5ea136
Branches
No related tags found
No related merge requests found
......@@ -91,4 +91,4 @@ START = $(START) && ( NODE_IS_HEALTHY =?= True )
# Accept only jobs which should finish within life time
START= $(START) && \
((TARGET.DockerImage =?= "mschnepf/slc6-condocker") || (TARGET.DockerImage=?="mschnepf/slc7-condocker")) && \
( ($(TimeToLive)) > TARGET.RequestWalltime) && TARGET.Owner=?="mschnepf"
( ($(TimeToLive)) > TARGET.RequestWalltime)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment