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

Enforce ForHLR2 for mschnepf

parent 020ca17c
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)
( ($(TimeToLive)) > TARGET.RequestWalltime) && TARGET.Owner=?="mschnepf"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment