Skip to content

Commit a6dfbd0

Browse files
hanwen-clusterhanwen-pcluste
authored andcommitted
[integ-tests] Remove tests for Rocky, Remove build-image tests for Ubuntu22
Rocky AMIs are not publicly released, therefore this commit removes tests for Rocky. Ubuntu22 build-image test is failing because of Lustre client, therefore this commit change the test to use Ubuntu20. This commit will only be applied to release-3.9 branch. We will improve the testing process on develop branch separately. Signed-off-by: Hanwen <hanwenli@amazon.com>
1 parent 0303ec9 commit a6dfbd0

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

tests/integration-tests/configs/released.yaml

Lines changed: 6 additions & 9 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:
@@ -88,10 +88,7 @@ test-suites:
8888
dimensions:
8989
- regions: ["eu-west-3"]
9090
instances: {{ common.INSTANCES_DEFAULT_X86 }}
91-
oss: ["ubuntu2204", "rhel8"]
92-
- regions: ["eu-west-3"]
93-
instances: {{ common.INSTANCES_DEFAULT_X86 }}
94-
oss: ["rocky8"]
91+
oss: ["ubuntu2004", "rhel8"]
9592
test_createami.py::test_build_image_custom_components:
9693
# Test arn custom component with combination (eu-west-1, m6g.xlarge, alinux2)
9794
# Test script custom component with combination (ap-southeast-2, c5.xlarge, ubuntu2004)
@@ -159,7 +156,7 @@ test-suites:
159156
- regions: ["ap-northeast-2"]
160157
instances: {{ common.INSTANCES_DEFAULT_X86 }}
161158
schedulers: ["slurm"]
162-
oss: ["rocky9"]
159+
oss: ["rhel9"]
163160
test_structured_log_events.py::test_custom_compute_action_failure:
164161
dimensions:
165162
- regions: ["af-south-1"]
@@ -183,7 +180,7 @@ test-suites:
183180
dimensions:
184181
- regions: ["eu-north-1"]
185182
instances: {{ common.INSTANCES_DEFAULT_X86 }}
186-
oss: ["rocky8"]
183+
oss: ["rhel8"]
187184
schedulers: ["slurm"]
188185
pcluster_api:
189186
test_api_infrastructure.py::test_api_infrastructure_with_default_parameters:
@@ -253,7 +250,7 @@ test-suites:
253250
dimensions:
254251
- regions: ["ca-central-1"]
255252
instances: {{ common.INSTANCES_DEFAULT_X86 }}
256-
oss: ["rocky9"]
253+
oss: ["rhel9"]
257254
schedulers: ["slurm"]
258255
test_slurm.py::test_slurm_protected_mode:
259256
dimensions:
@@ -265,7 +262,7 @@ test-suites:
265262
dimensions:
266263
- regions: [ "ap-east-1" ]
267264
instances: {{ common.INSTANCES_DEFAULT_X86 }}
268-
oss: ["rocky8"]
265+
oss: ["rhel8"]
269266
schedulers: [ "slurm" ]
270267
test_slurm.py::test_slurm_memory_based_scheduling:
271268
dimensions:

0 commit comments

Comments
 (0)