Skip to content

Commit 46163eb

Browse files
committed
[Test] Unblock the use of FSxLustre in the following tests when executed in us-iso-east-1: test_overwrite_sg, test_update_slurm
Signed-off-by: Giacomo Marciani <mgiacomo@amazon.com>
1 parent e60c74f commit 46163eb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

tests/integration-tests/tests/networking/test_security_groups/test_overwrite_sg/pcluster.config.update.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ SharedStorage:
3434
- MountDir: efs
3535
Name: {{ efs_name }}
3636
StorageType: Efs
37-
{% if "us-iso" not in region and scheduler != "awsbatch" %}
37+
{% if "us-isob" not in region and scheduler != "awsbatch" %}
3838
- MountDir: fsx
3939
Name: {{ fsx_name }}
4040
StorageType: FsxLustre
4141
FsxLustreSettings:
4242
StorageCapacity: 1200
43-
DeploymentType: SCRATCH_2
43+
DeploymentType: PERSISTENT_1
4444
{% endif %}

tests/integration-tests/tests/networking/test_security_groups/test_overwrite_sg/pcluster.config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ SharedStorage:
3434
- MountDir: efs
3535
Name: {{ efs_name }}
3636
StorageType: Efs
37-
{% if "us-iso" not in region and scheduler != "awsbatch" %}
37+
{% if "us-isob" not in region and scheduler != "awsbatch" %}
3838
- MountDir: fsx
3939
Name: {{ fsx_name }}
4040
StorageType: FsxLustre
4141
FsxLustreSettings:
4242
StorageCapacity: 1200
43-
DeploymentType: SCRATCH_2
43+
DeploymentType: PERSISTENT_1
4444
{% endif %}

tests/integration-tests/tests/update/test_update/test_update_slurm/pcluster.config.update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ SharedStorage:
164164
EfsSettings: # New section
165165
ThroughputMode: provisioned
166166
ProvisionedThroughput: 1024
167-
{% if "-iso" not in region %}
167+
{% if "us-isob" not in region %}
168168
- MountDir: fsx
169169
Name: fsx
170170
StorageType: FsxLustre

tests/integration-tests/tests/update/test_update/test_update_slurm/pcluster.config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ SharedStorage:
103103
Raid:
104104
Type: 0
105105
NumberOfVolumes: 2
106-
{% if "-iso" not in region %}
106+
{% if "us-isob" not in region %}
107107
- MountDir: fsx
108108
Name: fsx
109109
StorageType: FsxLustre

0 commit comments

Comments
 (0)