Skip to content

Commit 909a2a1

Browse files
committed
[Tests] Remove rocky8 tests from released tests.
Signed-off-by: Enrico Usai <usai@amazon.com>
1 parent 6d8e35a commit 909a2a1

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

tests/integration-tests/configs/released.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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: {{ common.NOT_RELEASED_OSES }}
91+
oss: ["ubuntu2204", "rhel8", "alinux2"]
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: {{ common.NOT_RELEASED_OSES }}
159+
oss: ["alinux2"]
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: {{ common.NOT_RELEASED_OSES }}
183+
oss: ["alinux2"]
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: {{ common.NOT_RELEASED_OSES }}
253+
oss: ["alinux2"]
257254
schedulers: ["slurm"]
258255
test_slurm.py::test_slurm_protected_mode:
259256
dimensions:

0 commit comments

Comments
 (0)