Skip to content

Commit

Permalink
[Test] Unblock the use of FSxLustre in the following tests when execu…
Browse files Browse the repository at this point in the history
…ted in us-iso-east-1: test_overwrite_sg, test_update_slurm

Signed-off-by: Giacomo Marciani <[email protected]>
  • Loading branch information
gmarciani committed Jun 10, 2024
1 parent 8c73037 commit 754d04b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ SharedStorage:
- MountDir: efs
Name: {{ efs_name }}
StorageType: Efs
{% if "us-iso" not in region and scheduler != "awsbatch" %}
{% if "us-isob" not in region and scheduler != "awsbatch" %}
- MountDir: fsx
Name: {{ fsx_name }}
StorageType: FsxLustre
FsxLustreSettings:
StorageCapacity: 1200
DeploymentType: SCRATCH_2
DeploymentType: PERSISTENT_1
{% endif %}
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ SharedStorage:
- MountDir: efs
Name: {{ efs_name }}
StorageType: Efs
{% if "us-iso" not in region and scheduler != "awsbatch" %}
{% if "us-isob" not in region and scheduler != "awsbatch" %}
- MountDir: fsx
Name: {{ fsx_name }}
StorageType: FsxLustre
FsxLustreSettings:
StorageCapacity: 1200
DeploymentType: SCRATCH_2
DeploymentType: PERSISTENT_1
{% endif %}
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ SharedStorage:
EfsSettings: # New section
ThroughputMode: provisioned
ProvisionedThroughput: 1024
{% if "-iso" not in region %}
{% if "us-isob" not in region %}
- MountDir: fsx
Name: fsx
StorageType: FsxLustre
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ SharedStorage:
Raid:
Type: 0
NumberOfVolumes: 2
{% if "-iso" not in region %}
{% if "us-isob" not in region %}
- MountDir: fsx
Name: fsx
StorageType: FsxLustre
Expand Down

0 comments on commit 754d04b

Please sign in to comment.