Skip to content

Commit fa5bb58

Browse files
Change healthchecks default to False
1 parent 03292f6 commit fa5bb58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1201,7 +1201,7 @@ configuration\" "
12011201
healthchecks:
12021202
type: boolean
12031203
title: "Turn on Healthchecks for GPU nodes"
1204-
default: true
1204+
default: false
12051205
description: "Will run tests on GPU nodes before starting a job. Nodes that are showing issues will be set in drain state"
12061206
visible: ${slurm}
12071207

0 commit comments

Comments
 (0)