Skip to content

Commit 4900b36

Browse files
hgreebeenrico-usai
authored andcommitted
Remove rocky8 OS from released integ tests
1 parent b392ad9 commit 4900b36

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ cloudwatch_logging:
6565
- regions: ["ap-east-1"]
6666
instances: {{ common.INSTANCES_DEFAULT_X86 }}
6767
schedulers: ["slurm"]
68-
oss: {{ common.NOT_RELEASED_OSES }}
68+
oss: ["alinux2"]
6969
test_compute_console_output_logging.py::test_console_output_with_monitoring_disabled:
7070
dimensions:
7171
- regions: ["ap-east-1"]
@@ -169,7 +169,7 @@ createami:
169169
oss: ["ubuntu2204", "rhel8"]
170170
- regions: ["eu-west-3"]
171171
instances: {{ common.INSTANCES_DEFAULT_X86 }}
172-
oss: {{ common.NOT_RELEASED_OSES }}
172+
oss: ["alinux2"]
173173
test_createami.py::test_kernel4_build_image_run_cluster:
174174
dimensions:
175175
- regions: ["eu-south-1"]
@@ -197,7 +197,7 @@ monitoring:
197197
- regions: ["ap-northeast-2"]
198198
instances: {{ common.INSTANCES_DEFAULT_X86 }}
199199
schedulers: ["slurm"]
200-
oss: {{ common.NOT_RELEASED_OSES }}
200+
oss: ["alinux2"]
201201
test_structured_log_events.py::test_custom_compute_action_failure:
202202
dimensions:
203203
- regions: ["af-south-1"]
@@ -210,7 +210,7 @@ dcv:
210210
# DCV on GPU enabled instance
211211
- regions: ["use1-az6"] # do not move, unless capacity reservation is moved as well
212212
instances: ["g4dn.2xlarge"]
213-
oss: {{ common.NOT_RELEASED_OSES }}
213+
oss: ["alinux2"]
214214
schedulers: ["slurm"]
215215
# DCV on ARM + GPU
216216
- regions: ["use1-az6"] # do not move, unless capacity reservation is moved as well
@@ -295,7 +295,7 @@ iam:
295295
test_iam_image.py::test_iam_roles:
296296
dimensions:
297297
- regions: ["eu-south-1"]
298-
oss: {{ common.NOT_RELEASED_OSES }}
298+
oss: ["alinux2"]
299299
instances: {{ common.INSTANCES_DEFAULT_X86 }}
300300
test_iam.py::test_s3_read_write_resource:
301301
dimensions:
@@ -349,7 +349,7 @@ networking:
349349
schedulers: ["slurm"]
350350
- regions: ["cn-north-1"]
351351
instances: {{ common.INSTANCES_DEFAULT_X86 }}
352-
oss: {{ common.NOT_RELEASED_OSES }}
352+
oss: ["alinux2"]
353353
schedulers: ["slurm"]
354354
- regions: ["us-gov-west-1"]
355355
instances: {{ common.INSTANCES_DEFAULT_X86 }}
@@ -371,7 +371,7 @@ networking:
371371
dimensions:
372372
- regions: ["eu-north-1"]
373373
instances: {{ common.INSTANCES_DEFAULT_X86 }}
374-
oss: {{ common.NOT_RELEASED_OSES }}
374+
oss: ["alinux2"]
375375
schedulers: ["slurm"]
376376
test_placement_group.py::test_placement_group:
377377
dimensions:
@@ -441,7 +441,7 @@ schedulers:
441441
dimensions:
442442
- regions: ["ca-central-1"]
443443
instances: {{ common.INSTANCES_DEFAULT_X86 }}
444-
oss: {{ common.NOT_RELEASED_OSES }}
444+
oss: ["alinux2"]
445445
schedulers: ["slurm"]
446446
test_slurm.py::test_slurm_protected_mode:
447447
dimensions:
@@ -465,7 +465,7 @@ schedulers:
465465
dimensions:
466466
- regions: [ "ap-east-1" ]
467467
instances: {{ common.INSTANCES_DEFAULT_X86 }}
468-
oss: {{ common.NOT_RELEASED_OSES }}
468+
oss: ["alinux2"]
469469
schedulers: [ "slurm" ]
470470
test_slurm.py::test_slurm_memory_based_scheduling:
471471
dimensions:
@@ -513,7 +513,7 @@ schedulers:
513513
dimensions:
514514
- regions: [ "af-south-1" ]
515515
instances: {{ common.INSTANCES_DEFAULT_X86 }}
516-
oss: {{ common.NOT_RELEASED_OSES }}
516+
oss: ["alinux2"]
517517
schedulers: [ "slurm" ]
518518
test_slurm.py::test_slurm_custom_partitions:
519519
dimensions:
@@ -585,7 +585,7 @@ storage:
585585
schedulers: ["slurm"]
586586
- regions: [ "us-gov-west-1" ]
587587
instances: {{ common.INSTANCES_DEFAULT_X86 }}
588-
oss: {{ common.NOT_RELEASED_OSES }}
588+
oss: ["alinux2"]
589589
schedulers: [ "slurm" ]
590590
test_fsx_lustre.py::test_multi_az_fsx:
591591
dimensions:
@@ -616,7 +616,7 @@ storage:
616616
dimensions:
617617
- regions: [ "ca-central-1" ]
618618
instances: {{ common.INSTANCES_DEFAULT_X86 }}
619-
oss: {{ common.NOT_RELEASED_OSES }}
619+
oss: ["alinux2"]
620620
schedulers: [ "slurm" ]
621621
# The checks performed in test_efs_same_az is similar to test_multiple_efs.
622622
# We should consider this when assigning dimensions to each test.
@@ -655,7 +655,7 @@ storage:
655655
- regions: [ "ap-south-1" ]
656656
instances: {{ common.INSTANCES_DEFAULT_X86 }}
657657
schedulers: [ "slurm" ]
658-
oss: {{ common.NOT_RELEASED_OSES }}
658+
oss: ["ubuntu2204"]
659659
- regions: ["us-gov-east-1"]
660660
instances: {{ common.INSTANCES_DEFAULT_X86 }}
661661
oss: ["rhel8"]
@@ -676,7 +676,7 @@ storage:
676676
dimensions:
677677
- regions: [ "us-east-2" ]
678678
instances: {{ common.INSTANCES_DEFAULT_X86 }}
679-
oss: {{ common.NOT_RELEASED_OSES }}
679+
oss: ["alinux2"]
680680
schedulers: [ "slurm" ]
681681
- regions: ["cn-northwest-1"]
682682
instances: {{ common.INSTANCES_DEFAULT_X86 }}
@@ -746,7 +746,7 @@ update:
746746
dimensions:
747747
- regions: [ "ap-south-1" ]
748748
instances: {{ common.INSTANCES_DEFAULT_X86 }}
749-
oss: {{ common.NOT_RELEASED_OSES }}
749+
oss: ["alinux2"]
750750
schedulers: [ "slurm" ]
751751
test_update.py::test_dynamic_file_systems_update:
752752
dimensions:

0 commit comments

Comments
 (0)