Skip to content

Commit 68f0588

Browse files
committed
Removing openlava & pbspro from valid scheduler option in cfn templates
Signed-off-by: Mohan Gandhi <[email protected]>
1 parent b4b31ab commit 68f0588

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

cloudformation/cfncluster.cfn.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -965,12 +965,10 @@
965965
"ConstraintDescription" : "must be a supported scheduler",
966966
"AllowedValues" : [
967967
"sge",
968-
"openlava",
969968
"torque",
970969
"slurm",
971970
"custom",
972-
"test",
973-
"pbspro"
971+
"test"
974972
]
975973
},
976974
"SharedDir" : {

cloudformation/cfncluster.cfn.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -736,12 +736,10 @@ Parameters:
736736
ConstraintDescription: must be a supported scheduler
737737
AllowedValues:
738738
- sge
739-
- openlava
740739
- torque
741740
- slurm
742741
- custom
743742
- test
744-
- pbspro
745743
SharedDir:
746744
Description: The path/mountpoint for the shared drive
747745
Type: String

0 commit comments

Comments
 (0)