Skip to content

Commit 08b9328

Browse files
authored
Merge pull request #194 from rynge/start-exp
Wait for adv-base to finish
2 parents 4576899 + 63410f8 commit 08b9328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

50-main.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ STARTD_ATTRS = $(STARTD_ATTRS) GLIDEIN_Country GLIDEIN_Site GLIDEIN_ResourceName
6060
# For GPU containers, we check if we can fit some CPU-only jobs with RoomForCPUOnlyJobs
6161
START = (time() < GLIDEIN_ToRetire) && \
6262
(ifThenElse(TARGET.JobDurationCategory =?= "Long", GLIDEIN_ToDie - time() > 144000, True)) && \
63-
(isUndefined(MY.OSG_NODE_VALIDATED) || MY.OSG_NODE_VALIDATED) && \
63+
(MY.OSG_NODE_VALIDATED) && \
6464
(isUndefined(IsBlackHole) || IsBlackHole == False) && \
6565
(isUndefined(HasExcessiveLoad) || HasExcessiveLoad == False) && \
6666
((DESIRED_Sites=?=undefined) || stringListMember(GLIDEIN_Site,DESIRED_Sites,",")) && \

0 commit comments

Comments
 (0)