Skip to content

Commit f365cd1

Browse files
Himani Anil Deshpandehanwen-cluster
authored andcommitted
[Isolated][Test] Remove condition jinja for testing Fsx
1 parent af071f6 commit f365cd1

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,14 +166,12 @@ SharedStorage:
166166
EfsSettings: # New section
167167
ThroughputMode: provisioned
168168
ProvisionedThroughput: 20
169-
{% if "us-isob" not in region %}
170169
- MountDir: fsx
171170
Name: fsx
172171
StorageType: FsxLustre
173172
FsxLustreSettings:
174173
StorageCapacity: 2400
175174
WeeklyMaintenanceStartTime: "3:02:30" # New parameter
176-
{% endif %}
177175
Monitoring:
178176
DetailedMonitoring: false
179177
Logs:

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,12 @@ SharedStorage:
105105
Raid:
106106
Type: 0
107107
NumberOfVolumes: 2
108-
{% if "us-isob" not in region %}
109108
- MountDir: fsx
110109
Name: fsx
111110
StorageType: FsxLustre
112111
FsxLustreSettings:
113112
StorageCapacity: 2400
114113
# WeeklyMaintenanceStartTime: "3:02:30" #Initially not set
115-
{% endif %}
116114
Monitoring:
117115
DetailedMonitoring: false
118116
Logs:

0 commit comments

Comments
 (0)