Skip to content

Commit b22ea7e

Browse files
hanwen-clusterhanwen-pcluste
authored andcommitted
[integ-tests] Remove Rocky from daily integration tests
Because ParallelCluster does not release Rocky AMI, the integration tests for released version started to fail 40 days after the release, because we clean up resources older than 40 days. This commit removes Rocky from daily integration tests. This commit is only pointed to integ-tests-3.10.1. develop and release-3.10 branch shouldn't be changed Signed-off-by: Hanwen <hanwenli@amazon.com>
1 parent 98c1af9 commit b22ea7e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/integration-tests/configs/released.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ test-suites:
7777
- regions: [ "ap-northeast-2" ]
7878
instances: {{ common.INSTANCES_DEFAULT_X86 }}
7979
schedulers: ["slurm"]
80-
oss: [ "rocky8", "ubuntu2204" ]
80+
oss: [ "rhel8", "ubuntu2204" ]
8181
createami:
8282
test_createami.py::test_invalid_config:
8383
dimensions:
@@ -165,7 +165,7 @@ test-suites:
165165
dimensions:
166166
- regions: ["eu-north-1"]
167167
instances: {{ common.INSTANCES_DEFAULT_X86 }}
168-
oss: ["rocky8"]
168+
oss: ["rhel8"]
169169
schedulers: ["slurm"]
170170
pcluster_api:
171171
test_api_infrastructure.py::test_api_infrastructure_with_default_parameters:
@@ -208,7 +208,7 @@ test-suites:
208208
dimensions:
209209
- regions: ["ca-central-1"]
210210
instances: {{ common.INSTANCES_DEFAULT_X86 }}
211-
oss: ["rocky9"]
211+
oss: ["rhel9"]
212212
schedulers: ["slurm"]
213213
test_slurm.py::test_slurm_protected_mode:
214214
dimensions:
@@ -220,7 +220,7 @@ test-suites:
220220
dimensions:
221221
- regions: [ "ap-east-1" ]
222222
instances: {{ common.INSTANCES_DEFAULT_X86 }}
223-
oss: ["rocky8"]
223+
oss: ["rhel8"]
224224
schedulers: [ "slurm" ]
225225
test_slurm.py::test_slurm_memory_based_scheduling:
226226
dimensions:

0 commit comments

Comments
 (0)