Skip to content

Commit aa04c63

Browse files
committed
Update maintenance mode for CSCS config
The cscs.py configuration still uses the old syntax for the reservation request. This updates to use the newer one `-Jreservation=maintenance`
1 parent d9f41fe commit aa04c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/cscs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@
10001000
'--perflogdir=$APPS/UES/$USER/regression/maintenance/logs',
10011001
'--stage=$SCRATCH/regression/maintenance/stage',
10021002
'--report-file=$APPS/UES/$USER/regression/maintenance/reports/maint_report_{sessionid}.json',
1003-
'--reservation=maintenance',
1003+
'-Jreservation=maintenance',
10041004
'--save-log-files',
10051005
'--tag=maintenance',
10061006
'--timestamp=%F_%H-%M-%S'

0 commit comments

Comments
 (0)