@@ -88,10 +88,7 @@ test-suites:
88
88
dimensions :
89
89
- regions : ["eu-west-3"]
90
90
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"]
95
92
test_createami.py::test_build_image_custom_components :
96
93
# Test arn custom component with combination (eu-west-1, m6g.xlarge, alinux2)
97
94
# Test script custom component with combination (ap-southeast-2, c5.xlarge, ubuntu2004)
@@ -159,7 +156,7 @@ test-suites:
159
156
- regions : ["ap-northeast-2"]
160
157
instances : {{ common.INSTANCES_DEFAULT_X86 }}
161
158
schedulers : ["slurm"]
162
- oss : {{ common.NOT_RELEASED_OSES }}
159
+ oss : ["alinux2"]
163
160
test_structured_log_events.py::test_custom_compute_action_failure :
164
161
dimensions :
165
162
- regions : ["af-south-1"]
@@ -183,7 +180,7 @@ test-suites:
183
180
dimensions :
184
181
- regions : ["eu-north-1"]
185
182
instances : {{ common.INSTANCES_DEFAULT_X86 }}
186
- oss : {{ common.NOT_RELEASED_OSES }}
183
+ oss : ["alinux2"]
187
184
schedulers : ["slurm"]
188
185
pcluster_api :
189
186
test_api_infrastructure.py::test_api_infrastructure_with_default_parameters :
@@ -253,7 +250,7 @@ test-suites:
253
250
dimensions :
254
251
- regions : ["ca-central-1"]
255
252
instances : {{ common.INSTANCES_DEFAULT_X86 }}
256
- oss : {{ common.NOT_RELEASED_OSES }}
253
+ oss : ["alinux2"]
257
254
schedulers : ["slurm"]
258
255
test_slurm.py::test_slurm_protected_mode :
259
256
dimensions :
0 commit comments