Skip to content

Commit eac2c84

Browse files
committed
Switch region and instance type size for dcv test
from g4dn.xlarge to g4dn.2xlarge from ca-central-1 to us-east-1 Signed-off-by: Luca Carrogu <[email protected]>
1 parent 4a83a0b commit eac2c84

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

tests/integration-tests/configs/common/common.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ dcv:
132132
test_dcv.py::test_dcv_configuration:
133133
dimensions:
134134
# DCV on GPU enabled instance
135-
- regions: ["ca-central-1"]
136-
instances: ["g4dn.xlarge"]
135+
- regions: ["us-east-1"]
136+
instances: ["g4dn.2xlarge"]
137137
oss: {{common.OSS_COMMERCIAL_X86}}
138138
schedulers: ["slurm"]
139139
# DCV on ARM
@@ -142,8 +142,8 @@ dcv:
142142
oss: ["alinux2", "ubuntu1804"]
143143
schedulers: ["slurm"]
144144
# DCV on Batch
145-
- regions: ["ca-central-1"]
146-
instances: ["g4dn.xlarge"]
145+
- regions: ["us-east-1"]
146+
instances: ["g4dn.2xlarge"]
147147
oss: ["alinux2"]
148148
schedulers: ["awsbatch"]
149149
# DCV on Batch + ARM

tests/integration-tests/tests/dcv/test_dcv/test_dcv_configuration/pcluster.config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ Scheduling:
2121
{% if scheduler == "awsbatch" %}
2222
InstanceTypes:
2323
- {{ instance }}
24-
# Cpu count is valid for g4dn.xlarge
25-
MinvCpus: 4
26-
DesiredvCpus: 4
27-
MaxvCpus: 4
24+
# Cpu count is valid for g4dn.2xlarge
25+
MinvCpus: 8
26+
DesiredvCpus: 8
27+
MaxvCpus: 8
2828
{% else %}
2929
InstanceType: {{ instance }}
3030
MinCount: 1

tests/integration-tests/tests/dcv/test_dcv/test_dcv_with_remote_access/pcluster.config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ Scheduling:
2121
{% if scheduler == "awsbatch" %}
2222
InstanceTypes:
2323
- {{ instance }}
24-
# Cpu count is valid for g4dn.xlarge
25-
MinvCpus: 4
26-
DesiredvCpus: 4
27-
MaxvCpus: 4
24+
# Cpu count is valid for g4dn.2xlarge
25+
MinvCpus: 8
26+
DesiredvCpus: 8
27+
MaxvCpus: 8
2828
{% else %}
2929
InstanceType: {{ instance }}
3030
MinCount: 1

0 commit comments

Comments
 (0)